/* fichier css de mise en page*/

/*MISE EN FORME DES BLOCS PRINCIPAUX*/
body {
	background-color: #838569;
	font-family: garamond, verdana, arial, sans-serif;
	font-size: 16px;
	color:#000000;
}

#general {/*position du site sur l'écran*/
	position: absolute;
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -400px;
	background-image: url(../image/deg1.jpg);
	background-repeat: no-repeat;
}

#bandeau{/*position du bandeau de titre*/
	margin-left: 175px;
	width: 625px;
	height: 175px;
}

	#bandeau p{/*position et aspect du titre principal*/
		font-size: 3em;
		color: #7e1a18;
		float: right;
		margin-top: 20px;
		margin-right: 20px;
	}
	
#adresse{/*position et aspect de la zone d'adresse*/
	position: absolute;
	display: block;
	top: 20px;
	left: 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #f3c9ca;
	text-decoration: none;
	cursor: default;
}

#adresse span{
	display: none;
	font-size: 0.6em;
	line-height: 1em;
}

#adresse:hover{/*position et aspect de la zone d'adresse survolée*/
	color:#a41815;
	background: none;
}

#adresse:hover span{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;	
}

#date{
	display: block;
	position: relative;
	top: 150px;
	left: 350px;
	font-size: 1em;
	color:#9d330b;
}
	
#menu_gauche{/*position du menu principal*/
	position: absolute;
	width: 175px;
	height: 425px;
	margin-left: 0px !important;
	margin-left: -175px;
}

	#menu_gauche li{/*style du menu principal*/
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 20px;
	}
	#menu_gauche ul{/*style et position de la liste du menu*/	
		font-size: 1.5em;
		font-weight: bold;
		margin: 0;
		padding: 0;
		padding-top: 20px;
		list-style-type: none;
	}

	#menu_gauche a{/*style des liens du menu*/
		text-decoration: none;
		color:#a41815;
	}

		#menu_gauche a:hover{/*style des liens du menu survolés*/
			color: #f3c9ca;
		}

#contenu{/*position du contenu de page*/
	margin: 0px;
	margin-left: 175px;
	width: 625px;
	height: 410px;
	overflow: auto;
	border-top: solid;
	border-color: #e46368;	
}
	
	#contenu p{/*style des paragraphes du bloc contenu*/
		width: 465px;
		margin: 0px;
		color: #000000;
	}
	
h2{
	margin: 0px;
}

#footer{/*position du pied de page*/
	text-align: center;
	font-size: 0.8em;
	font-weight: bolder;
	color: #000000;
	margin-top: 10px;
}

	#footer img{/*position de l'image du pied de page*/
		position: relative;
		top: 10px;
	}
	
	#footer a img{/*position des liens image dans le pied de page*/
		position: relative;
		top: 10px;
		border: none;
	}
#hebergeur{/*style du lien vers l'hebergeur*/
	text-decoration: none;
	color: #a41815;
}

#bloc_images{/*position et taille du conteneur d'images*/
	position: absolute;
	left: 680px;
	top:160px;
	width: 90px;
	height: 420px;
}

	#bloc_images img{/*position des images du bloc images*/
		margin-left: 5px;
		margin-top: 10px;
	}

.contenus{/*centrage de textes divers*/
	width: 485px;
}

.bordure{/*bordurage d'élements divers*/
	
	border: double;
	padding: 5px;
	
}
.entete{/*style des articles d'entete de contenu*/
	padding: 10px;
	margin-top: 30px;
	border: double;
	border-color: #cb2224;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.3em;
}

.message{/*style des messages d'alerte html*/
	position: absolute;
	top: 35%;
	width: 450px;
	height: justify;
	padding: 15px;
	padding-bottom: 40px;
	border: double;
	border-color: #cb2224;
	line-height: 1.3em;
}

.centre{/*classe de centrage*/
	text-align: center;
}

.milieu{/*classe de centrage des listes à puce*/
	margin-left: 90px;
	line-height: 2em;
}

.textactu{/*classe de position et de style des textes d'actualité*/
	margin: 0px;
	position: relative;
	left: 1em;
	top: -1em;
}

.sourceactu{
	margin: 0px;
	position: relative;
	left: 0em;
	top: 0em;
}

