html{
	font-size:100%;/* correction bug IE */
}

body
{scrollbar-face-color: #C30065; 
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #CCCCCC; 
scrollbar-arrow-color: #FFFFFF;

	margin:0;
	border:0;
	padding:0 ;
	background:url('images/degrade_body.png') top left repeat-x #7B003B;
	margin-bottom:10px;
	font-family : tahoma, arial, sans-serif;
	font-size:0.9em;
	color:#7B003B;

}

/* _______________ TEXTES ET LIENS _______________ */

div,li {text-align:left}
td,th,p,h1,h2,h3,h4,h5,h6 {
	font-family:helvetica, trebuchet, arial, verdana, geneva;
	font-size: 0.9em;
	font-weight: normal; 
	color:#7B003B; 
	margin:0;
	padding:0;
	}
	
p {text-align: justify}

h1 {margin:0; padding:0; font-size: 1.9em; font-weight: lighter; line-height: 1.4em;}
h2 {margin:0; padding:0; font-size: 1.7em; font-weight: lighter; line-height: 1.4em;}
h3 {margin:0; padding:0; font-size: 1.5em; font-weight: lighter; line-height: 1.3em;}
h4 {margin:0; padding:0; font-size: 1.3em; font-weight: lighter; line-height: 1.3em;}
h5 {margin:0; padding:0; font-size: 1.1em; font-weight: lighter;} 
h6 {margin:0; padding:0; font-size: 0.8em; font-weight: lighter; line-height: 1.3em;}

a:link, a:visited{text-decoration: underline; COLOR: #C30065;} 
a:hover {text-decoration: none; COLOR: #C30065;}

.gris {color: #999999 ;} 
.gris a:visited,.gris a:link {color: #C30065 ;}
.gris a:hover {text-decoration:none; color: #C30065 ;}

.blanc, .blanc a:link, .blanc a:visited {color: #FFFFFF ;} 
.blanc a:hover {text-decoration:underline; color: #FFFFFF;} 

.noir, .noir a:visited, .noir a:link {color: #000000 ;} 
.noir:hover {text-decoration:none; color: #666666 ;} 

.rouge, .rouge a:visited,.rouge a:link {color: #FF0000; } 
.rouge a:hover {text-decoration:none; color: #FF0000; } 

/* _______________ OMBRES _______________ */

#ombre_gauche{
	width:910px;
	min-width:730px;
	margin-left:auto;
	margin-right:auto;
	background:url('images/ombre_gauche.png') top left repeat-y #7B003B;
	position:relative;
	}

#ombre_gauche_body{
	float:left;
	}

#ombre_droite{
	margin-left:4px;
	background:url('images/ombre_droite.png') top right repeat-y #7B003B;
	}
#ombre_droite_body{
	float:right;
	}
/* lionel --> */
#coin_bas_gauche{
	position:absolute;
	left:0;
}
#coin_bas_droite{
	 position:absolute;
	 right:0;
}
/* <-- lionel */
#general{
	margin-right:4px;
	background:url('images/ombre_bas.png') bottom left repeat-x #C30065;
	}	
	
.separateur {
	background: url(images/fd-separateur.gif) top right repeat-y;
	height:5px
	}
/* _______________ ENTETE _______________ */

#entete{
	background:#FFFFFF;
	margin-bottom:1px;
	color:#ffffff;
	min-height:280px;
	}
	#entete-accroche{
		color:#C30065;
		font-size:0.8em;
		float:left;
		margin-left:24px;
		display:inline;/* bug IE float + margin double la marge  //lionel */
		}
		
	#entete-lien {
		display:block;
		font-size:0.8em;
		line-height:0.8em;
		font-weight:bold;
		color:#C30065;
		text-decoration:none;
		text-align:right;
		margin: 0px 15px 15px 0px;
		font-size:0.8em;
		}


/* _______________ MENU PRINCIPAL _______________ */

#bloc-menu {
	align:center;
	width:270px;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	}

	#bloc-menu UL {
		text-align:left;
		list-style:none;
		}

	#bloc-menu LI a, #bloc-menu LI a:visited, #bloc-menu LI a:link{
		display: block;
		height: 14px;
		line-height : 14px;
		font-weight: lighter;
		font-size: 1em;
		color:#C30065;
		text-decoration:none;
		margin: 0px;
		padding: 2px 2px 2px 15px;
		border: 0px;
		background: url(images/fleche.gif) no-repeat left #FFFFFF;
		}

	#bloc-menu LI a:hover {
		color:#FFFFFF;
		background : url(images/fleche2.gif) no-repeat left #C30065;
		}


