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


body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}


#principal{
	width:975px;
	margin:0 auto;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
}

#header{
	height:125px;
	background-image: url(../imgs/optimcoach.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header h1{
	text-indent:-2000px;
	margin: 0px;
	padding: 0px;	
	border:none;

	
	
}
#print{
	width:50px;
	float:left;
}

#menu{
	background-color: #EFEFEF;
	height:35px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:200px;
	

}

#rechercher{
	background-image: url(../imgs/bg_loupe.png);
	background-repeat: no-repeat;
	padding-top:0px;
	padding-left:30px;
	height:40px;
	text-align:right;
	background-position: 40px -1px;	
}

#contenu{

border-right-width: 1px;
	
	min-height:400px;



}


#col_gauche{

	padding-top:25px;
	width:210px;
	float:left;

}


#coach{
	width:210px;
	background-image: url(../imgs/t_coach.png);
	height:230px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:60px;
	padding-right:15px;

}
#coach a{
	width:180px;
	font-variant: small-caps;
	color: #333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display:block;
}

#brochure{
	width:210px;
	background-image: url(../imgs/t_brochure.png);
	height:140px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:60px;
	padding-right:10px;


}


#col_centre{

	float:left;
	padding-top:0px;
	width:490px;
	padding-left:20px;

}



#col_droite{

	float:left;
	padding-top:35px;
	width:240px;

}

#news_mail{
	width:190px;
	background-image: url(../imgs/bg_newsmail.png);
	height:460px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:60px;
	padding-left:50px;
	padding-right:10px;

}
#news_mail a{
	font-variant: small-caps;
	color: #F0A026;
	text-decoration:none;

}

a{
	color:#999999;
}

a.gris{
	
color:#333;	
}
h1{
	font-weight: normal;
	color: #F66627;
	font-size: 35px;
	margin-bottom:2px;
	letter-spacing: 0.4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: F66627;
}
h2{

	margin-bottom:5px;
}

#footer{
	
	clear:both;
	float:none;
	background-image: url(../imgs/bg_footer.png);
	height:30px;
	padding-top:5px;
	padding-left:10px;

}
#footer a{

	color:#333333;
	text-decoration:none;

}

hr{
color:#FFFFFF;

}
/* IMAGES */
.contour{
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;

}	

