
/* === Les cadres de la page ================================================= */

html, body { 
	font-variant: normal; 
	font-size: 10.5pt; 
	font-family:  Trebuchet MS, Trebuchet, Verdana, "Lucida Grande", Tahoma, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif; 
	color: #2f4f4f;
	text-transform: none; 
	text-align: center;
	margin: 0px;
	padding: 0px; 
	background-color: #bfd46b;
}



/* === Sytles generaux pour le texte ======================================== */

h1 {
	font-style: normal; 
	font-weight: bold; 
	font-size: 14pt;
	color: #649900;
	text-transform: uppercase;
}

h2 {
	font-style: normal; 
	font-weight: bold; 
	font-size: 12pt;
	color: #6f841b;
	background-color: #f4f3f1;

	margin-top: 6px;
	padding: 3px 0 3px 0;
	text-transform: uppercase;
}


h3 {
	font-style: normal;
	font-weight: bold;
  font-size: 11pt; 
}


/* === Les liens ============================================================ */

a { 
	color: #cc3333; 
	font-weight: bold; 
	text-decoration: none;
}

a:hover { 
	color: #cc3333; 
	text-decoration: underline;
}



/* === les objets generaux ================================================== */

img {
	border: 0;
}



/* === La zone de logo ====================================================== */

#logo {
	position: relative;
	top: 0;
	left: 0;
  width: 900px;
	height: 168px;
 	margin: 0;
	padding: 0;
	background-image: url('/images/menus/ban.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ba1420;
}

#slogan1, #slogan2 {
	position: absolute;
	right : 160px;

  width: 320px;
 	color: #d3fc6f;
  font-size: 12pt;
  font-weight: bold;
  font-style: oblique;
	text-align: left;
	margin: 3px;
}

#slogan1 {
	top: 80px;;
}

#slogan2 {
	top: 100px;
	text-align: right;
}


#petitmenu {
	position: absolute;
	right: 5px;
	top: 8px;
	color: #eee8aa; 
	font-weight: bold; 
	font-size: 8pt; 
	text-decoration: none;
	text-align: right;
}
	
#petitmenu a {
	color: #eee8aa; 
	font-weight: bold; 
	font-size: 8pt; 
	text-decoration: none;
}

#petitmenu a:hover {
	color: #adff2f; 
	font-weight: bold; 
	font-size: 8pt; 
	text-decoration: none;
}

#moto {
	position: absolute;
	left: 5px;
	top: 26px;
	color: #eee8aa; 
	font-weight: bold; 
	font-style: oblique;
	font-size: 9pt; 
	text-decoration: none;
	text-align: right;
	padding-top: 11px;
	padding-right: 7px;
}
	
	
/* === Le menu principal ==================================================== */


#menuprincipal {
	position: absolute;
	left: 5px;
	bottom: 2px;
	color: #eee8aa; 
	font-weight: bold; 
	font-size: 10.5pt; 
	text-decoration: none;
	text-align: left;
	padding: 0px;

}

#menuprincipal p {
	display: inline;
}

#menuprincipal a {
	color: #eee8aa; 
	font-weight: bold; 
	text-decoration: none;
}

#menuprincipal a:before {
	content: " :: ";
}

#menuprincipal a:first-child:before {
	content: "";
}

#menuprincipal a:hover {
	color: #adff2f; 
	font-weight: bold; 
	text-decoration: none;
}
	
/* === Le menu lateral et ses habitants ===================================== */

#sousmenu {
	position: absolute;
	top: 169px;
	left: 0;
	width: 150px;
	text-align: left;
	margin: 0;
	background-color: #bfd46b;

}

#sousmenu h2 {
	padding: 10px 5px;
	color: #ce3235; 
	background-color: transparent;
	font-weight: bold; 
	font-size: 11pt;
	text-transform: uppercase;
	border-bottom: 2px dotted #a9a9a9;
}

#sousmenu p {
	padding: 5px 5px 10px 5px;
	color: #494949;
	font-weight: normal; 
	font-size: 10pt;
	text-align: center;
}

#sousmenu a {
	padding: 5px 5px 10px 5px;
	display: block;
	text-decoration: none;
	color: #494949;
	font-weight: normal; 
	font-size: 10pt;
}

div#sousmenu a.niveau1 {
	font-weight: bold;
}

div#sousmenu a.niveau2 {
	padding: 3px 5px 3px 20px;
}

div#sousmenu a:hover {
	text-decoration: none;
	background-color: #f0f0f0;
	color: #b02020;
}

img#marcheur {
	display: block;
	margin: 30px auto 0 auto;
	padding: 0;

}

img#xchiens, img#xfeu {
	display: block;
	margin: 30px auto 0 auto;
}




