/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/

/* Support du PNG par ie6 */
img, a, p, table { behavior: url(iepngfix.htc) }  


body {
	margin:0;
	padding:0;
	background-image: url(img/fond.jpg);
	color:#9A4215;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/************************************************
				MISE EN FORME TEXTE
************************************************/
.subheader { 
	position:absolute; 
	top: 15px; 
	left:10px; 
	font-size:12px; 
	font-weight:normal; 
	text-decoration:none;
}

.subheader:hover {text-decoration:underline; }

h1, h3,h2, a, .texte_mis_en_evidence {color:#8B2C95;}

a {	font-weight:bold; }
a:hover { text-decoration:none; color:#EA2D31; }

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 10px 0 40px;
	padding:20px 0 5px 0;
	text-transform:uppercase;
	color:#8B2C95;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:3px 0;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px 0;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

/************************************************
				IMAGES
************************************************/

img{border:none}

.border {
	margin:2px;
	border:1px solid #8B2C95;
}

.opacite { -moz-border-radius: 5px; }
a img.opacite { cursor:pointer; border: 1px solid #CCCCCC;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin:2px; padding:2px}
a:hover img.opacite {border: 1px solid #CCCCCC;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;margin:2px; }

/***********************************************
				CHEMINS
***********************************************/

#chemin{
	clear:both;
	font-size:10px;
	height:20px;
	margin:0 40px 20px 40px;
	}
	
#chemin *{font-size:10px}

#chemin a {color:#8B2C95;}
#chemin a:hover,#chemin a.active  {color:#8B2C95;}


/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	margin:auto;
	width:980px;
	background: url('img/repetition.jpg') repeat-y ;
	position:relative;/**/
}

/************************************************
				ENTETE
************************************************/

div#entete {
	height:213px;
	margin:0;padding:0;	
}

#lang{
	position:absolute;
	color:#FFF;
	margin-top:220px;
	margin-left:20px;
}
#lang a{
	color:#FFF;
}

/*****************************************/
/************* MENU SECONDAIRE **********/
/***************************************/

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0;
	position:absolute;
	top:5px;
	right:50%;margin-right:-463px;
}
#menu-secondaire li{
	display:inline;
	border-left:1px #fff solid;
	padding:0 4px 0 4px;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#fff;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#fff;
}
#menu-secondaire .premier_lien{
	border:none;
}

/*****************************************************
				MENU horizontal
*****************************************************/

ul.menu {
	background:url(img/menu.jpg) no-repeat;
	height:28px;
	margin:0;
	padding:0 0 0 22px;
	list-style-type:none;
}
ul.menu li {
	display:inline;
	margin:0;padding:0;
}
ul.menu li a {
	display:block;
	height:28px;
	float:left;
	margin:0 4px;
	padding:0;
	color:#fff;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:28px;
	text-decoration:none;
	background:url(img/bouton.png) no-repeat ;
	width:80px;
	text-align:center;
}
ul.menu li.large a {background:url(img/bouton-large.png) no-repeat;
	width:150px;}

ul.menu li a:hover, ul.menu li a.active{
	background:url(img/bouton-hover.png) no-repeat ;
	color:#fff;
}
ul.menu li.large a:hover, ul.menu li.large a.active {background:url(img/bouton-large-hover.png) no-repeat ;}
ul.menu li a:hover.large, ul.menu li a.active {
	background:url(img/bouton-hover.png) no-repeat ;
	color:#fff;
}
ul.menu li.premier_lien a { border:none; }

/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/bas.jpg') no-repeat 0 bottom;
}

div#contenu {
	background:url('img/haut.jpg') no-repeat;
	text-align:left;
	margin: 0;
	padding: 0;
	height:328px;
}

html>body #contenu {
	height:auto;
	min-height:328px;
} 

div#contenu_modifiable {
	border:none;
	margin:0;
	padding:0px 50px 20px 40px ;
}

div#contenu p {
	margin:0;
	padding:5px 0 5px 0;
}

div#contenu_modifiable ul.puce {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul.puce li {
	background:url(img/puce.jpg) no-repeat left 5px;
	margin-left:15px;
	padding:2px 0 2px 20px;
}
.titre {
	font-weight:bold;
	text-decoration:underline;
}
.petit {
	font-size:11px;
}
div#contenu_modifiable .galerie-image {
	text-align:center;
}
div#contenu_modifiable .galerie-image img{
	margin:20px 15px  15px 0;
}


/****************************************************
		FORMULAIRES
****************************************************/

.formulaire {
	border: 1px solid #CCCCCC;
	background-color:none;
	font-size:12px;
	padding:1px; 
}

/****************************************************
				ADRESSE
****************************************************/
div#adresse {
	clear:both;
	background: url('img/adresse.jpg') no-repeat;
	height:47px;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	padding-top:10px;
}

/****************************************************
				MENTION LEGALE
****************************************************/

div#mention {
	margin:5px auto;
	text-align:center;
	color:#9A4215;
	font-size:10px;
}

hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }

.liens_partager, .liens_partager img{
	text-align:right;
	vertical-align:middle;
}






/************************************************
					 Newsletter					
************************************************/
#newsletter{
	position:absolute;
	top:294px;
	right:25px;
	text-align:left;
}





/************************************************
					 INFOS FIXES
************************************************/


.code_incorrect {
	font-weight:bold;
	color:#FF0000;
}

.lien_retour_haut {
	font-size:10px; color:#666666; text-align:right;
}

.ligne_pointille_vertical {
	border-left:1px dotted #ccc;
}

.ligne_pointille_horizontal {
	border-bottom:1px dotted #ccc;
}

