@charset "utf-8";
/* CSS Document */

/********************************/
/*  CLASSES DIVERSES UTILISEES
/********************************/


/** Dispositions **/
.left{ 
	display:block;
	float:left;
	
	/** IE **/
	display:inline;
}

.right{ 
	display:block;
	float:right;
	
	/** IE **/
	display:inline;
}


/** Couleurs de police **/
.rouge{ color:#c54700; }
.vert{ color:#87bb2d; }

/** Couleurs de fond **/
.fond_vert{ background-color:#3a5200 }
.fond_rouge{ background-color:#691600 }
.fond_formulaire{ background-image:url(../images/fond_formulaire.gif); background-repeat:no-repeat; padding:10px 0 0 20px; }


/** Taille de police **/
.big_white{ font-size:17px; color:#ffe7c2 }
.font_medium{ font-size:17px; }


/** Graisse **/
.bold{ font-weight:bold; }
.center{ text-align:center; }


/** Suppression marges **/
.nomargin{
	margin:0;	
}


/** Traits et séparateurs **/
.hiddenhr{
	display:block;
	border:none;
	clear:both;
	visibility:hidden;
	
	margin:0;
	_margin:7px 0;
}

.separateur1{
	display:block;
	
	margin:15px 0;
	_margin:8px 0;
	
	border-top:1px solid #000;
	height:1px;
	color:#000;
	width:460px;

}


/** Listes **/

	/** Liste simple sans puce **/
	ul.liste1{
		list-style-type:none;
	} 
		
		ul.liste1 li{
			margin-top:10px;
		}
		
	/** Liste simple sans puce **/
	ul.liste2{
		list-style-type:none;
		margin-top:10px;
	} 
		
		ul.liste2 li{
			margin-top:5px;
			
			background-image:url(../images/puce_liste.gif);
			background-repeat:no-repeat;
			
			padding-left: 16px;
			text-align:justify;
		}
		
		
/** Tableaux **/

table.details{ text-align:center; border-collapse:collapse; margin-top:15px;  }

table.details .col1{ width:155px; text-align:left; padding-left:15px; }
table.details .col2{ width:130px; }
table.details .col3{ width:130px; }

table.details th, table.details td{ height:22px; border:1px solid #2e150e }

table.details th{ color:#c54700 }

table.details th.noborder{ border-top:0; border-left:0 }
