/* ===================================== */
/* RESET BALISES HTML */
/* ===================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, /*ul, li,*/
fieldset, form, label, legend ,
.block_info{
	margin: 0;
	padding: 0;
}

/* ===================================== */
/* MISE EN PAGE - STRUCTURE */
/* ===================================== */

body {
	/*background: #fff url(./fond_ete.jpg) center top no-repeat;*/   /*HP VACANCE ETE*/
	/*background: #fff url(./fond_charnouween.jpg) center top no-repeat;*/ /*HP HALLOWEEN*/
	/*background: #fff url(./fond_8decembre.jpg) center top no-repeat;*/ /*HP 8 decembre*/
	/*background: #fff url(./fond_noel.jpg) center top no-repeat; */  /*HP NOEL*/
	/*background: #fff url(./fond_noel3.jpg) center top no-repeat;*/ /*HP NOEL2*/
	/*background: #022b09 url(./fond_erdedatex.jpg) center top no-repeat;*/  /*HP ERDE DATEX */
	background: #fff url(./fond_defaut.jpg) center top no-repeat; /*HP NORMAL*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#global {
	width: 975px;
	margin: 0 auto;
	font-size: 120%;
	text-align: left;
	position: relative;
}
#global a img  {
   border: none; 
}
#global #menu_haut, #global #login, #global #en_tete, #global #barre_info{
	background: #FFF; 
}

#page {
	width:970px;
	float: left;
	padding-left: 5px;
	background: #FFF;
	border-bottom:solid #FFF 10px;
}
/* ===================================== */
/* HEADER - DEFAUT */
/* ===================================== */

#header {
	position: relative;
}

/*****************Bandeau deuil*****************/
/*#header #bandeau img {
	position: absolute;
	top: 0px;
	left: -215px;
}*/

/***************** LOGO ************* */

#logo {
	height: 59px; /*hauteur a  modifier pour etre raccort avec image de fond*/
	/*HP erde datex */ /*height: 203px;*/
	/*HP Halloween --- 8.dec*/ /*width: 250px;*/
	width: 220px;
	
}

#header #logo img {
	position: absolute;
	left: -999em;
}

#header #logo a {
	display: block;
	/* HP Halloween --- 8.dec*//*width: 250px;*/
	width: 220px;
	height: 50px;
	position: absolute;
	left: -6px;
	/* HP NOEL*/	/*background-image: none;*/
	/* HP Halloween */ /*background: url("./logoh.gif") no-repeat;*/
	/* HP 8 decembre */ /*background: url("./logo8.gif") no-repeat;*/
	background: url("./logo.gif") no-repeat;
}
/*--------------------------------------------------------------------------------------naviguation menu haut----------------------------------------------------------------------------------*/
#menu_haut{
	padding-left:25px;
}
.block_menu_haut{
	display: inline-block;
	width: 129px;
	height: 40px;
	background-image: url("./fond_bleu_menu_haut.jpg");
}
.block_menu_haut a{text-decoration: none; }
.block_menu_haut h2{
	display: block;
	color: red;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	padding-top: 5px;
	text-align: center;
	height: 40px;
	overflow: hidden;
}
/* -----------------------------------------------------------------------------------------------login----------------------------------------------------------------------------------------------- */
#login{
	float: left;
	height: 70px;
	width : 315px;
	padding-left: 5px;
	padding-right: 5px;
}
#login p, strong{
	margin-top: 10px;
	font-size : 1em;
	color : blue;
}
/* -----------------------------------------------------------------------------------------------EN-TÊTE----------------------------------------------------------------------------------------------- */
#en_tete{
	float: right;
	padding-right: 5px;
	height: 70px;
}

/*-----------------------------------------------------------------------------------------------BARRE-----------------------------------------------------------------------------------------------*/
#barre_info{
	clear: both;
	padding-right: 5px;
	height : 26px;
	font-weight : bolder;
}
/* ===================================== */
/* PAGE - DEFAUT */
/* ===================================== */
/*----------------------------------------------------------------------------------------Menu gauche-----------------------------------------------------------------------------------------------*/
#menu_gauche{
	padding-top : 7px;
	float: left; /* Le menu flottera à gauche */
	width: 200px; /* Très important : donner une taille au menu */
}

.block_info{
	width: 150px;
	background-color: #fff;
	border: 2px solid #67c5e9;
	margin-top: 10px;
	margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
}
.block_info h3 { /* Tous les titres de menus */
	background-image: url("./fond_bleu_block_menu.jpg");
	background-repeat: repeat-x;
	height: 24px;
	color: red;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
}
.block_info ul {/* Toutes les listes à puces se trouvant dans un menu */
	list-style-image: url("./fleche_rouge.gif"); /* On change l'apparence des puces */
	padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
	margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}
.block_info li {/* Toutes les listes à puces se trouvant dans un menu */
	margin-bottom: 5px;
}
.block_info a{
	color : blue;
	text-decoration: none;
	font-size: 1em;
	/*overflow: hidden;*/
}
/*-----------------------------------------------------------------------------------------------CORPS-----------------------------------------------------------------------------------------------*/
#corps{
	float: left;
	width: 750px;
	margin-left: 1px;
	padding-top : 10px;
	font-family: "Times New Roman", arial, verdana, serif;
	font-size : 1.5em;
	/*text-align : center;*/
}

#corps h1{
	text-align : center ;
	font-size : 1.5em;
	text-decoration : overline underline;
	font-weight : bold;
	color : Red;
	margin-bottom: 1.5em;
}
#corps h3{
	text-align : left;
	font-size : large;
	text-decoration : overline underline;
	font-weight : bold;
	color : Red;
	margin-bottom: 0.5em;
}
#corps h4{
	font-size : 1em;
	color : Red;
	margin-bottom: 1em;
}
#corps h5{
	text-decoration : underline ;
	font-size : small;
	color : Red;
	margin-bottom: 1em;
}
#corps h6{
	font-size: medium;
	text-align: left;
	color: #FF00FF;
	margin-bottom: 1em;
}
#corps p{
	text-align : left;
	font-size : 1em;
	margin-bottom: 0.5em;
}
legend {color: #FF00FF; font-size : 1.5em;}
ul li {text-align : left;}

#corps strong{
	font-size : 1em;
	color : blue;
}
#corps table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border-collapse: collapse;
}
#corps tr td/* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Times New Roman", "Trebuchet MS", Times, serif;
   color: red;
   text-align: left;
   padding: 5px;
   font-size : 0.8em;
}
