body {
	font-family: "Comic sans ms";
	font-size: 13px;
	margin: auto;
	background-color: #dac694;
	font-weight:bold;
}

#page {
	width: 1000px;
	height: auto;
	margin: auto;
}

#banniere {
	width: 1000px;
	height: 253px;
	background-image: url('Img/banniere.jpg');
}

#menu_haut {
	width: 1000px;
	height: 46px;
}

ul#menu_horizontal { 
	width : 1000px; 
	height : 46px;
	list-style-type : none; 
	margin : 0px;
	padding: 0px;
}

ul#menu_horizontal li.bouton_gauche {
	float : left;
}

ul#menu_horizontal a img { 
	border : none;
}

#ombre_menu {
	width: 1000px;
	height: 8px;
	background-image: url('Img/ombre_menu.jpg');
}

#corps {
	width: 1000px;
	height: auto;
	padding-top: 25px;
	background-color: #dac694;
}

#menu_droite {
	width: 250px;
	height: auto;
	margin-left: 730px;
}

#actu{
	width: 250px;
	height: autot;
}

#ET_actu {
	width: 250px;
	height: 50px;
	background-image: url('Img/ET_actu.jpg');
}

#ET_lc {
	width: 250px;
	height: 50px;
	background-image: url('Img/ET_lc.jpg');
}

#ET_admin {
	width: 250px;
	height: 50px;
	background-image: url('Img/ET_admin.jpg');
}

#contenue_actu {
	width: 238px;
	height: auto;
	background-color: #e9d8af;
	border-left: 1px solid #52433f;
	border-right: 1px solid #52433f;
	border-bottom: 1px solid #52433f;
	padding: 5px;
}

#cadre_contenue {
	width: 660px;
	height: auto;
	margin-left: 20px;
	padding: 10px;
	float: left;
	margin-bottom: 30px;
	background-color: #e9d8af;
	border: 1px solid #52433f;
}

#cadre_contenue_reportage {
	width: 920px;
	height: auto;
	margin-left: 20px;
	padding: 20px;
	float: left;
	margin-bottom: 30px;
	background-color: #e9d8af;
	border: 1px solid #52433f;
}

#ET_titre_reportage {
	width: 678px;
	height: 18px;
	background-image: url('Img/ET_titre_reportage.jpg');
	font-size: 15px;
	color: white;
	font-family: "arial";
	padding: 11px;
}


#cadre_contenue_index {
	width: 660px;
	height: auto;
	margin-left: 20px;
	float: left;
	margin-bottom: 30px;
}

#ET_dernier_reportages {
	width: 680px;
	height: 50px;
	background-image: url('Img/ET_dernier_reportages.jpg');
}

#description_reportage {
	border-left: 2px solid #52433f;
	border-bottom: 2px solid #52433f;
	padding: 10px;
}

#contenue_dernier_reportages {
	width: 678px;
	height: auto;
	background-color: #e9d8af;
	border-left: 1px solid #52433f;
	border-right: 1px solid #52433f;
	border-bottom: 1px solid #52433f;
}

#pied_de_page {
	width: 1000px;
	height: 101px;
	background-image: url('Img/pied_de_page.jpg');
	color: white;
	font-family: "Arial black";
	font-size: 14px;
	text-align: center;
	clear: both;
	margin-top: 30px;
}

td.td_ET_comm {
	background-image: url('Img/ET_commentaire.jpg'); 
	color: white; 
	padding: 5px;
}

td.td_ET_tab1 {
	background-image: url('Img/ET_table.jpg'); 
	color: white; 
	padding: 5px;
}

td.td_ET_tab2 {
	background-image: url('Img/ET_titre_actu.jpg'); 
	color: white;
	width: 660px;
	height: 40px;
	padding: 5px;
}

td.td_comm {
	border-left: 1px dashed  #52433f;
	border-right: 1px dashed  #52433f;
	border-bottom: 1px dashed  #52433f;
	padding: 5px;
}

td.td_cont_tab1 {
	border-left: 1px dashed #52433f;
	border-right: 1px dashed #52433f;
	border-bottom: 1px dashed #52433f;
	padding: 5px;
}

table.table_droite_comm {
	border-collapse: border-collapse;
	width: 550px; 
	float: right; 
	margin-top: 20px;
}

table.table_concours_1 {
	width: 660px;
	border: 1px dashed #52433f;
}

.reponse_comm {
	background-color: #FFECC1;
	padding: 5px;
}

a {
	text-decoration: none;
	color: black;
}

.erreur {
	background-color: #FFE1D6;
	border: 1px dashed red;
	padding: 5px;
}

.confirmation {
	background-color: #D6FFD3;
	border: 1px dashed green;
	padding: 5px;
}

.text_right {
	text-align: right;
}