@charset "utf-8";
body {
	margin:0;
	padding:0;
	min-width:1000px;
}

.txte, .formu, .txte_lgde, .lien_noir
	{color:#343434;}
	
.txte_blc, .lien_blc
	{color:#ffffff;}
	
.txte_rouge
	{color:#FF0000;}

.txte_vert
	{color:#01bc0e;}

.lien_bleu
	{color:#0092e6;}
	
.lien_orange
	{color:#FF9900;}
	
.txte, .txte_blc, .lien_blc, .txte_lgde, .formu, .lien_noir, .lien_bleu, .lien_orange, div#mess_ok, div#mess_ko, .txte_rouge, .txte_vert
	{
	font-family: Arial, Helvetica, Sans Serif;
	line-height:1.6;
	}
	
.txte, .txte_blc, .lien_blc, .formu, .lien_noir, .lien_bleu, .lien_orange, div#mess_ok, div#mess_ko, .txte_rouge, .txte_vert
	{font-size:12px;}
	
.txte_lgde
	{font-size:9px;}
	
.txte_rouge, .txte_vert
	{font-weight:bold;}	
	
	
	
	
.formu 
	{
    border:1px solid #343434;
	padding:2px;
    }
		
.space5 {height:5px;}
.space10 {height:10px;}
.space20 {height:20px;}
.space30 {height:30px;}
.space50 {height:50px;}
.space70 {height:70px;}

.txte, .txte_blc, .lien_blc, .txte_lgde, .lien_noir
	{text-align:left;}
	
.lien_blc, .lien_noir, .lien_bleu {text-decoration:none;}
.lien_blc:hover, .lien_noir:hover, .lien_bleu:hover {text-decoration:underline;}

.clear {clear:both;}

div#mess_ok 
	{
	color:#01bc0e;
	border:#01bc0e solid;
	}

div#mess_ko 
	{
	color:#FF0000;
	border:#FF0000 solid;
	}
	
div#mess_ok, div#mess_ko
	{
	padding:8px 0px 9px 11px;
	border-width:3px;
	-moz-border-radius:3px;
	}


/* INFOBULLE PERSO 2 : noire */

a.info_bulle em {display: none;}

a.info_bulle:hover 
	{
	border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
	/* cursor: help; on change le curseur par défaut en curseur d'aide */
	}

a.info_bulle:hover em 
	{
	white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	text-align:left;
	font-size:11px;
	font-style:normal;
    display: block;
    position: absolute;
    bottom: 30px;
    left: -30px;
    padding: 7px;
    color: #FFF;
    background: #000;
	}
	
a.info_bulle:hover em span {
    position: absolute;
    bottom: -10px;
    left: 32px;
    height: 10px;
    width: 15px;
    background: transparent url(../img/triange_info_bulle.png);
    margin:0;
    padding: 0;
    border: 0;
}



/* a virer, trop laid, prendre celui fr website */
.block_gris
	{
	border-radius: 5px 5px 5px 5px;
	background:#f1f2f2 url(../img/fd_200.png) repeat-x top;
	padding:15px;
	border:1px solid #D4D4D4;
	}
