/* CSS Document */
/********************************************************* 

Styles generaux
	background-image : 	<uri> | none;
	background-position: ;	[ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ]
	background-repeat: repeat | repeat-x | repeat-y | no-repeat;
********************************************************/

body {
	margin:				0px;
	margin-top:			0px;
	padding:			0px;
	color: 				#30332c;
	font-family: 		Tahoma, Verdana, Arial, sans-serif; 
	font-size: 			11px;
	border:				0px;
	background-color:	#67717d;
}


/* Pour IE qui ne supporte pas l'heritage (identique a body) */
TD {  
	font-family: 	Tahoma, Verdana, Arial, sans-serif; 
	font-size: 		11px; 
}

P {
	font-family: 	Tahoma, Verdana, Arial, sans-serif; 
	margin:			0px;
	padding:		0px;
}
/********************************************************* 

	DIVERS 
font-family : toujours finir par une famille generique.
	Arial, sans-serif
	Courier, Monospace
	Helvetica, sans-serif
	Palatino, serif
	Times, serif
	Verdana, sans-serif
	ZapfChancery, Cursive
font-style: normal | italic | oblique
font-variant: normal | small-caps
font-weight : normal (400)| bold (700)| bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
content : 	normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote
********************************************************/

.big 		{ font-size: 14px; } /* Gros Texte */
.small 		{ font-size: 10px;  } /* Petit Texte */


/*********************************************************
	Raccourcis
	Stylse specifiques
	Classifier par ordre d'importance les couleurs de la charte
	Ces styles permettront de les utiliser
********************************************************/

