@CHARSET "UTF-8";

* {
 margin:0;
 padding:0;
}

/******************************************************
Mise en page globale 
*******************************************************/

body 
{
    margin:0;
    padding:0;
    font-family:Verdana, "Lucida Sans", Arial, sans-serif;
    font-size:12px;
    /*color: #7e7e7e;*/
	color: #5C5C5C;
	background-color: #f1f1f1;
}

img 
{
    border:none;
}

.left
{
    float: left;
}

/******************************************************
Mise en page Main
*******************************************************/

#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font-family: Arial, Verdana, "Lucida Sans", sans-serif;
	background-color: #ffffff;
}

#ZGauche .ce_text a:visited,
#ZDroite .ce_text a:visited,
#ZDroite .ce_text a
{
	color: #084390;
}
#ZGauche .ce_text a
{
	color: #7E7E7E;
}

* html #container
{
	top: -45px;
}



/******************************************************
Mise en page Header
*******************************************************/
#header
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 116px;
	padding-top: 14px;
	z-index: 999;
	background-color: #ffffff;
}

#header .mod_langage
{
	position: absolute;
	top: 14px;
	right: 3px;
	z-index: 1500;
}

#header .mod_logo
{
	z-index: 1000;
}

#header .mod_langage a
{
	text-decoration: none;
}


/******************************************************
Mise en page Footer
*******************************************************/
#footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 35px;
	padding-top: 20px;
	background-color: #ffffff;
}

#footer .inside
{
	text-align: center;
}

#footer a 
{
	text-decoration: none;
	color: #7e7e7e;
}

#footer a:hover
{
	text-decoration: underline;
}

* html #footer
{
	top: -45px;
}


.image_container
{
	font-size: 0;
}

/***********************************************
				 Style tinymce
************************************************/

.Titre
{
	font-size: 12px;
	color: #4c4c4c;
	font-weight: 600;
}

.sousTitre
{
	background-image: url(../images/puceSousTitre.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	color: #4c4c4c;
	font-weight: 600;
	padding-left: 16px;
}

.legendePhoto
{
	font-size: 13px;
	color: #009EE0;
	font-weight: 600;
}

.puce
{
	background-image: url(../images/puce.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
	margin-left: 11px;
	display: block;
}





