/*************************************** GENERALITES ***************************************/
html{background:url(images/fond.png) repeat-x; height:1024px;}

body
{
	width: 1024px;
	margin:auto;
	padding-top:6px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p{padding-bottom: 10px;}

h2{color: #8CDF11; font-size:16px; font-weight:bold; display:inline;}

a{color: #8CDF11; text-decoration: none;} /*pomme*/
a:hover{color: #503016;text-decoration: none;}
a img { border:0; float: left;}

/************************************* FIN GENERALITES **************************************/
.logo{position:absolute;}

.contenu
{
    width:924px;
    margin:auto;
    text-align: justify;
}

.contenu li{margin-left:50px;}



/*************************************** MENU DEROULANT ***************************************/

.menu {overflow: hidden;padding-left:200px;padding-top:13px;}
.menu li {list-style: none;}
.menu > li {float: left; background:url("images/onglets.png") no-repeat center top transparent;}
.menu > li:hover {background:url("images/onglets_hover.png") no-repeat center top transparent;}
.menu li:hover > a {color:  #575757;} /*gris*/
.menu li ul {position: absolute; display: none;}
.menu li:hover > ul
{
     display: block;
     border: 1px solid #f97e06;
     text-align: center;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     -webkit-box-shadow: #666666 0px 3px 5px;
     -moz-box-shadow: #666666 0px 3px 5px;
     box-shadow: #666666 0px 3px 5px;
     background: #FFFFFF;
     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#dadada));
     background: -webkit-linear-gradient(#FFFFFF, #dadada);
     background: -moz-linear-gradient(#FFFFFF, #dadada);
     background: -ms-linear-gradient(#FFFFFF, #dadada);
     background: -o-linear-gradient(#FFFFFF, #dadada);
     background: linear-gradient(#FFFFFF, #dadada);
     -pie-background: linear-gradient(#FFFFFF, #dadada);
     behavior: url(/PIE.htc);
     text-align: center;
}
.menu a
{
    text-align: center;
    text-decoration: none;
    color: #8CDF11; /*pomme*/
    font-weight: bold;
    display: block;
    line-height: 30px;
    width: 146px;
}
.menu > li:last-child
{
    top:3px;
    margin-top: 3px;
    background:none;
    padding-left: 7px;
    width:15px;
}
.menu > li:first-child
{
    top:1px;
    margin-top: 1px;
    background:none;
    width:35px;
}
/************************************* FIN MENU DEROULANT *************************************/



/*************************************** FOOTER ***************************************/
.footer
{
    font-size: 14px;
    height:73px;
    width:924px;
	top:960px;
    margin:auto;
    color:#ffffff;
    text-align: center;
    position:absolute;
}

.copy
{
    font-size: 12px;    
}

.footer a:hover
{
    color:#ffffff;
    text-decoration: underline;
}

/*************************************** FOOTER ***************************************/



.reseaux
{
	position:absolute;
	width:924px;
	height: 30 px;
	top : 925px;
	margin: auto;
	text-align:center;
	
}