@charset "iso-8859-1";




		
/**
* Titres
*/	

/**
* init
* h1= orange, grand
* h2= bleu, grand
* h3 = moyen
* h4 = petit
* h5 = h2 sans les pontillés
* h6 = h3 sans marge haute
*/	
h1 {
	color:#C71585;
	font-size:18px;
	line-height:1.15em;
	margin:10px 5px 5px 5px;
	text-align:left;
	}
h2 {
	color:#0000CD;
	font-size:16px;
	line-height:1.15em;
	margin:20px 0px 5px 0px;
	text-align:left;
	border-bottom:1px dashed #999999;	}

h5 {
	color:#0000CD;
	font-size:16px;
	line-height:1.15em;
	margin:20px 0px 15px 0px;
	text-align:center;
	}

h3 {
	font-size:15px;
	font-weight:bolder;
	color: #C71585;	
	margin: 20px 0px 10px 0px;
	text-align:left;

	}
h6 {
	color:#C71585;
	font-size:12px;
	line-height:1.15em;
	margin:0px 0px 5px 0px;
	text-align:left;
	}
h4 { 
	font-size:12px;
 	font-weight:bolder;
 	color: #1C2438;	
	margin: 15px 0px 3px 0px;
	text-align:left;
 	}
 	
img {
border:0;
} 	


span.important_bleu{
	font-weight:bolder;
	color:#0000CD;
}

span.important_orange{
	font-weight:bolder;
	color:#C71585;
}

span.important_rouge{
	font-weight:bolder;
	color:#C31212;
}


span.important_vert{
	font-weight:bolder;
	color:#3A7B20;
}



span.petit{
font-size:9px;
}



/**
* Liens
*/

a	{
	text-decoration:none;
	}
	
	
div.bottom a {
color:#ffffff;
}



/**
* Listes 
*/

ul.bleu{
	list-style-image: url(../icones/p_bleu.gif) ; 
}

ul.bleu ul{
	list-style-image: none ; 
}

ul.orange{
	list-style-image: url(../icones/p_orange.gif) ; 
}

ul.orange ul{
	list-style-image: none ; 
}


li{
line-height:16px;
}


/**
* Formulaires
*/

form {
	margin:0px;
	}

fieldset{
	border:0;
	/*padding:5px;*/
	}
	
legend{
	font-size:12px;
	font-weight:bolder;
	padding:0px 4px 0px 4px;
	color:#0066CC;
	}	

input{
	/*height:13px;*/
	}
	
input.formtext400 	{width:400px}
input.formtext350 	{width:350px;}	
input.formtext300 	{width:300px;}
input.formtext250 	{width:250px;}
input.formtext200 	{width:200px;}
input.formtext150 	{width:150px;}
input.formtext180 	{width:180px;}
input.formtext160 	{width:160px;}
input.formtext140 	{width:140px;}
input.formtext120 	{width:120px;}
input.formtext110 	{width:100px;}
input.formtext100 	{width:100px;}
input.formtext90 	{width:90px;}
input.formtext80 	{width:80px;}
input.formtext70 	{width:70px;}
input.formtext60 	{width:60px;}
input.formtext50 	{width:50px;}
input.formtext40 	{width:40px;}


radio {
	width:11px; 
	height: 11px;
	}

checkbox {
	width:11px; 
	height: 11px;
	}

select {
	font-size:100%;
	height:17px; 
	}
	
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	height:15px;}
	
input.submit_button{
	margin:-8px 5px -5px 5px;
	cursor: pointer;
	}



