/*-------------------------------------------------------------------------------G�n�ral-----*/                    


*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
}

#conteneur
{
	width: 90%;
	max-width: 1200px;
	min-width: 826px;
	margin: 20px auto 0;
	padding-bottom: 10px;
}

/*-------------------------------------------------------------------------------Header-----*/

#header
{
	width: 100%;
	height: 200px;
	background: url(/images/header-entre.jpg) repeat-x;
	text-align: center;
}

.header-coin_gauche
{
	height: 200px;
	width: 16px;
	background: url(/images/header-coin_gauche.jpg) no-repeat;
}
.header-coin_droite
{
	height: 200px;
	width: 16px;
	background: url(/images/header-coin_droite.jpg) no-repeat;
}



/*-------------------------------------------------------------------------------Corps-----*/

#corps
{
	width: 100%;
	margin-top: 15px;
	background-color: #FFE2BA;	
}

#colonne
{
	width: 100%;
}

#colonne_menu
{
	vertical-align: top;
	width: 166px;
}

#colonne_contenu
{
	vertical-align: top;
}

.espace
{
	width: 12px;
	height: 12px;
}


.corps-coin_haut_gauche
{
	height: 15px;
	width: 15px;
	background: url(/images/corps-coin_haut_gauche.jpg) no-repeat;
}


.corps-entre_haut
{
	height: 15px;
	background: url(/images/corps-entre_haut.jpg) repeat-x;
}

.corps-coin_haut_droite
{
	height: 15px;
	width: 15px;
	background: url(/images/corps-coin_haut_droite.jpg) no-repeat;
}

.corps-entre_gauche
{
	height: 15px;
	background: url(/images/corps-entre_gauche.jpg) repeat-y;
}

.corps-coin_bas_gauche
{
	height: 15px;
	width: 15px;
	background: url(/images/corps-coin_bas_gauche.jpg) no-repeat;
}

.corps-entre_bas
{
	height: 15px;
	background: url(/images/corps-entre_bas.jpg) repeat-x;
}

.corps-entre_droite
{
	height: 15px;
	background: url(/images/corps-entre_droite.jpg) repeat-y;
}


.corps-coin_bas_droite
{
	height: 15px;
	width: 15px;
	background: url(/images/corps-coin_bas_droite.jpg) no-repeat;
}

/*-------------------------------------------------------------------------------Menu-----*/

#menu
{
	width: 166px;
	height: 401px;
	background: url(/images/menu.jpg) no-repeat top left; 
}

.menu_survol
{
	vertical-align: top;
}

.menu_survol ul, .menu_survol li 
{
	list-style-type: none;
}

.menu_survol li a 
{ 
	display: block;
	height: 36px;
	width: 164px;
	text-indent: -999px; 
	overflow: hidden;
}

.menu_survol ul#menu_balzazate
{
	
	height: 180px;
	width: 164px;
	margin-top: 38px;
}

.menu_survol ul#menu_organisation
{
	
	height: 100px;
	width: 164px;	
	margin-top: 68px;
}

* html .menu_survol ul#menu_organisation
{
	margin-top: 68px;
}

.menu_survol a:hover 
{
	background: transparent url(/images/menu.jpg) top right no-repeat;
}

.menu_survol a#menu1:hover 
{ 
	background-position: 0px -439px;
}
.menu_survol a#menu2:hover 
{
	background-position: 0px -475px;
}
.menu_survol a#menu4:hover 
{
	background-position: 0px -511px;
}
.menu_survol a#menu5:hover 
{
	background-position: 0px -547px;
}

.menu_survol a#menu6:hover 
{
	background-position: 0px -583px;
}
.menu_survol a#menu7:hover 
{
	background-position: 0px -676px;
}
.menu_survol a#menu9:hover 
{
	background-position: 0px -712px;
}

.menu_survol a#menu10:hover 
{
	background-position: 0px -748px;
}


/*-------------------------------------------------------------------------------Contenu-----*/

#contenu
{
	background-color: #FFFFEB;
	width: 100%;
}

.contenu-coin_haut_gauche
{
	height: 10px;
	width: 10px;
	background: url(/images/contenu-coin_haut_gauche.jpg) no-repeat;
}

.contenu-entre_haut
{
	height: 10px;
	background: url(/images/contenu-entre_haut.jpg) repeat-x;
}

.contenu-coin_haut_droite
{
	height: 10px;
	width: 10px;
	background: url(/images/contenu-coin_haut_droite.jpg) no-repeat;
}

.contenu-entre_gauche
{
	height: 10px;
	background: url(/images/contenu-entre_gauche.jpg) repeat-y;
}

