/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/

/*-----generale----*/
body {
	background-color:#171717;
	color:#000;
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	font-family: Verdana, Arial, sans-serif;
	font-size:100%;
}

em
{
text-decoration:underline;
}

a
{
color:#ef8812;
font-weight:bold;
}

h1
{
font-weight:bold;
text-align:center;
text-decoration:underline;
font-size:130%;
}
h2
{
color:#ef8812;
}

#header {
	background: url("img/header.jpg") no-repeat;
	width:1024px;
	height:212px;
	display:block;
}

.orange
{
color:#ef8812;
font-weight:bold;
}

.alinea
{
text-indent:20px;
}

#menu 
{
	padding:0px;	
	margin:0px;	
	width:1024px;
	height:56px;
}
#header ul
{
margin:0px;
padding:0px;
list-style: none;
position:relative;
top:161px;
left:90px;
font-size:25px;
}

#header li
{
	list-style: none;
	display: inline; 
	margin:0px;
	margin-left:0px;
	text-align:left;
	font-family: "Comic Sans MS", Sans, Impact, Verdana, Arial;
	font-size:22px;
}
#header a
{
color:#FFF;
}

#corps
{
background:url("img/fondcorps.jpg");
}
#contenu
{
float:left;
width:763px;
background:#FFF url("img/fond.jpg") no-repeat;
min-height:560px;
}

p
{
margin:15px;
margin-left:50px;
margin-right:50px;
}

#menu_d
{
margin-left:763px;
background:#ef8812;
width:256px;
padding-top:15px;
color:white;
padding-left:5px;
min-height:560px;
}

#menu_d p
{
margin:10px;
}

.menu
{
text-indent:0px;
}


#footer
{
width:1024px;
height:69px;
background:url("img/footer.jpg") no-repeat;
clear:left;
}


.titre_menu
{
color:#d20072;
font-weight:bold;
font-family:   Arial;
}

#contact
{
margin-left:50px;
margin-right:50px;
margin-top: 5Opx;
}