.pasAfficher
{
display:none;
}

/*******************************************************************************************************/
/* Mise en page globale */

body
{
	font: 12px Trebuchet MS, Arial, Verdana;
	margin:0;
	padding:0;
	/*background-color:#CBBBAB;*/
	background: #CBBBAB url(images/fond.jpg) 0px 0px repeat-y; 
	height:100%;
}

#site
{
	
	position: absolute;
	/* width: 890px; (google) */
	width: 970px;
	margin-left:26px;
	padding-left:0px;
}

#site800 
{
	width: 750px;
	padding-left:0px;
	float:left;
}

#site1024
{
	margin-left:20px;
	float:left;
	color:#ffffff;
	width:180px;
	background-color:#E8B10A;
	text-align:center;
}

#header
{
	width: 750px;
	background-color:#CBBBAB;
	text-align:center;
	font-size:11px;
}




/***************************** GAUCHE *****************************/

#photo
{
	width:225px;
	height:165px;
	background: transparent url(images/photo.jpg);	
}


#menu
{
	width:225px;
	float:left;
	/*border:1px solid #000000;*/
}

.menu-section
{
	height:28px;
	background-color:#000000;
	background:	transparent url(images/section.jpg);
	color: #ffffff;
	text-align:left;
	font-size:15px;
	font-weight:normal;
	padding-left:30px;
	padding-top:5px;
	/*margin-left:20px;*/
	line-height: 1.8em;
	/*vertical-align:bottom;*/
}

.menu-section a:link, .menu-section a:visited
{
	color: #ffffff;
	text-decoration:none;
	font-weight:normal;
}

.menu-section-fin
{
	height:21px;
	background:	transparent url(images/section-fin.jpg);
}

.menu-rubriques
{
	color:#000000;
	padding-top:5px;
	padding-left:30px;
	font-size:12px;
	background: transparent url(images/menu.jpg) repeat-y;
}

.menu-rubriques a:link, .menu-rubriques a:visited
{ 
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.menu-rubriques a:hover
{ 
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.menu-rubriques ul
{
	list-style-type: none; 
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-left:0px;
}

a:link.rubrique-selectionnee, a:visited.rubrique-selectionnee, a:hover.rubrique-selectionnee
{
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}


/***************************** DROITE *****************************/

#droite
{
width:525px;
float:right;
}

#image
{
	width:525px;
	height:134px;
	background: transparent url(images/image.jpg);	
	float:left;
}
#services
{
	height:20px;
	width:525px;
	background: transparent url(images/services.jpg);
	float:left;
	text-align:right;
}

.service
{
		/*height:19px;*/
	margin-right:20px;
	padding-right:10px;
	padding-left:10px;
	color:#ffffff;
		/*background: transparent url(images/service-coing.jpg) no-repeat;*/
	background-color:#BBAC81;
}

.service a:link, .service a:visited
{
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}

.service a:hover
{
	text-decoration:none;
}

#contenu
{
	width:485px;
	padding-top:20px;
	margin-left:10px;
	float:left;
	text-align:justify;
}

#contenuadmin
{
	width:700px;
	padding-top:20px;
	margin-left:10px;
	float:left;
	text-align:justify;
}

/*******************************************************************************************************/
/* Formulaire */

input, select, textarea
{
 	font: 11px Trebuchet MS, Arial, Verdana;
	color:#000000;
}

form
{
	margin-bottom:0px;
}

/*******************************************************************************************************/
/* Tableau */

table
{
	width:100%;
}

th
{
	font: 12px Trebuchet MS, Arial, Verdana;
	background-color:#0F2B6A;
	font-weight:bold;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}

th a:link, th a:visited
{
color:#ffffff;
}

td
{
	border-bottom:1px solid #BBAC81;
	text-align:center;
	font: 12px Trebuchet MS, Arial, Verdana;
}
/*******************************************************************************************************/

a:link {
	text-decoration: underline;
	color:#000000;
	font-weight: normal;
}

a:visited {
	text-decoration: underline;
	color:#000000;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
}



/*******************************************************************************************************/
/* Balises h */

h1
{
	font-size: 18px;
	/* APRECISER : Couleur de la police : */
	color:#E8B10A;
	border-bottom:1px solid #CBBBAB;
	margin-bottom:15px;
	font-weight:normal;
	margin-top:0px;
}

h1 a:link, h1 a:visited
{
	text-decoration:none;
	color:#E8B10A;

}

h3,h3 a:link, h3 a:visited
{
font-size: 11px;
color:#E8B10A;
margin-top:20px;
margin-bottom:3px;
}


h2
{
font-size: 12px;
color: #C69709;
margin-top:10px;
margin-bottom:10px;
border-bottom:1px dashed #CBBBAB;
text-decoration:none;
}

h2 a:link, h2 a:visited, h2 a:hover
{
	text-decoration:none;
	font-weight:bold;
	color: #E8B10A;
}

/*******************************************************************************************************/
/* Personnalisés */
.photo-gauche
{
	float:left;
	margin-top:0px;
}

.cadre-icone
{
	background-color:#0F2B6A;
	width:150px;
	/*height:150px;*/
	padding-top:20px;
	padding-bottom:20px;
}

.icone-zoom
{
	background-color:#0F2B6A;
	/*height:150px;*/
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.encadre
{
	background-color:#DFE7F2;
	padding:5px;
}

p
{
	margin:0px;
	text-indent:20px;
}

strong
{
color: #000000;
font-weight:bold;
}

.largueur100p
{
	float:left;
	width:100%;
	
}