.textimage{/*positionnement et dimension du cadre texte/image*/
	padding-top: 10px;
	padding-left: 5px;
	min-height: 95px;
}

.imgleft{/*positionnement de l'image d'illustration*/
	margin-right: 3px;
	margin-bottom: -2px;
	float: left;
}
p.textimage span{/*position du texte de légende*/
	margin: 3px;
}

p.textimage span.titre{/*style du titre de la legende*/
	font-weight: bold;
	display: block;
}

hr{
	width: 30%;
}

/*MISE EN FORME DES FORMULAIRES*/

label{
      display: block;
      position: relative;
	  height: 25px;
 }

textarea{
	background-color: #ed9b9f;
	position: relative;
	left: 100px;
	top: -27px;
	margin-bottom: -15px;
}
  
label input{
     position: absolute;
     left: 100px;
	 background-color: #ed9b9f;
}
 
label select{
	 position: absolute;
     left: 100px;
	 width: 83px;
	 background-color: #ed9b9f;
}

select optgroup{
	background-color: #e15a5e;
}

.bouton{
	position: relative;	
	background-color: #ed9b9f;
	width: 75px;
	margin: 10px 0px 0px -20px;
	font-family: garamond, verdana, arial, sans-serif;
	font-size: 1em;
}

.bouton1{
	position: relative;
	margin-left: 10px;
}

.bouton2{
	position: relative;
	margin-left: 10px;
}

.vignette{
	margin-top: -20px;
	margin-right: 40px;
	float: right
	
}

label span{
	position: relative;
	left: 50px;
}

#bouton_effacer{
	display: block;
	position: relative;
	margin-top: -26px;
	margin-left: 100px !important;
	margin-left: -200px;
	padding-top: 1px;
	text-decoration: none;
	background-color: #ed9b9f;
	color: black;
	border-style: outset;
	border-width: 2px;
	border-color: white white grey grey;
	width: 75px;
	height: 21px;
}

#bouton_effacer:hover{
	cursor: default;
}

#bouton_effacer:active{
	border-style: inset;
}

#bouton_retour{
	display: block;
	position: absolute;
	margin-left: 165px;
	margin-top: 10px;
	padding-top: 1px;
	text-decoration: none;
	text-align: center;
	color: black;
	border-style: outset;
	border-width: 2px;
	border-color: white white grey grey;
	width: 130px;
	height: 19px;
}

#bouton_retour:active{
	border-style: inset;
}

#retour_form{
	display: block;
	padding-left: 150px;
	width: 120;
}

.long{
	width: 341px;
}

.court{
	width: 170px;
}

.a_gauche{
	position: relative;
	float: left;
}
	
/*MISE EN FORME DES TABLEAUX*/

table{
	font-size: 0.9em;
	border-collapse: collapse;
}

tr.liste{
	vertical-align: baseline;
}

td.gauche{
	width: 200px;
	border-bottom: ridge;
	border-top: ridge;
	border-width: 2px;
	padding: 10px 5px 10px 5px;
}

td.centreg{
	width: 40px;
	border-bottom: ridge;
	border-top: ridge;
	border-width: 2px;
	padding: 10px 5px 10px 5px;
}

td.centred{
	width: 185px;
	border-bottom: ridge;
	border-top: ridge;
	border-width: 2px;
	padding: 10px 5px 10px 5px;
}

td.droite{
	width: 40px;
	border-bottom: ridge;
	border-top: ridge;
	border-width: 2px;
	padding: 10px 5px 10px 5px;
}

/*MISE EN FORME DU CALENDRIER*/

.ds_box {
	background-color: #db363a;
	border: 1px solid #db363a;
	position: absolute;
	margin-left: -84px;
	margin-top: -112px !important;
	margin-top: -160px;
	z-index: 32767;
}

.ds_tbl {
	background-color: #e15a5e;
}

.ds_head {
	background-color: #db363a;
	color: #FFF;
	font-family: garamond, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #db363a;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: garamond, verdana, arial, sans-serif;
	width: 28px;
}

.ds_cell {
	background-color: #e15a5e;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: garamond, verdana, arial, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #ed9b9f;
}

/*FIN DU CODE DE MISE EN FORME DU CALENDRIER*/



