/*******************************   COMMUNS     *****************************************************/
body{
	background:#353535 url(../images/accueil/background.jpg) repeat-x top left;
}
#logo { 
	position:absolute;
	margin:23px 0 0 293px;
}
#container{
	width:950px;
	margin:0 auto;
}
h1{
	display:none;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:10px 0 0 25px;
}
#formationWrap p,#servicesWrap p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#838383;
	margin:2px 25px 0 25px;
}
.clear {
	clear: both;
}
/*******************************   FORMATION   *****************************************************/
#formationWrap{
	width:426px;
	height:400px;
}
#greenWrap {
	position: absolute;
	z-index: 5;
	top: 179px;
	width:426px;
	height:287px;
	background:url(../images/accueil/formation-background.jpg) no-repeat top left;
}
#greenWrap a.link{
	display:block;
	height:220px;
}
#greenWrap .links{
	margin:18px 0 0 91px;
}
#greenBubbleWrap {
	position: absolute;
	z-index: 4;
	width:264px;
	top:350px;
	margin: 0 81px 0 81px;
}
.greenBubble {
	position: absolute;
	background:url(../images/accueil/greenBubbleWrap.png) no-repeat top left;
	width:264px;
	height:96px;
}
.greenBubble h2{
	color:#57b1b4;
}
.greenPage{
	float:left;
	width:35px;
	height:22px;
	margin:0 7px 0 7px;
	background:url(../images/accueil/greenLink.png) no-repeat top left;
}
.greenOmbre{
	width:426px;
	height:4px;
	background:url(../images/accueil/ombre.jpg) no-repeat top left;
	z-index:1;
	position:absolute;
	top:462px;
}
/*******************************   ORANGE   *****************************************************/
#servicesWrap{
	width:426px;
	height:400px;
	margin:0 0 0 491px;
}
#orangeWrap {
	position: absolute;
	z-index: 5;
	top: 179px;
	width:426px;
	height:287px;
	background:url(../images/accueil/services-background.jpg) no-repeat top left;
}
#orangeWrap a.link{
	display:block;
	height:220px;
}
#orangeWrap .links{
	margin:18px 0 0 101px;
}
#orangeBubbleWrap {
	position: absolute;
	z-index: 4;
	width:264px;
	top:350px;
	margin: 0 61px 0 62px;
}
.orangeBubble {
	position: absolute;
	background:url(../images/accueil/orangeBubbleWrap.png) no-repeat top left;
	width:303px;
	height:97px;
}
.orangeBubble h2{
	color:#e99747;
}
.orangePage{
	float:left;
	width:32px;
	height:24px;
	margin:0 7px 0 7px;
	background:url(../images/accueil/orangeLink.png) no-repeat top left;
}
.orangeOmbre{
	width:426px;
	height:4px;
	background:url(../images/accueil/ombre.jpg) no-repeat top left;
	z-index:1;
	position:absolute;
	top:462px;
	margin:0 0 0 491px;
}


#footer{
	position:absolute;
	top:600px;
	height:120px;
	width:950px;
	text-align:center;
	
}
#footer p{
	color:#666666;
	margin:20px;
	font-size:0.833em;
}
#footer p strong{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footer a{
	color:#777777;
}