.contenu-entre_droite
{
	height: 10px;
	background: url(/images/contenu-entre_droite.jpg) repeat-y;
}

.contenu-coin_bas_gauche
{
	height: 10px;
	width: 10px;
	background: url(/images/contenu-coin_bas_gauche.jpg) no-repeat;
}

.contenu-entre_bas
{
	height: 10px;
	background: url(/images/contenu-entre_bas.jpg) repeat-x;
}

.contenu-coin_bas_droite
{
	height: 10px;
	width: 10px;
	background: url(/images/contenu-coin_bas_droite.jpg) no-repeat;
}

p 
{
	text-align: justify;
	margin: 0 1.5em;
	margin-bottom: 0.5em;
}

li img
{
	border: none;	
}

#contenu  p.centrer img
{
	border: 1px solid #FF6600;
}



h1
{
	color: #FF9900;
	font-size: 1.4em;
	margin: 0 5px 7px;
	border-bottom: solid 1px #FF9900;
}

#contenu  h1 img 
{
	margin-right: 5px;
}

h2
{
	color: #FF9900;
	font-size: 1em;
	margin: 1em 5px 0.8em 40px;
	padding-left: 5px;
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}

h3 
{
	font-size: 1.2em;
	margin: 1em 0 5px 1.3em;
	color: #FF9900;
}

#contenu  li 
{

	margin-left: 70px;
	text-indent: 2em;
	background: url(/images/puce.gif) no-repeat;
	margin-right: 2px;
	list-style-type: none;	
}

#contenu  ul 
{
	margin-top: 1em;
	margin-bottom: 1em;
	display: inline-block;
	list-style-type: none;
}

#contenu  a.top 
{
	color: #FF9900;
	text-align:center;
	text-indent: 0;
	margin: 2em auto 5px auto;
	display: block;
	height: 18px;
	width: 105px;
	border-top: solid 1px #FFFFEB;
	border-bottom: solid 1px #FFFFEB;		
}

#contenu  a.top:hover 
{
	text-decoration: none;
	border-top: solid 1px #FF9900;
	border-bottom: solid 1px #FF9900;
}

p.legend
{
	text-indent: 0;
	margin: 0;
	height: 25px;
	background: url(/images/fieldset_label.jpg) top left repeat-x;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

p.legend span
{

	color: #FF6600;
	font-weight: bold;
	font-size: 1.2em;
	text-indent: 0;
	margin-left: 5px;
	float: left;
	
}

.fieldset
{
	border: 1px solid #FFCC99;
	padding-top: 15px;
}

.fieldset label img	
{
	margin-left: 5px;
}

.news
{
	width: 90%;
	margin: 20px auto;
}

.clear 
{
	clear: both;
}

.centrer
{
	font-size: 0.8em;
	text-align: center;
	text-indent: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.gauche 
{
	float: left;
	margin: 0.3em 1em 0 3em;
	border: 1px solid #FF6600;
}

.droite
{
	text-align: right;
}


.tableau
{
	width: 90%;
	margin: 20px auto;
	border: 1px solid #FFAE79;	
}

#contenu  tr.tableau_titre td
{
	background-color: #FFAC75;
	text-align: center;
}

#contenu   tr.a
{
	background-color: #FFE7C1;
	text-align: center;
}

#contenu   tr.b
{
	background-color: #FFDBC4;
	text-align: center;
}

a img
{
	border: none;
}

.source
{
	text-align: right;
	font-style: italic;
}

/*----------------------------------------------------------------------Pied de page-----*/

#footer
{
	width: 100%;
	background-color: #FFFFEB;
}

/*----------------------------------------------------------------------Style d'�criture-----*/

a:link 
{
	color: #0099FF;
	text-decoration: none;
}
a:visited 
{
	color: #0099FF;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;		
}
a:active 
{
	text-decoration: none;
}

strong 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 1em;
}

em
{
	font-size: 0.8em;
	font-style: italic;
}

.maj
{
	font-size: 0.7em;
}

.souligne
{
	text-decoration: underline;	
}

.ici
{
	font-size: 0.8em;
	text-indent: 0;
	margin: 2px 0 5px 2px;
	color: #754600;
	font-weight: bold;
	text-align: right;
}

.menu
{
	font-size: 0.7em;
	text-indent: 0;
	text-align: center;
	margin: 0 0 2px 0;
}

acronym 
{
	cursor: help;
}

a.lien_ext:after 
{
	margin-left: 5px;
	content: url(/images/lien_externe.gif);
	font-style: normal;
}

.news_date
{
	font-size: 0.7em;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
}