.color1     { color: #fff;} /* blanc( */
.color2     { color: #9c1c1e; } /* bordeaux */
.color3     { color: #314c6a; } /* bleu */
.color4     { color: #faca10; } /* yellow */
.color5     { color: #d6110e; } /* red */
.color6     { color: #106d99 ;} /* bleu */

.bgcolor1     { background-color: #fff; }
.bgcolor2     { background-color: #666;}
.bgcolor3     { background-color: #db0000; }
.bgcolor4     { background-color: #ea862a;}
.bgcolor5     { background-color: #febd2b; }
.bgcolor6     { background-color: #106d99; }

.border 	{ border: 1px solid #29385f; }
.noborder 	{ border: 0px; }

/* Attention, Erreurs, mises en gardes 
border-style : none,hidden,dotted,dashed,solid,double,groove,ridge,inset,outset 
border-top-style, border-right-style, border-bottom-style, border-left-style
overflow : scroll | hidden | visible | auto
*/
.warning	{
	color: 				#d6110e;
	font-weight: 		bold;
	font-size: 			12px;
}


/* Citations */
Q 			{ font-style: italic;}
 
/* Definition des caracteres de quotes (FF seulement) */
Q:lang(fr)	{quotes: '« ' ' »'; }
Q:lang(en)	{quotes: '" ' ' "'; }

Q:before 	{content : open-quote}
Q:after 	{content : close-quote}

/* A utiliser pour les acronymes en utilisant l'attribut title dans la balise pour la signification de l'acronyme (synthese vocale) */
ACRONYM {
   text-transform: uppercase
}

/* A utiliser pour les abbreviations en utilisant l'attribut title dans la balise pour la signification de l'abbreviation (synthese vocale) */
ABBR {
   text-transform: uppercase
}


/********************************************************* 
	LINKS - LIENS 
a:focus:hover { outline: thick solid black }
vertical-align : baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length>
text-decoration : none | [ underline || overline || line-through || blink ]
white-space : normal | pre | nowrap | pre-wrap | pre-line
********************************************************/


A:link 		{text-decoration: underline; color: #203246}
A:active	{text-decoration: underline; color: #203246}
A:visited 	{text-decoration: underline; color: #203246}
A:hover 	{text-decoration: underline; color: #9c1c1e}


.Lienred:link 		{text-decoration: none; color: #9c1c1e}
.Lienred:visited 	{text-decoration: none; color: #9c1c1e}
.Lienred:hover 	{text-decoration: none; color: #314c6a}

/********************************************************* 
	PARAGRAPHES
	(le style par defaut des paragraphes est defini au debut du doc)
********************************************************/
/* Style pour la premiere lettre */
P.lettrine:first-letter {
	font-size:			16pt; 
	vertical-align: 	text-top; 
	text-indent: 		15px;
	text-transform: 	uppercase
}

/* style specifique pour la premiere ligne d'un paragraphe */
p.lettrine:first-line { 
	font-weight: 	bold;
}



/********************************************************* 

	TABLES 
	dont on se sert comme veritables tableau pour y fair apparaiter des données.
	Ceci ne concerne pas les tableaux qui structurent la page.

********************************************************/

/* Tableau de structure */

TABLE.struct {
	border: 0px;
	margin:0px;
	padding:0px;
}




/********************************************************* 
	 Titres
	dipaly: block,inline
********************************************************/	




/* Baseline, slogan : utilisé pour le référencement genralement dans le header */
H1.baseline {
	display:		inline;
	color: 			#fff;
	font-family: 	Tahoma, Verdana, Arial, sans-serif;
	font-size: 		10px;
	font-weight: 	normal;
	font-style: 	normal;
	text-align: 	left;
	background: 	transparent;
	padding-left:	10px;
}
/* Titre de page */
H1 {
	display: 		block;
	background-image:url('/skins/fleurentin/images/ligneh1.gif');
	background-repeat:repeat-x;
	background-position:center;
	color: 				#203246;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-weight:		bold;
	font-size:        	13px;
	line-height: 20px;
	margin:0px;
	height:14px;
	text-align: center;
	}
	
	
H1 SPAN{
background-color:#cbdeef;
padding-left:6px;
padding-right:6px;}	

/* Titre de niveau 1 : I.,II.,III. */
H2 {
display: 		block;
color: 				#9c1c1e;
font-family: 		Tahoma, Verdana, Arial, sans-serif;
font-weight:		bold;
font-size:        	12px;
margin:0px;
}

H2 A:link 		{text-decoration: underline; color: #9c1c1e}
H2 A:visited 	{text-decoration: underline; color: #9c1c1e}
H2 A:hover 	{text-decoration: underline; color: #d6110e}

/* Titre de niveau 2 : A),B),C) */
H3 {
	display: 		block;
	color: 			#d6110e;
	font-family:  	Tahoma, Verdana, Arial, sans-serif;
	background-image:url('/skins/fleurentin/images/p02.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 28px;
	border-bottom: solid 1px #67717d;
	font-size: 		11px;
	font-weight: 	bold;
	font-style: 	normal;
	text-align: 	left;
	margin:			0px;
}

/* Titre de niveau 3 : 1/,2/,3/ */
H4 {
	display: 		inline;
	color: 			#314c6a;
	font-family:  	Tahoma, Verdana, Arial, sans-serif;
	font-size: 		12px;
	font-weight: 	bold;
	font-style: 	normal;
	text-align: 	left;
}

DIV.faq_titre {
	display: 		block;
	color: 			#d6110e;
	font-family:  	Tahoma, Verdana, Arial, sans-serif;
	background-image:url('/skins/fleurentin/images/p02.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 28px;
	border-bottom: solid 1px #67717d;
	font-size: 		11px;
	font-weight: 	bold;
	font-style: 	normal;
	text-align: 	left;
	margin:			0px;
}

/********************************************************* 
	LISTE
	
********************************************************/
/* Liste a puce de contenu NIV 1 */
UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('/skins/fleurentin/images/puce01.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	0px;
	margin:					0px;
	padding-left:20px;
}

/* Liste a puce de contenu NIV 2 */
UL LI UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('/skins/fleurentin/images/puce02.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	20px;
	font-weight: 			normal;
	margin:					0px;
}

/* Liste a puce de contenu NIV 3 */
UL LI UL LI UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('/skins/fleurentin/images/puce03.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	20px;
	font-weight: 			normal;
	margin:					0px;
}

/* Liste numerotee de contenu NIV 1 */
OL {
	list-style-type: decimal; 
}
/* Liste numerotee de contenu NIV 2 */
OL LI OL {
	list-style-type: upper-alpha; 
}

/* Liste numerotee de contenu NIV 3 */
OL LI OL LI OL {
	list-style-type: decimal; 
}

/*********************************************************
  FORMS - FORMULAIRES
********************************************************/

FORM {
	margin : 	0px;
	padding : 	0px;
}

/* Le titre des champs doivent se trouver dans une balise LABEL (accessibilite) */ 
LABEL {
	font-family: 	Tahoma, Verdana, Arial, sans-serif;
	font-size: 		11px;
	color:#637682;
}


/* Text Box*/
INPUT.fieldtextbox{
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
	background-color: 	#FFF;
	color:#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
	padding-right: 		2px;
}

/* Check Box*/
INPUT.fieldcheckbox {
	border: 0px;
}

/* Radio Box*/
INPUT.fieldradiobox {
	border: 0px;
}

INPUT.file{
	background-color: 	#FFF;
	padding-left:		2px;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size:			9px;
}


INPUT.button, INPUT.fieldbutton {
	color: 				#fff;
	font-family:     	Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-weight: 		normal;
	font-size:    		10px;
	background-color:   #67717d;
	border-bottom: 		#9c9c9c solid 1px;
	border-right: 		#9c9c9c solid 1px;
	border-left: 		#9c9c9c solid 1px;
	border-top: 		#9c9c9c solid 1px;
	cursor: 			pointer;
}


INPUT.button:hover, INPUT.fieldbutton:hover {
	background-color:   #FFF;
	color: 				#df2a00;
}

SELECT.fieldlistbox {
	background-color:   #FFFFFF;
	color: 				#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-size:    		10px;
	width: 				150px;
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
}

SELECT.fieldlistbox OPTION {
	color: 				#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-size:        	11px;
	background-color:   #FFFFFF;
	width: 				150px;
}

TEXTAREA.fieldtextbox {
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
	background-color: 	#FFF;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
}

/* Champs de formulaire inactif */
.disabled {
	visibility : 		hidden;
	color: 				#FFF;
	font-size: 			0px;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	background-color:   transparent;
	border: 			#FFF solid 0px;
}

/* Champs de formulaire actif */
.enabled {
	visibility : 		visible;
	border-top: 		1px solid #DFDFDF;
	border-right: 		1px solid #DFDFDF;
	border-bottom: 		1px solid #DFDFDF;
	border-left: 		1px solid #DFDFDF;
	background-color: 	#FFF;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
}

/* Impression */
.unprintable {
	display:	block;
}

@media print {
.unprintable { 
	display: 	none;
	visibility: hidden;
	}
}

/*********************************************************
STRUCTURE
********************************************************/
/*structure*/
		DIV#bg_structure{
		background-image:url('/skins/fleurentin/images/bg_struct.jpg');
		background-repeat:repeat-x;
		background-color:#cbdeef;
		width:796px;
		margin-left:auto;
		margin-right:auto;
		}
		
		DIV#contenu{
		width:786px;
		overflow:hidden;
		clear: both;
		}

DIV#colleft02{
width:280px;
float:left;}

.IMG_contactphil{
margin:4px;}

DIV#colleft{
float:left;
padding-left:10px;
width:275px;}

DIV#colright{
float:right;
width:475px;
padding-left:5px;
padding-right:5px;}


DIV#map{
background-image:url('/skins/fleurentin/images/box_map.gif');
background-repeat:no-repeat;
height:165px;
font-size:10px;
color:#203246;
padding-top:5px;}


/*********************************************************
HEADER
********************************************************/
DIV#header{
background-image:url('/skins/fleurentin/images/bg_header.gif');
background-repeat:no-repeat;
height:92px;
padding-left:15px;}

DIV#list{
margin:0px;
height:48px;
padding-left:25px;
padding-top:10px;
color:#b1cee7;
}

DIV#menu{
margin:0px;
padding-left:20px;
}
DIV#menu A:link 		{text-decoration: none; color: #fff}
DIV#menu A:active 		{text-decoration: none; color: #fff}
DIV#menu A:visited 	{text-decoration: none; color: #fff}
DIV#menu A:hover 		{text-decoration: none; color: #faca10}

DIV#menu A.selected:link 		{text-decoration: none; color: #faca10}
DIV#menu A.selected:active 	{text-decoration: none; color: #faca10}
DIV#menu A.selected:visited 	{text-decoration: none; color: #faca10}
DIV#menu A.selected:hover 		{text-decoration: none; color: #faca10}

DIV#menu2_top{
background-image:url('/skins/fleurentin/images/menu2_top.gif');
background-repeat:no-repeat;
width:290px;
height:29px;
background-position:bottom;}

DIV#menu2_middle{
background-image:url('/skins/fleurentin/images/menu2_middle.gif');
background-repeat:repeat-y;
width:280px;
padding-left:5px;
padding-right:5px;
line-height:18px;
color:#FFFFFF;
}

DIV#menu2_middle A:link 		{text-decoration: none; color: #fff}
DIV#menu2_middle A:active 		{text-decoration: none; color: #fff}
DIV#menu2_middle A:visited 	{text-decoration: none; color: #fff}
DIV#menu2_middle A:hover 	{text-decoration: none; color: #faca10}

UL#my_menu A:link 		{text-decoration: none; color: #fff}
UL#my_menu A:active		{text-decoration: none; color: #fff}
UL#my_menu A:visited 	{text-decoration: none; color: #fff}
UL#my_menu A:hover 	{text-decoration: none; color: #faca10}



.menu2_select{
	color:#faca10;
}

DIV#menu2_bottom{
background-image:url('/skins/fleurentin/images/menu2_bottom.gif');
background-repeat:no-repeat;
width:290px;
height:29px;
}

DIV.sepwhite{
background-image:url('/skins/fleurentin/images/sep_white.gif');
background-repeat:repeat-x;
height:3px;
background-position:center;}

#menu2_middle tr td { width: 280px; border-bottom: 1px dashed #FFF; }

/*********************************************************
CONTENU
********************************************************/
/* fil d'arianne */
DIV#breadcrumb{
	float:left;
	font-size:10px;
	color:#314c6a;
}


.img_village{
border:solid 1px #314c6a;}

TD.odd{
	background-color:#e6f1f9;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #67717d;
	padding-bottom:6px;
	padding-left:5px;
}

TD.even{
	background-color:#cbdeef;
	padding-bottom:6px;
	padding-left:5px;
}

TD.titretablo{
	background-color:#314c6a;
	color:#FFFFFF;
	padding-bottom:6px;
	padding-left:5px;
}

DIV.box_top{
background-image:url('/skins/fleurentin/images/box_top.jpg');
background-repeat:no-repeat;
width:260px;
height:22px;
padding-left:5px;
padding-right:5px;
padding-top:3px;}

DIV.box_top_bg{
background-color:#9c1c1e;
height:20px;
color:#FFFFFF;
}

DIV.box_middle{
background-image:url('/skins/fleurentin/images/box_middle.jpg');
background-repeat:repeat-y;
width:270px;
}

DIV.box_bottom{
background-image:url('/skins/fleurentin/images/box_bottom.jpg');
background-repeat:no-repeat;
width:270px;
height:10px;}

/*
DIV#boxvid_top{
background-image:url('/skins/fleurentin/images/boxvid_top.gif');
background-repeat:no-repeat;}

DIV#boxvid_middle{
background-image:url('/skins/fleurentin/images/boxvid_middle.gif');
background-repeat:repeat-y;
padding-left:10px;
padding-right:10px;
overflow:hidden;
height:auto;
}

DIV#boxvid_bottom{
background-image:url('/skins/fleurentin/images/boxvid_bottom.gif');
background-repeat:no-repeat;
clear: both;}
*/

DIV.boxvid_top{
background-image:url('/skins/fleurentin/images/boxvid_top.gif');
background-repeat:no-repeat;}

DIV.boxvid_middle{
background-image:url('/skins/fleurentin/images/boxvid_middle.gif');
background-repeat:repeat-y;
padding-left:10px;
padding-right:10px;
overflow:hidden;
height:auto;
background-position:topleft;
}

DIV.boxvid_bottom{
background-image:url('/skins/fleurentin/images/boxvid_bottom.gif');
background-repeat:no-repeat;
clear: both;}

DIV#player{
margin:4px;
float:left;}

DIV.sep{
border-bottom:solid 1px #314c6a;
margin-top:4px;
margin-bottom:4px;
width:120px;
line-height:1px;
}

DIV#presentation{
float:left;
width:145px;}


DIV.boxblanche{
background-color:#FFFFFF;
background-image:url('/skins/fleurentin/images/bg_boxblanche.gif');
background-position:bottom;
background-repeat:no-repeat;
border:solid 1px #314c6a;
width:198px;
float:left;
margin-right:8px;
padding-left:20px;
padding-bottom:6px;
padding-top:6px;
margin-bottom:5px;}


DIV.boxagenda{
background-color:#FFFFFF;
background-image:url('/skins/fleurentin/images/bg_boxagenda.jpg');
height:100px;
background-position:bottom;
background-repeat:no-repeat;
border:solid 1px #314c6a;
width:154px;
float:left;
margin-right:8px;
padding-left:80px;
padding-bottom:6px;
padding-top:6px;
margin-bottom:5px;}

TD.sepvert{
background-image:url('/skins/fleurentin/images/sep_vert.gif');
background-repeat:repeat-y;
background-position:center;}



DIV.boxbleu_top{
background-image:url('/skins/fleurentin/images/boxbleu_top.gif');
background-repeat:no-repeat;
width:467px;
height:9px;
background-position:bottom;
}

DIV.boxbleu_middle{
background-image:url('/skins/fleurentin/images/boxbleu_middle.gif');
background-repeat:repeat-y;
width:455px;
padding-left:7px;
padding-right:5px;
line-height:18px;
margin:0px;
}

DIV.boxbleu_middle A:link 		{text-decoration: none; color: #30332c; text-decoration:underline;}
DIV.boxbleu_middle A:visited 	{text-decoration: none; color: #30332c}
DIV.boxbleu_middle A:hover 		{text-decoration: none; color: #fff; background-color:#d6110e;}

DIV.boxbleu_bottom{
background-image:url('/skins/fleurentin/images/boxbleu_bottom.gif');
background-repeat:no-repeat;
width:467px;
height:9px;
}

DIV.attention{
padding-left:12px;
padding-right:12px;}

DIV.sepred{
border-bottom:dotted 1px #9c1c1e;}


IMG.galery{
border:solid 1px #30332c;
margin-right:1px;
margin-top:1px;}

DIV.thumbnail{
float:left;}

/*********************************************************
BOTTOM
********************************************************/

DIV#bg_bottom{
background-image:url('/skins/fleurentin/images/bg_bottom.gif');
background-repeat:no-repeat;
height:25px;
width:796px;
margin-top:5px;
margin-left:auto;
margin-right:auto;
color:#b1cee7;
padding-top:2px;}

DIV#bg_bottom A:link 		{text-decoration: none; color: #cbdeef}
DIV#bg_bottom A:visited 	{text-decoration: none; color: #cbdeef}
DIV#bg_bottom A:hover 	  {text-decoration: none; color: #fff}

.villageselect{
background-color:#d6110e;
color:#FFFFFF;}

DIV#bg_bottom2{
width:796px;
margin-top:5px;
margin-left:auto;
margin-right:auto;
color:#203246;
}

DIV#comment_list {
	width: 250px;
	height: 300px;
	border: 1px solid #FFF;
	overflow: auto;
	padding: 4px;
	float: right;
	clear:right;
}

P#lastreac {
	font-weight: bold;
	float: right;
}

P#nbreac {
	font-weight: bold;
	float: right;
}

DIV.reaction {
	display: block;
}

DIV#noreaction {
	display: block;
}

.who {
	font-weight: bold;
}

.when {
	font-size: 9px;
}

.what {
	font-weight: bold;
	color: #9c1c1e;
}

FORM#commentForm {
	float: left;
}

FIELDSET {
	border: 0px;
	width: 190px;
}

