body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top:0px;
	top: 0px;
	padding-bottom: 0px;
	margin-top: 150px;
	background-color: #264f63;
	
/*si le margin-top de conteneur ne fonctionne pas alors mettre un padding-top sur le body*/
}

#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative; 
	
}	
	/*avec relative, tout le monde se positionne sur le conteneur et non sur body*/
	/*le point zéro sera le coin gauche au haut du conteneur */




/*-------------------------------------------------------------*/
/*header*/


#entete  {
	top: -100px;
	left: 0px;

/*	la mere de header c'est page. 
*/	
	position: absolute;
	height: 285px;
	width: 100%;
	
}
/*
#logo {
	background-image: url(../images/logo2.png);
	width: 305px;
	height: 222px;
	float: left;
	
}

#image_entete {
	height: 222px;
	width: 595px;
	background-color: #000000;
	background-image: url(../images/banniere_1.png);
	float: left;
}
*/
/*-------------------------------------------------------------*/
/*menu*/

/*#menu
{



	width: 850px
	background-color: #333333;
	float: left;
	top: 50px;
	width: 100%;
	background-color: #333333;
	left: -5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}




#menu a
	{
	float:left;
	text-decoration:none;
	line-height:30px;
	text-align: center;
	padding-right: 1.25em;
	padding-left: 1.25em;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	height: auto;
	
	}	
	
	
#menu a:hover 
{
	border-color: #f00;
	padding-right: 1.25em;
	padding-left: 1.25em;
	margin-top: -3px;
}

#menu ul
{
	display:inline;
	list-style-type:none;
	width: auto;

}


#menu li

{
display:inline;


}
*/
/*/*-------------------------------------------------------------*/
/*sous_menu*/


#sous_menu 
	{
	height: 30px;
	width: 100%;
	background-color: #999999;
	margin-left: -900px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #04293B;
	border-right-color: #04293B;
	border-bottom-color: #04293B;
	border-left-color: #04293B;
	float: right;
	margin-top: 4px;
}

#sous_menu a
	{
	float:left;
	text-decoration:none;
	line-height:30px;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	height: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
	
	}	
	
	
#sous_menu a:hover 
{
	border-color: #f00;
	background-color: #264F63;
	padding-right: 1.25em;
	padding-left: 1.25em;
}


#sous_menu ul
{
	display:inline;
	list-style-type:none;
	width: auto;

}


#sous_menu li

{
display:inline;
}

/*-------------------------------------------------------------*/
/*contenu */


#contenu {
	width: 100%;
	background-color: #333333;
	height: auto;
	position: relative;
	margin-bottom: 20px;
	margin-top: 210px;
	float: left;
}

/*#colonne_gauche {
	background-color: #00FFFF;
	height: 300px;
	width: 20%;
	float: left;
	color: #FFFFFF;
}
*/
#colonne_centre {
	background-color: #000000;
	width: 80%;
	float: right;
	height: 800px;
	color: #FFFFFF;
}
#page #contenu #colonne_centre #texte {
	background-color: #384550;
	width: 95%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 15px;
}
#page #contenu #colonne_centre #texte h2 {
	font-size: 20px;
}
#page #contenu #colonne_centre #texte h1 {
	font-size: 24px;
}
#page #contenu #colonne_centre #texte img {
	padding-left: 10px;
	padding-top: 10px;
}
#page #contenu #colonne_centre p {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

