/*######################CSS de la page  index##################*/

#nav0
{
height: 30px;
}

#bottom
{
height: 10px;
background: url('../medias/nav/BOTTOM.png') no-repeat;
font-weight: bold;
}

#bottom p
{
font-size: 9px;
color: #000000;
}

#bottom p a
{
color: #000000;
font-size: 9px;
}

#bottom p a:hover
{
color: #CC2222;
font-size: 9px;
}

#back
{
float: left;	
margin-left: 10px;
}

#center
{
float: left;
padding-left: 320px;	
}

#right
{
float: right;	
margin-right: 10px;
}

/*Bordure autour du site*/

.body
{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-KHTML-border-radius: 10px;
-ms-border-radius: 10px;  /*coins arrondies*/
-webkit-box-shadow: 2px 2px 20px #000; /*Ombre autour de la page*/
-moz-box-shadow: 2px 2px 20px #000;
margin-top: 0px;
height: 600px;
width: 800px;
background-color: #FFFFFF;
font-family: lucida;
}

#main						{position: relative; clear: both; height: 520px; }

#slider ul, #slider li		{margin:0; padding:0; list-style:none;}	
#slider, #slider li			{height:520px; width:800px; overflow:hidden;}	
#slider						{margin-left:0px;}

#prevBtn, #nextBtn			{margin:0; padding:0; display:block; overflow:hidden; text-indent:-8000px;}
#prevBtn, #nextBtn			{display:block; width:31px; height:100px; position:absolute; left:0px; top:150px;}	
#nextBtn					{left:769px;}														
#prevBtn a, #nextBtn a		{display:block; width:31px; height:100px; background:url(../medias/nav/btnslider_prev.png) no-repeat 0 0;}	
#nextBtn a					{background:url(../medias/nav/btnslider_next.png) no-repeat 0 0;}								

#header ul, #header li		{margin:0; padding:0; list-style:none;}	
#header, #header li			{height:40px; width:800px; overflow:hidden;}	
#header						{margin-left:0px;}
