

#header {
	background-image:url(img/bottom2.png);
	background-repeat:no-repeat;
	width:1010px;
	height:150px;
	margin:auto;
}

#header_connect {
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
}

.element_header_connect {
	background-image:url(img/connect.png);
	background-repeat:no-repeat;
	width:380px;
	height:35px;
	padding:30px;
}

.element_header_connect input {
	background-image:url(img/input.png);
	background-repeat:no-repeat;
	border:none;
	height:19px;
	width:139px;
	text-align:center;
	padding:1px;
}

.element_header_connect_connexion {
	background-image:url(img/connexion.jpg);
	background-repeat:no-repeat;
	width:75px;
	height:21px;
}

.element_header_connect_inscription {
	background-image:url(img/inscription.png);
	background-repeat:no-repeat;
	width:75px;
	height:21px;
}

/* FIN EN TETE */

/* MENU HORIZONTAL HAUT */

#menuh {text-align:center;
	margin-left: auto; 
        margin-right: auto; 
        background-image:url(img/menu.png);
	background-repeat:no-repeat;
	width:600px;
	height:50px;
	word-spacing:5px;
}

.element_menuh {
	padding:8px;
	color:#FFFFFF;
}

.element_menuh a {
	text-decoration:none;
	color:#FFFFFF;
}

.element_menuh a:hover {
	text-decoration:none;
	color:#CCCCCC;
}


/* FIN MENU HORIZONTAL HAUT */

/* CORPS */

#corps {
	background-image:url(img/contenu.png);
	background-repeat:repeat-y;
	width:1010px;
}

/* FIN DU CORPS */

/* MENU VERTICAL DROITE */
#menuv {position:absolute;
	float:left;
	clear:left;
	width:200px;
		padding-top: 50px;
		
}

.element_menuv {
	background-image:url(img/menuv-centre.png);
	background-repeat:repeat-y; 
}

.element_menuv ul {
	list-style:url(img/puce.png);
	margin:0px;
	padding-left:35px;
	padding-right:20px;
}

.element_menuv ul li a {
	display: block;
	padding: 5px 0px 5px 3px;
	text-decoration: none;
	color:#000000;
}

.element_menuv ul li a:hover, .element_menuv ul li a:focus {
	background-image:url(img/menuv_hover.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration: none;
	font-family:helvetica;
}


#top_menuv {
	background-image:url(img/menuv-haut.png);
	background-repeat:no-repeat;
	width:200px;
	height:30px;
}

#bottom_menuv {
	background-image:url(img/menuv-bas.png);
	background-repeat:no-repeat;
	width:200px;
	height:30px;
}

/* FIN MENU VERTICAL DROITE */

/* CONTENU */

#contenu {
	width:765px;
	margin-left:200px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:20px;
	padding-top:15px;
}

/* FIN CONTENU */

/* PIED DE PAGE */

#bottom {
	background-image:url(img/bottom.png);
	background-repeat:no-repeat;
	width:1010px;
	height:150px;
	
	color:#CCCCCC;
	padding-top:40px;
	padding-left:65px;
	word-spacing:5px;
}

#bottom a {
	color:#999999;
	text-decoration:none;
}

/* FIN PIED DE PAGE */

/* AUTRE STYLE */
.lettrine {

    font-family:Tahoma;
    font-size:20px;
    color : Black;
    text-decoration:none;
}

div#texte {
	
	background-image:url(img/fondblanc.jpg);

	}
div#photo {
	margin: 4px 4px 4px 4px;

	border: 2px solid black;
	float:left;
	width:82px;
	height:128px;
	background-image:url(img/vignette.jpg);
	}
div#billet {
	padding-right:10px;
	margin-left: auto; 
        margin-right: 7px; 
	text-align:center;
	height: 110px ; /*hauteur mini pour IE*/
	width: 590px ; /*largeur mini pour IE*/
		background-image:url(img/fondblanc.jpg);
	}
html>body div#billet
	{
	height: auto;
	min-height: 110px; /*hauteur mini pour les autres*/
	width: auto;
	min-width: 590px; /*largeur mini pour les autres*/
	}

div#image_billet {float:left;

	
	height:150px	}
/*    ------------------------------STYLE POUR BILLET ---------------------------------------- */
div#billethaut {
	text-align:left;
	margin-left: auto; 
        margin-right: auto; 
	width:800px;
	height:50px;
	background-color:#ff9a50;
	}
div#billetcontenu {
	text-align:left;
	margin-left: auto; 
        margin-right: auto; 
	width:800px;
	clear:both;
	text-align:left;
	background-image:url(img/fondblanc.jpg);
	}
div#billetbas {

	text-align:left;
	margin-left: auto; 
        margin-right: auto; 
	clear:both;
	width:800px;
	height:25px;
	background-color:#d8763b;
	}