/*=== la zone de contenu ==================================================== */

#contenu, div.contenu {
	margin: 0px 0px 0 150px;
	width: 728px;
	min-height:800px;
	padding: 10px;
	background-color: #ffffff;
	border-left: solid #efefe0 1px;
	text-align: left;
}



div.contenusansmenu {
	margin: 0px 0px 0 150px;

	width: 758px;
	min-height:600px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;

}


/*--------------- Actualités ------------------------------------------*/

#actualites {
	float: right;
	width: 150px;
	float: right;
	border: 1px solid black;
	background-color: #f4f3f1;

	padding: 5px;
	margin: 0 0 0 10px;;
}

#actualites h2 {
	padding: 10px 5px;
	color: #ce3235; 
	background-color: transparent;
	font-weight: bold; 
	font-size: 9pt;
	text-transform: uppercase;
	border-bottom: 2px solid #a9a9a9;
}
	
#actualites ul {
	margin: 0;
	padding: 0;
}

#actualites li {
	list-style: none;
	border-bottom: 2px dotted #a9a9a9;
	font-size: 9pt; 
	text-decoration: none;
	color: #6f841b;
}
#actualites a {
	font-weight: bold; 
	font-size: 9pt; 
	text-decoration: none;
	color: #6f841b;
}

#actualites a:hover {
	font-weight: bold; 
	font-size: 9pt; 
	text-decoration: underline;
	color: #6f841b;
}

#actualites p {
	font-size: 9pt;
	color: #6f841b;
}



/* === Les images =========================================================== */


div.photodroite, div.photogauche  {
	font-size: 8pt;
	text-align: center; 
	margin: 4px; 
	padding: 2px; 
	background-color: #ffffff;
  	border: 1px solid #cebbbb;
}

div.photodroite {
	float: right;
}

div.photogauche {
	float: left;
}


div.photodroite p, div.photogauche p {
	padding: 2px 1px 0 1px;
	margin: 0;
	font-size: 8pt;
	width: 200px;
}

div.photogauche a img, div.photodroite a img, div.photogauche img, div.photodroite img  {
	padding: 1px;
}

div.legendephoto {
	font-size: 8pt;
	margin: 5px 5px 5px 5px;
}

/* === Les textes encadrés ================================================== */

div.centre {
		margin: 0 auto 0 auto;
		text-align: center;
}

div.box_centre {
	margin: 0 auto 0 auto;
	font-size: 8pt;
	width: 450px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #f0a0a0;
	background-color: white;
}

div.box {
	font-size: 8pt;
	width: 250px;
	padding: 0 20px 5px 20px;
	border: solid 1px #f0a0a0;
	background-color: white;
	float: right;
}

div.box h3 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #b08080;
}

div.box p {
	margin-left: 10px;
}

div.box a {
	margin-left: 10px;
	display: block;
}


/* === Styles utilisés pour des boites de messages ========================== */

div.message {
	border: 1px #b08080 solid;
	margin: 10px 20px 0 20px;
}
			
div.message p.titre {
	font-size: 10pt;
	font-weight: bold; 
	background-color: #f5f5f5; 
	padding: 5px; 
	border-bottom: 1px dotted #ba1420; 
	border-top: none;
	margin: 0;
}
			
div.message p {
	padding: 0px 10px 0px 10px;
}		

/* === Deux colonnes ======================================================== */

div.deuxcolonnes {
	width: 100%;
}

div.colonnegauche {
	float: left;
	width: 50%;

	border-right: 1px solid #c0c0c0;
	text-align: right;
}

div.colonnedroite {
	margin: 0 0 0 50%;
	text-align: left;
}

div.colonnegauche p {
	margin: 0 5px 0 0px;
}

div.colonnedroite p {
	margin: 0 0px 0 5px;

}

/* === Liste de liens en colonne ============================================ */

div.listedoc a {
	display: block
}

/* === Copyright et auteurs ================================================= */

#copyright {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

#copyright p {
	color: #696969; 
	font-size: 10px;
  margin: 0;
  padding: 0;
}

#copyright a {
	color: #d96969; 
	font-size: 10px;
  margin: 0;
  padding: 0;
}

/* === Les partenaires ====================================================== */

table.cartesaffaire {
	text-align: left;
}

table.cartesaffaire td {
	text-align: left;
	vertical-align: top;
	border-bottom : 1px black solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

p.nompartenaire {
	font-weight: bold;
}


/*==== Album photos ===========================================================*/

div.album {
	text-align: center;
}
				
div.album a img {
	display: inline;
	margin: 2px 2px 0 0px;
	padding: 0px;
	border: 1px solid #b02020;
}
			



