@import url(_charte.css);


/**********************************************************************************/
/*** Colones **********************************************************************/
#colGauche{
	background-image: url(../images/fond-goch.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: auto;
	float:left;
	padding-left: 39px;
	padding-top: 90px;
}

#colMilieu
{
	background-image: url(../images/fond-centre.jpg);
	background-repeat: no-repeat;
	width:755px;
	height:100%;
	float:left;
}

#colMilieu .illusPage
{
	width:0px;
	height: 400px;
	float:left;
	margin-top: 55px;
}

/**********************************************************************************/
/*** Classe Accueil ***************************************************************/

/*Css ACTU Accueil*/
.Edito
{
	width:690px;
	height: 100%;
	padding-left:28px;
	padding-top: 82px;
	margin-bottom: 10px;
}

.Edito p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
	text-align: justify;
}

.Edito p img
{
	margin-right: 10px;
	float: left;
}

.contenuAccueil
{
	width:279px;
	padding-left:28px;
	padding-top: 82px;
	background-image: url(../images/fond-accueil1.gif);
	background-repeat: no-repeat;
	float: left; 
}

.Actu
{
	background-image: url(../images/fond-actu.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	width: 240px;
	height: 52px;
}

.Actu H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-left: 35px;
	width: 193px;
	height: 30px;
}

.Actu p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00c6cb;
	margin-left: 35px;
	margin-top: -6px;
	width: 82px;
	float: left;
}

.Actu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b1c903;
	margin-top: -6px;
	margin-left:10px;
	text-decoration: none;
	float: left;
}

/*Css ZOOM Accueil*/

.contenuAccueil2
{
	width:428px;
	padding-top: 80px;
	padding-left:20px;
	background-image: url(../images/fond-accueil2.gif);
	background-repeat: no-repeat;
	float: left; 
}

.Zoom
{
	background-image: url(../images/fond-zoom.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	width: 421px;
	height: 130px;
}

.Zoom H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-left: 37px;
	width: 327px;
	height: 25px;
	float: left;
}

.Zoom H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 3px;
	float: left;
}

.Zoom a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b1c903;
	margin-top: -6px;
	margin-left:10px;
	text-decoration: none;
	float: left;
}

/**********************************************************************************/
/*** Classe titrePage *************************************************************/
.titrePage
{
	height: 53px;
	width: 448px;
	float:left;
	margin-top: 55px;
	margin-left: 307px;
}

.titrePage h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4e3105;
	padding-left:35px;
	/*padding-top:8px;
	background-image: url(../images/puce-fleche.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;*/
}

.titrePage h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f38000;
	padding-left:35px;
}

