body {
		margin: 0px;
		padding: 0px;
		background-color: black;
		color: white;
		font-size: 0.8em;
		font-family: georgia, "Times New Roman", serif;
}




#global{
		position: absolute;
		left: 50%;
		top: 0;
		right: auto;
		bottom: auto;
		margin-left: -495px;
		width: 950px;
		clear: both;
		height: 1000px;
}


#bandeau{
		margin: 0;
		padding: 0;
		background: transparent url(../images/bandeau.jpg) 0 0 no-repeat;
		width: 950px;
		height: 150px;
}

#sous_menus{
		margin: 0;
		padding-top: 150px;
		width: 250px;
		height: 1000px;
		float: left;
		background: transparent url(../images/colonne.jpg) 0 0 no-repeat;
}

#page_accueil_menus{
		color: orange;
		margin-top: 550px;
}

#page_accueil_menus p{
		text-indent: 0;
		text-align: center;
}



#central{
		margin: 0;
		padding: 0;
		height: 1000px;
		width: 700px;
		background: transparent url(../images/fond_contenu.jpg) 0 0 no-repeat;
		float: right;
}

#titre{
		padding:0;
		margin: 51px 50px 0 50px;
		background: transparent url(../images/titre.jpg) -1px 0px no-repeat;
		height : 100px;
		text-align: center;
		font-variant: small-caps;
}


#contenu{
		margin: 0 50px 0 50px;
		background: transparent url(../images/contenu2.jpg) -1px -0px no-repeat;
		padding: 20px 20px 0 20px;
}

h1.titre_page{
		font-size: 2.3em;
		padding: 20px 50px 0 50px;
		color: #FFDCAF;
}


#pied_page{
		clear: both;
		height: 150px;
		width: 750px;
		left: 50%; 
		right: auto;
		bottom: auto;
		margin-left: -475px;
		position: relative;
		margin-top: 75px;
		text-align: center;
		
}

#pied_page a{
		text-decoration: none;
		background-color: black;
		color: black;
}

/* *******************  Style pour les items du sous menu  ***************  */


ul#item_sous_menus{
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-left: 30px;
}


/*
ul#item_sous_menus a{
		color: red;
		text-decoration: none;
		font-size: 1.2em;
		display: block;
		width: 150px;
		border: 1px solid red;
		line-height: 2em;
		text-align: center;
		margin-top: 15px;
		background: black;
}

ul#item_sous_menus li > a{
		background: transparent url(../images/fond_menu.png);
}


ul#item_sous_menus a:hover{
		background: red;
		color: black;
}

*/

ul#item_sous_menus a{
		color: red;
		text-decoration: none;
		font-size: 1.2em;
		display: block;
		width: 170px;
		border-top: 1px solid red;
		line-height: 1.5em;
		text-align: center;
		margin-top: 0px;
		background: black;
}

ul#item_sous_menus li > a{
		background: transparent url(../images/fond_menu.png);
}


ul#item_sous_menus a:hover{
		background: black;
		color: #FECC8D;
		border-left: 5px solid #FECC8D;
		border-right: 5px solid #FECC8D;
}

