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


/*Structure*/
body{
margin:0px;
padding:0px;
	}

#contener{
	position:relative;
 	width: 950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
	}
	
#header{
	padding-left:19px;
	background-color:#FFFFFF;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-bottom:0px;
	border-color:#b8b6b7;
	border-style:solid;
 	width: 931px;
}

#logo{
padding-top:15px;
	}
	
#global{
	background:url(../images/bg_home1.png);
	height:448px;
	width:950px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-bottom:0px;
	border-color:#b8b6b7;
	border-style:solid;
}

#global2{
	background:url(../images/bgglob.png);
	height:448px;
	width:950px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-bottom:0px;
	border-color:#b8b6b7;
	border-style:solid;
}

#corps{
	float:left;
	width:700px;
	height:448px;
}

#corps2{
	float:left;
	width:710px;
	height:448px;
}

a{
text-decoration:none;
}
	
#sous_corp{
	background:url(../images/bg_corp.png);
	background-repeat:no-repeat;
	margin-left:14px;
	width:695px;
	height:372px;
	
	}

#block_droit{
	margin-left:5px;
	float:left;
	padding-top:52px;
	width:205px;
	padding-right:14px;
}

#boitedroite1{
	width:215px;
	height:135px;
	background-image:url(../images/btdr1home.png);
}

#boitedroite12{
	width:215px;
	height:135px;
	background-image:url(../images/btdr1.png);
}


#boitedroite2{
	background-image:url(../images/btdr2home.png);
	margin-top:25px;
	width:215px;
	height:173px;
	}

#boitedroite22{
	background-image:url(../images/btdr2.png);
	margin-top:25px;
	width:215px;
	height:173px;
	}

#footer{
	clear:both;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:36px;
	text-align:center;
	}

/*BLOCK*/
	/*Header*/
	#accroche{
	padding-top:7px;
	padding-bottom:7px;
		}
		
		
	/*Block droite*/
	.buton{
		float:left;
		margin-left:15px;
		margin-top:15px;
		}
		
	.subtitle{
		margin-top:15px;
		}
		
	.titre{
		margin-left:15px;
		margin-top:15px;
		border:0;
		}
		
	.actualit{
		padding-bottom:10px;
		border:0;
		}
		
	.text {
		float:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		text-decoration:none;
		color:#000000;
		margin-left:5px;
		width:170px;
		border:0;
		}
		
	.clear{
	clear:both;
	}
	
	/*Corp ou sous corp*/
	#retour{
	margin-left:15px;
	margin-top:5px;
	}
	
	#menu{
	margin-top:2px;
	margin-left:14px;
	width:695px;
	height:28px;
	}

	.right{
		float:right;
		}

	.contenu{
	padding-top:17px;
	height:340px;
	width:695px;
	}
	
	.sous_contenu{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	width:403px;
	padding-left:30px;
	}

	.visuelgauche{
	float:left;
	padding-left:1px;
	}
	
	#next{
	position:absolute;
	top:490px;
	left:625px;
	}

	.gras{
	font-weight:bold;
	}
	
	.liste{
	list-style-image:url(../images/ptitfl.png);
	padding-left:16px;
	margin-left:0px;
	}
	.listespace{
	margin-top:16px;
	}
	.sst_bleu{
	text-decoration:none;
	color:#68ace5;
	font-size:12px;
	font-weight:bold;
	}
	
	/*Footer*/
	.noborder{
		border:0px;
		}
/*HTML*/
.nodisp{
	display:none;
	}
	
	.retouracc{
	background-image:url(../images/retouracc.png);
	background-repeat:no-repeat;
	}
	
	.retouracc:hover{
	background-image:url(../images/retouracc_hover.png);
	background-repeat:no-repeat;
	}
	
	.lhref{
	text-decoration:none;
	color:#000000;
	}
	.lhref:hover{
	text-decoration:none;
	color:#8c8b8f;
	}