/*
Design du site Couleurs Lointaines
*/

body
{
   width: 820px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   background-image: url("images/styles/degrade4.jpg");
   background-attachment: fixed;
   background-repeat: repeat-x; /* Le fond ne se répètera que sur la première colonne, verticalement */
}

/* L'en-tête */

#en_tete
{
   width: 820px;
   height: 100px;
   background-image: url("images/styles/banniere11.jpg");
   background-repeat: no-repeat;
   margin-bottom: 1px;
}

/*Accueil*/

#corps
{
   margin-left: 185px;
   margin-bottom: 5px;
   padding: 5px;
   color: #B3B3B3;
   background-color: #626262;
   background-repeat: repeat-x;
   border: 2px solid white;
}


/* Le menu */

#menu
{
   float: left;
   width: 183px;
}


.element_menu
{
   background-color: #ffffff;
   background-repeat: repeat-x;
   border: 2px solid white;
   margin-bottom: 2px;
}


/* Effets sur les menus */

.element_menu h3
{    
   padding: 16.5px;
   color: #019733;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 16px
}

.element_menu ul
{
   padding: 0px;
   padding-left: 7px;
   margin: 0px;
   margin-bottom: 6px;
}

.element_menu a
{
   color: black;
}

.element_menu a:hover
{
   background-color: #fff159;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 185px;
   margin-bottom: 1px;
   padding: 5px;
   color: #B3B3B3;
   background-color: #ffffff;
   background-repeat: repeat-x;
}

#corps p
{   
   color: #000000;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 15px
}

#corps a
{
	margin-bottom: 5px;
	color: #019733;
	font-size: 15px
}


#corps h1
{   
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 18px
}

#corps h2
{
   height: 40px;
   background-repeat: no-repeat;
   padding-left: 30px;
   color: #e5004f;
   font-family: Bradley Hand ITC;
   font-size: 40px;
   text-align: center;
   margin-left: 0px;
}

#corps h4
{
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
   font-size: 17px
}


/*les présentations des galeries et autres photos
---------------------------------------------------------------------------------------*/
.pre_galerie 
{
	float:left;
	text-align: center;
	margin: 5px;
	border=0
}

.pre_galerie dt
{
	margin-bottom: 5px;
	color: #e5004f;
	font-size: 15px
}

.pre_galerie a
{
	margin-bottom: 5px;
	color: #e5004f;
	font-size: 12px
}

.galerie 
{
	float:left;
	text-align: center;
	margin: 25px;
	border=0
}

.galerie dt
{
	margin-bottom: 5px;
	color: #e5004f;
	font-size: 15px
}

.galerie a
{
	margin-bottom: 5px;
	color: #e5004f;
	font-size: 12px
}



/* Le pied de page */

#pied_de_page
{
   padding: 5px;
   margin-left: 185px;
   text-align: center;
   color: #e5004f;
   background-color: #ffffff;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid white;
}

#pied_de_page a
{
	margin-bottom: 5px;
	color: #e5004f;
	font-size: 15px
}