body {
	width: 950px;
	margin: auto;
	background-color: rgb(2,26,48);
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Verdana, serif; 
}

#en_tete {
	height: 142px;
	width: 950px;
	background-image: url("../images/europrotour_entete.gif");
	background-position : bottom right;
	background-repeat: no-repeat;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	line-height: 4px;
}

#corps_entier {
	min-height: 800px;
	border: 1px solid white;
	background-image: url("../images/fond_vide.gif");
	background-position : top left;
	background-repeat: repeat-x;
	margin-top: 10px;
	padding: 16px;
}

#corps_entier .image_corps {
	border: 1px solid white;
}

#menu {
	float: left;
	height: 800px;
	width: 140px;
	background-image: url("../images/fond_menu.gif");
	background-position : bottom left;
	border: 1px solid white;
	margin-right: 16px;
}

.element_menu {
	height: 29px;
	/* border-bottom: 1px solid white; */
	margin: 0px;
	text-indent: 6px;
	line-height: 26px;
}

.element_menu:hover {
	background-image: url("../images/menu_hover.png");
	background-position : bottom left;
	background-repeat: no-repeat; 
}

.element_menu a {
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#contenu {
	padding-top: 0px;
}

#contenu .ligne_dessus {
	background-image: url("../images/fond_texte.png");
	background-position : top left;
	background-repeat: repeat-x;
}

#contenu .photo_droite {
	float: right;
	margin-bottom: 20px;
	margin-left: 16px;
}

#contenu .photo_droite img{
	border: 1px solid white;
}

#contenu p {
	font-size: 0.9em;
	color: white;
}

#contenu sup {
	font-size: 0.6em;
}

#contenu ul {
	/* width: 75%; */
	font-size: 0.9em;
	color: white;
	list-style-type: none; 
}

#contenu h1 {
	height: 50px;
	font-size: 1.5em;
	color: rgb(249,194,0);
	border-top: 1px solid white; 
	margin-top: 0px;
}

#contenu h2 {
	height: 30px;
	font-size: 1.2em;
	color: rgb(249,194,0);
	border-top: 1px solid white; 
}

#contenu h3 {
	height: 10px;
	font-size: 1em;
	color: rgb(249,194,0);
}

#pied_de_page {
	margin-top: 10px;
	text-align: center;
	font-size: 0.7em;
	color: white;
}