#lien_home{
	float:left;
	width:260px;
	margin-left:40px;
	height:100px;

	}
	

/* _______________ CONTENU _______________ */

#conteneur{
	vertical-align:top;
	background-color:#C30065;
	padding:20px 0 0 0;
	margin:0px;
	position:relative;/* lionel sinon bug dans IE */
	}

#contenu {
	width:640px;
	background-color:#FFFFFF;
	padding:20px;
	margin:0px;
	margin-left:240px;
	min-height:240px;
	padding-right:0px;
	clear:right;
	position:relative;/* lionel sinon bug dans IE */
	}



/* _______________ PIED DE PAGE _______________ */
#footer{
	background:#C30065;
	height:60px;
	margin: 0;
	padding: 10px;
	}
	
	#bloc-footer{
		float:right;
 		width:240px;
 		height:60px;
 		vertical-align:top;
 		margin: 0px;
 		padding: 0px;
		}

	#texte-footer{
		color:#FFFFFF;
		vertical-align:top;
		margin: 10px 10px 10px 10px;
		}

#footer-bas{
	width:100 %;
	padding: 5px;
	background:url('images/ombre_bas.png') bottom left repeat-x #C30065;
	}


#info{
	float:right;
	text-align:right;
	width:400px;
	margin: 0 0 0 0;
	}
		
	#lien_utile{
		list-style:none;
		margin:0;
		padding:0;
		margin-right:8px;
		}
		
	#lien_utile li{
		display:inline;
		margin:0px;
		color:#FFFFFF;
		}
		
	#lien_utile a:link,#lien_utile a:visited{
		color:#FFFFFF;
		font-size:0.8em;
		text-decoration:none;
		}
		
	#lien_utile a:hover{
		color:#FFFFFF;
		text-decoration:underline;
		}
		
/*_______________ CONTACT _______________*/	

	
#form_contact{
	width:420px;
	padding:0;
	margin:0;
	padding-bottom:20px;
	border:1px solid #C30065;
	background:#FFE2F1;
}
#form_contact label,#form_contact input,#form_contact textarea{
	float:left;
	margin-bottom:8px;
}
#form_contact label{
	width:180px;
	display:block;
	clear:left;
	text-align:right;
	font-weight:bold;
	font-size:0.9em;
}
#form_contact input{
	margin-left:5px;
}
#form_contact textarea{
	margin-left:5px;
}
#form_contact h6{
	margin:0;
	padding:5px;
	padding-left:20px;
	margin-bottom:17px;
	background-color:#C30065;
	color:#ffffff;
	font-weight:bold;
	line-height:0.9em;
	font-size:1em;
	width:200px;

}
/*_______________ CHAMPS _______________*/

.champtextarea {
	padding:2px;
	margin: 0px;
	border: #C30065 1px solid;
	text-decoration: none;
	text-transform: none;
	font: 0.9em;
	color:#C30065;
	width: 140px;
	line-height:16px;
	}
	
.champdemande {
	padding:2px;
	margin: 0px;
	margin-bottom:17px;
	border: #C30065 1px solid;
	width: 140px;
	text-decoration: none;
	text-transform: none;
	font: 0.9em;
	color: #C30065;
	}
	
.champformbtn {
	padding:0px;
	margin: 5px;
	margin-bottom:10px;
	border: #C30065 1px solid;
	width:70px;
	height:22px;
	text-decoration: none;
	text-transform: none; 
	font: 0.9em;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #C30065;
	}

/* _______________ LISTES _______________*/
UL {
	margin:0;
	text-align:left;	
	list-style:none;	
	padding: 0;
	}
LI {margin: 0;
	padding:0px;
	} 

/* _______________ CONTENUS _______________*/
hr {
	border-bottom:2px solid;
	}
	
.hr-orange {
	color: #FF7500;
	}
	
.hr-gris {
	color: #666666;
	}

.colonne-gauche {
	width:220 px;
	}

.colonne-droite {
	vertical-align:top;
	width:520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	}

.st-bloc {
	display: block;
	vertical-align:top;
	width:300px; 
	height:18px;
	background:#C30065;
	margin:0px;
	margin: 0px 0px 5px 0px ;
	padding: 2px 2px 0px 20px;
	font-weight:bold;
	font-size:0.9em;
	color:#FFFFFF;
	text-decoration:none;
	}

DIV.colonne-cadre {
	display:block;
	vertical-align:top;
	width:120px;
	height:180px;
	margin: 0px 10px 0px 0px;
	padding: 12px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	}
