
.background {
	background-color:#202020;
}

.background2 {
	background-image: url(../images/background.jpg);	
}
.degrade_banniere {
	background-image: url(../images/degrade_banniere.png);
	background-repeat: repeat-x;
	background-color:#000000;
	
}
.bord_gauche {
	
	background-color:#000000;
	background-image: url(../images/bord.jpg);
	background-repeat: repeat-y;
	background-position:left;
}
.bord_droit {
	background-image: url(../images/borddroite.jpg);
	background-repeat: repeat-y;
	background-position:right;
	background-color:#000000;
}
.fond {
	background-color: #000000;
}
.degrade_pied {
	background-color: #000000;
	background-image: url(../images/degrade_pied.png);
	background-repeat: repeat-x;
	background-position:bottom;
}

#login {
	position: relative;
	background-image: url(../images/login.png);
	background-repeat:no-repeat;
	height: 253px;
	width: 246px;
	left: 340px;
	top : 0px;
	margin :0;
	padding:0;
	
}


#logo {
	
	position: relative;
	top : 23px;
}


.input_login {
	
	position: relative;
	width:150px;
	top: 128px;
	left: 25px;	
}
.input_password {
	position: relative;
	width:150px;
	top: 172px;
	left: 25px;
}

.police_1 {
	
	margin-left:30px;
	color: #fff ;
	font-size:55px;
	font-family: Times, Times New Roman ,serif ;
	font-weight:500;
}

.police_2 {
	color: #fff ;
	font-size:22px;
	font-style:italic;
	font-family: Times, Times New Roman ,serif ;
	font-weight:100;
}


input {
   border: 1px solid #FFF;
}

ul#menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	margin-top:25px;
	margin-left:30px;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li span#lienHeader
{
	/*width: 114px ;*/
	line-height: 25px ;
	font-size: 12px ;
	font-family: Times, Times New Roman ,serif ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	margin-right:35px;

	
}


ul#footer
{
	height: 25px ;
	margin: 0 ;
	margin-left:30px;
	margin-top:10px;
	padding: 0 ;
	list-style-type: none ;
}

ul#footer li
{
	float: left ;
	text-align: center ;
}

ul#footer li a
{
	/*width: 140px ;*/
	margin-right:30px;
	line-height: 25px ;
	font-size: 12px ;
	font-family: Times, Times New Roman ,serif ;
	color: #fff ;
	display: block ;
	text-decoration: none ;

}


#conteneur
{
 width: 1024px;
 margin: 0 auto;
}


.page_selection {
	color: #fe6e02 ;
	display: block ;
	text-decoration: none ;
	margin-right:5px;
}

.page_couleur {
	color: #fe6e02 ;
}

.page_suivante {
	color: #fff ;
	display: block ;
	text-decoration: none ;
	margin-right:5px;
}

ul#pagination
{
	
	font-size: 14px ;
	font-family: Times, Times New Roman ,serif ;
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	margin-top:25px;
	margin-left:0px;
	list-style-type: none ;
}

ul#pagination li
{
	float: left ;
	text-align: center ;
}


