/*coaching-base.css - emerging-step*/
html, body {
	margin:0;
	padding:0;
	background-color: #999;
	color: #000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	behavior: url(scripts/csshover.htc) /* WinIE behavior call */;
}
div#conteneur {
	background-color:#FFFFFF;
	position:relative;
	width:950px;
	margin:auto;
}
div#en-tete {
	position:absolute;
	background-image:url(../images/en_tete_logo.gif);
	width:950px;
	height:140px;
	z-index:1;
	left: 0px;
	top: 0px;
}
div#en-tete h1 {
	display:none;
}
div#en-tete p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#35A8BD;
	font-weight:bold;
	line-height:23px;
	letter-spacing:2px;
	margin-left:260px;
	margin-top:107px;
}
div#pied-page {
	position:absolute;
	width:950px;
	height:45px;
	background-image:url(../images/pied_page.gif);
	z-index:100;
	left:0px;
}
div#pied-page p {
	font-size:11px;
	line-height:15px;
	margin-top:9px;
	text-align:center;
	color:#FFFFFF;
}
div#fr {
	position:absolute;
	width:57px;
	height:37px;
	left:16px;
	top:18px;
}
.fr a {
	display:block;
	width:57px;
	height:37px;
	background:url(../images/fr.gif) no-repeat 0 0;
}
.fr a:hover {
	background:url(../images/fr.gif) no-repeat 0 -37px;
}
div#us {
	position:absolute;
	width:57px;
	height:37px;
	left:16px;
	top:18px;
}
.us a {
	display:block;
	width:57px;
	height:37px;
	background:url(../images/us.gif) no-repeat 0 0;
}
.us a:hover {
	background:url(../images/us.gif) no-repeat 0 -37px;
}
div#nous-contacter {
	position:absolute;
	width:169px;
	height:64px;
	left:759px;
	top:16px;
}
div#nous-contacter_us {
	position:absolute;
	width:169px;
	height:64px;
	left:759px;
	top:16px;
}
.nous-contacter a {
	display:block;
	width:169px;
	height:64px;
	background:url(../images/nous_contacter.gif) no-repeat 0 0;
}
.nous-contacter_us a {
	display:block;
	width:169px;
	height:64px;
	background:url(../images/nous_contacter_us.gif) no-repeat 0 0;
}
.nous-contacter a:hover {
	background:url(../images/nous_contacter.gif) no-repeat 0 -64px;
}
.nous-contacter_us a:hover {
	background:url(../images/nous_contacter_us.gif) no-repeat 0 -64px;
}
div#contenu {
	position:absolute;
	width:950px;
	background:white;
	z-index:1;
	left: 0px;
	top: 140px;
}
/*================================*/
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align: left;
	line-height: normal;
}
h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*text-align: center;*/
	line-height: normal;
}
h1 {
	font-size: 30px;
	color: #990000;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
	line-height:30px;
	color:#FFFFFF;
	margin-left:220px;
	margin-top: 20px;
	background:url(../images/cadre_titre_h2.gif) no-repeat;
	padding-left:45px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.liens {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*a.liens:visited {
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}*/
a.liens:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/*a.liens:active {
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}*/

