*
{
	margin:0;
	padding:0;
	color: #0f1923;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 14px;
}



.clear
{
	clear:both;
}

html,body
{
	height: 100%;
}

body
{
	background-color: #23415e;
}


.float_left
{
	float:left;
}


.float_right
{
	float:right;
}



.content p
{
	color: #0f1923;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 14px;
}

.content li
{
	list-style-position: inside;
	list-style-image: url('/images/site/triangle.png');
}

/*** TITRE ***/

#titre
{
	background-image: url('/images/site/titre_repete.png');
	background-repeat: repeat-x;
	height: 144px!important;
	width: 100%;
	
	position:absolute;
	top:0px;
	left:0px;
	
	z-index: 2;
}

#titre_centre
{
	margin: 0 auto;
	width: 1000px;
	height: 144px!important;
	z-index:2;
	text-align: right;
	
	overflow:visible;
}

#photos_theme
{
	margin-right: 30px;
}

#logo
{
	border:0px;
	margin-right: 10px;
	margin-bottom: 35px;
}

/** MENU **/

#menu
{
	background-image: url('/images/site/background_menu.png');
	background-repeat: no-repeat;
	width: 212px;
	height: 238px;
	margin-left: 10px;
	float:left;
	text-align: center;
	
	padding-top: 10px;
}

#boutons_menu ul
{
	margin-top: 10px;
}

#boutons_menu a
{
	display:block;
	padding:0!important;
}

#boutons_menu img
{
	padding:0!important;
}

#boutons_menu li
{
	padding:0!important;
	list-style: none!important;
	list-style-image: none!important;
	list-style-position:outside!important;
	margin-right: 10px;
	margin-left:8px;
	
	line-height: 0px;
}



img.bouton_menu
{
	border:0;
} 

/** SECTIONS PAGE DACCUEIL **/

#sections
{
	float:left;
	margin-top: 125px;
	line-height: 0px;
/*	margin-left:30px;*/
	width:530px;
}

img.image_section
{
	border:0;
	margin:0;
	padding:0;
	width:530px;
}

#phrase_accroche
{
	width: 350px;
	float:right;
	clear:right;
	margin-bottom:10px;
}

#phrase_accroche p
{
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

/** CONTENT ***/
.content
{
	background-color: white;
/*	padding-right:30px;*/
/*	margin-left:30px;*/
	padding: 15px;
	float:center;
	clear:both;
	z-index:0;
}


#content_accueil
{
	width:350px;
	float:right;
	clear:right!important;
}

#contenant
{
	background-image: url('/images/site/page_repete.png');
	background-repeat: repeat-x;
	padding-top: 144px;
/*	padding-bottom:55px;*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	min-height:600px;
  	height:auto !important;
  	height:600px;
	position:relative;
	z-index:0;

}

#contenant_contenu
{
	position:relative;
	width:940px;
	/*	Pour que dans IE6 et IE7 contenant_contenu n'hérite pas de padding-top : 144px du contenant;*/
	padding-top:1px;
	padding-right:30px;
	padding-bottom:50px;
	padding-left:30px;
	
}

body > #page
{
	height:auto;
	min-height:100%;
}

#page
{
	position:relative;
	height:100%;
	margin: 0 auto;
	z-index:0;	
}	

/**** FOOT ****/

#foot
{
	position:absolute;
	bottom:0;
	height: 20px;
	background-color: white;
	border-bottom: 5px solid #0f1923;
	width: 100%;
}

#foot_content
{
	width: 970px;
	text-align:right;
	margin: 0 auto;	
	padding-right: 30px;
	font-size: 10px;
	line-height: 20px;
}

.rouge {
	font-color: red;
}