/* 
    Document   : style
    Created on : 9 avr. 2010, 18:30:40
    Author     : lepiaf
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    width:800px;
    margin:auto;
}

#logo {
    float:left;
}

.login{
    float:right;
}

#menu ul li {
    list-style-type: none;
    display: inline;
    text-align: center;
    padding: 0 5px 0 5px;
}



#footer{
    text-align: center;
}

/* ADMIN */
.listAlpha ul li {
    list-style-type: none;
    display: inline;
    text-align: center;
    padding: 0 5px 0 5px;
}

.listRate{
    height:400px;
    overflow-y:scroll;

}
#content{
    width: 800px;
    position:relative;
    top: 0px;
}

/****************************SLIDER********************************/
.contenu{
	width:800px;
	float:left;
	padding:0 13px;
	}
.contenu h3{
	font-size:30px;
	}
.contenu p{
	margin:10px 0px;
	width:450px;
	float:left;
	line-height:18px;
}
.contenu ul{
	margin:0px 0 0 30px;
	font-size:12px;
	line-height:14px;
	width:450px;
	float:left;
}
.contenu ul li{
	margin:0px 0 10px;
	}
#slider{
	height:300px;
	position:relative;
	width:700px;
	left:0px;
	overflow:scroll;
	z-index:2;
	}
.btn_left, .btn_right{
	width:60px;
	height:60px;
	position:relative;
	display:block;
}
.btn_left{
	background:transparent url(../img/bouton_slider.png) no-repeat 0 0;
	float:left;
	top:100px;
	left:10px;
	position:absolute;
	z-index:3;
	cursor:pointer;
	}
.btn_right{
	background:transparent url(../img/bouton_slider.png) no-repeat -60px 0;
	float:right;
	top:100px;
	right:10px;
	position:absolute;
	z-index:3;
	cursor:pointer;
	}
.donnee_slider{
	position:relative;
	width:3080px;
	z-index:1;

	}
.donnee{
	height:280px;
	width:700px;
	float:left;
	margin:0 55px;
	}
