html
{
	background-image: url("images/fond_html.jpg");
	background-repeat: repeat-x;
}

body
{
   max-height: 800px;
   background-color: #ffffff;
   width: 948px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 8px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

#en_tete
{
   background-image: url("images/entete_site.jpg");
   text-align: center;
   width: 948px;
   height: 120px;
   background-color: nocolor;
   margin-bottom: 6px;
}

#menu
{
	
   float: left; /* Le menu flottera à gauche */
   width: 135px; /* Très important : donner une taille au menu */
   
}

.element_menu
{
   margin-top: 20px;
   background-image: url("images/element_menu.jpg");
   margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
   
}

.element_menu h3 /* Tous les titres de menus */
{   
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 90%;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
   list-style-type: none;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
    color: black;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #F2F9FE;
   /*color: #05961d;*/
}

#corps
{
   height: 560px;
   margin-left: 160px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 6px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   color: black;
   background-color: #ffffff;
}

#corps a
{
	text-decoration: none;
	color: black;
}

#corps h1
{
   color: black;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 
{
   text-align: center;
   height: 30px;
   color: black;
}

#corps h3
{
	text-align: center;
}

#affich_img img
{
	margin-left: 10px;	
}

.img_sem_aff
{
	margin-top: 40px;
	margin-left: 10px;
	
}

.scroll_img_sem
{
	overflow: visible;
	
}

.scroll_img_sem h3
{
	margin-bottom: -15px;
}


#pied_de_page
{
	width: 948px;
	height: 120px;
	clear: left;
	text-align: center;
	font-weight: bolder;
	color: black;
	background-image: url("images/pied_page.jpg");
    background-repeat: repeat-y;
}
#photo
{
	margin-top: 20px;
	margin-left: 20px;
}
#photo a
{
	font-weight: bold;
	color: black;
}

#photo a:hover
{
	background-color: #F2F9FE;
	/*color: #F2F9FE;*/
}

#photo ul
{
	list-style-type: none;
}

.W-100 {
	margin-top: 10px;
	width:100%;
}

.MF_Glob-Tr-Title {
	width:100%;
	height:30px;
}
.MF_Glob-Td-Title {
	text-align:center;
	font-size: 20px;	
}

.MF_Glob-Tr-SubTitle {
	width:100%;
	height:20px;
}

.MF_Glob-Tr-SubFooter {
	width:100%;
	height:20px;
}
.MF_Glob-Td-SubTitle {
	text-align:center;
	color:#999999;
	font-size:15px;
}
.MF_Glob-Td-Glrie {
	text-align:center;
	height:100px;
}

.MF_Glob-A-Picture {
	border:none;
	text-decoration:none;
}

.img_semaine
{
	border: none;	
}

.img_balade
{
	border: none;
}

.img_vie
{
	border: none;
}

.precedsuiv
{
	margin-top: -15px;
	text-align: center;
}

.precedsuiv a:hover
{
	background-color: #F2F9FE;
}

.bord
{
	border: none;
}
.affich_img_align
{
	text-align: center;
}
.ret_gal
{
	text-align: center;
	margin-bottom: 10px;
}

#expo
{
	margin-top: 20px;
}

#footer_txt
{
	height: 80px;
}
#footer_txt a
{
	color: black;
	text-decoration: none;
}

.default_corps
{
	text-align: center;
}
.default_imgg
{
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
.default_imgd
{
	margin-right: 20px;
	margin-top: 20px;
	float: right;
}

#jrn
{
	max-height: 560px;
	overflow: scroll;
	height: 560px;
	margin-top: 20px;
}

#conf
{
	max-height: 560px;
	overflow: scroll;
	height: 560px;
	margin-top: 20px;
}

#affch_1
{
   	display: block;
	text-align: center;
	padding: -10px -10px;
	margin: -20px 5px;
	margin-top: 30px;
}

#affch_2
{
   	display: block;
	text-align: center;
	padding: -10px -10px;
	margin-top: 40px;
	
}

.element_menu2 h3 /* Tous les titres de menus */
{   
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 55%;
}

#affch_1 img
{
	padding: 0px 0px;
	margin: 0px 0px;
	max-height: 100%;	
}

#expo h3
{
	text-align: left;
	font-size: 17px;
	font: bold;
}

#justify
{
	text-align: justify;
	margin-right: 10px;
}

#dossped
{
	padding-top: 110px;
}

#poscentre
{
	padding-left: 20px;
}

#gicentre
{
	margin-left: 220px;
}

#gicolor
{
	color: #79A7B6;
}

#justifypart
{
	text-align: justify;
	margin-right: 0px;
}
