/*body {
	background-repeat: repeat-y; background-position: left; background-color: #8b0000; left: 0px; top: 0px; margin: 0px; padding: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
}
 ou on peut aussi écrire : */
body {
	background-color:#8b0000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-image: url(imageshvi/ar_plan_conteneurb.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
/*si on avait eu une image, et une couleur de fond, on aurrai pu mettre : background : #8b0000 url:chemindufichier repeat 0 0
0 0 correspond a la position top et left

on appelle ça une forme compréssé et ça prend bcp moins de place*/

.Style1 {color: #FF6600}
#Conteneur {
	padding: 0px;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	clip: rect(auto,auto,auto,auto);	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#innerconteneur {
	float: right;
	padding: 0px;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EDE1D1;
	margin: 0px;
	
}
#bandeau {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imageshvi/bannierehvi_6.jpg);
	height: 230px;
}
#slogan {
	margin: 0px;
	float: left;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(imageshvi/sloganhvi.jpg);
}

#menuderoulant {
	height:30px;
	width: 950px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EFE3D6;
	text-align: center;
	background-image: url(imageshvi/ar_plan_menu.jpg);
	background-repeat: repeat-x;
	border-top-color: #CCCCCC;
	float: left;
	clear: both;
 }

#menuderoulant ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;

 }
#menuderoulant li {
	float:left;
	margin:auto;
	padding:0;
	background-image: url(imageshvi/ar_plan_menu.jpg);
	background-repeat: repeat-x;
 }
#menuderoulant li a {
	display:block;
	width:80px;
	color:#8C0000;
	text-decoration:none;
	padding:0px;
	border-right-style: solid;
	border-right-color: #D6B68C;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6B68C;
	font-size: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
 }
 
#menuderoulant li a:hover {
	color:#8C0000;
	background-color: #D6B68C;
	font-size: 10px;
	font-weight: bold;
 }
 
#menuderoulant ul li ul {
 display:none;
 }
 
 #menuderoulant ul li:hover ul {
 display:block;

 }
#menuderoulant li:hover ul li {
	float:none;
 }

#menuderoulant li ul {
 position:absolute;
 }


#gauche {
	float: left;
	width: 138px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	background-repeat: repeat-y;
	text-align: left;
	border-right-color: #E8E8E8;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#gauche h1 {
	font-size: 12px;
	color: #8C0000;
}

#centre {
	width: 564px;
	float: left;
	text-align: left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#droite {
	float: right;
	width: 175px;
	text-align: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#pieddepage {
	clear: both;
	float: left;
	width: 950px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imageshvi/pied_de_page.jpg);
	height: 100px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#slogan h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#centre p {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #3A3A3A;
}

#centre h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(imageshvi/ar_plan_centreH1.jpg);
	background-repeat: repeat-y;
}
p.encart {
	text-align: center;
	border: 3px solid #8C0000;
	margin: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	background-color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
}
p.encart a {
	text-decoration: underline;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.encart a:hover {
	color: #D2B48C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#centre .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #8C0000;
}

#centre h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8C0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(imageshvi/ar_plan_centreh2.jpg);
}
.date {
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
}

#centre h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	text-align: left;
	background-image: url(imageshvi/ar_plan_centreh3.jpg);
	background-repeat: repeat-y;
}
#centre img {
	margin: 15px;
}
#centre li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(imageshvi/puce_liste.jpg);
	color: #3D3D3D;
}
#centre ul {
	padding-left: 40px;
}
#pieddepage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}
#gauche ul {
	/*display: inline;*/
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#gauche li {
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #EDE1D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B0000;
	width: 100%;
}
#gauche ul li a:hover {
	text-decoration: none;
	width: 100%;
	background-color: #D5B58E;
	margin: 0px;
	padding: 0px;	
}
#gauche ul li a {
	color: #8B0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;	
	width: 100%;		

}
#gauche ul ul li a {
	/*padding-left: 15px;*/
	display: block;
	color: #3D3D3D;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*/////////////////////////////////////////////// formulaire //////////////////////////////////////////////////////////////////*/
#formulaire { width:420px; text-align:center;  padding:20px 0 0 0; margin:0 auto; clear:both;  }

#formulaire a { color: #000;}

option { background:none; border:none }

.fieldset { padding:10px;  border:1px solid #000;border-bottom:3px solid #000;  }

.legend { padding:2px 15px 2px 10px; text-transform:uppercase; color:#000; font: italic bold 12px Verdana, Arial, Helvetica, sans-serif; border-left:3px solid #000 }

.label { width: 100px; float: left; text-align: right; margin:0 0 2px 0 }

.label2 { width: 203px; float: left; text-align: right; }

.input { width:96px; height:13px; float:left; }

.input2 { width:191px; height:13px; float:left; }

.textarea { width:394px; height:60px; overflow: auto; clear:both; background: transparent; border: 1px solid #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; }

.textarea_hover { width:394px; height:60px; overflow: auto; clear:both; background: transparent; border: 1px dashed #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; }


.select { width:98px; height:18px; float:left; color:#89f715; background:#D1B897; border: 1px solid #000; }

.select_hover { width:98px; height:18px; float:left; background:#D1B897; border: 1px solid #000; }

.captchat { text-align:center }

.captchat div { padding: 0 0 5px 0; }

.texte_antispam { }

.image_antispam { display:none }

#code { width:150px; }

.divimagecaptchat {}

.border, #code, #imgcaptcha { background: transparent; border:none; border-bottom: 1px solid #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; }

.border_hover { background: transparent; border:none; border-bottom: 1px dashed #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; }

.envoyer { width:150px; font: normal 10px Verdana, Arial, Helvetica, sans-serif; }

.separation { padding:0 0 6px 0; clear:both }

.separation div { border-bottom: 1px dashed #000; padding:5px 0 0 0; }

.div_form { clear:both; }

/*////////////////////////////////////////////// fait par GrEGoOoO /////////////////////////////////////////////////////////////////				<div class="div_form">
					<label class="label" for="titre">Civilit&eacute; :</label>
					<select class="select border" name="titre" id="titre_exp" onblur="this.className='select border';" onfocus="this.className='select border_hover';" >
						<option value="Madame">Madame</option>
						<option value="Mademoiselle">Mademoiselle</option>
						<option value="Monsieur">Monsieur</option>
					</select>
				</div>
				<div class="separation"></div>
*/
	
/*/////////////////////////////////////////////// fin du formulaire //////////////////////////////////////////////////////////////////*/

.hautdepage {
	height:80px;
	display:block;
	background-color: transparent;
	background-image: url(imageshvi/renvoi_hautdepage.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C0000;
	text-decoration: none;
	text-align: center;
	background-position: center;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	margin: auto;
	width: 80px;
}
.hautdepage:hover {
	background-color: transparent;
	background-image: url(imageshvi/renvoi_hautdepagehover.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
}

.Style3 {
	color: #3D3D3D;
	font-style: italic;
}
.Style4 {color: #3D3D3D}
.Style26 {color: #8B0000; font-size: 16px; font-weight: bold; }

.listeaudio {color: #8C0000}
.Style9 {
	font-size: 16px;
	color: #8C0000;
	font-weight: bold;
}

.Style10 {
	font-size: 12px;
	font-style: italic;
}
.Style11 {font-size: 16px; color: #8C0000; font-weight: bold; }
.Style12 {font-size: 16px}
.Style14 {font-size: 24px}
.Style15 {font-size: 16}

div.galeriephoto {
	text-align: center;
	height: 280px;
}
div.galerievideo {
	text-align: center;
	height: 310px;
}
#centreadmin {
	text-align: center;
	width: 940px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#centreadmin table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}


.bloc_annonces {
	float: left;
	width: 100%;
	background-color: #EDE1D1;
}

.blocagenda {
	border: thin solid #8B0000;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.manifestation {
	float: left;
	width: 100%;
}

.date_rdv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
	float: left;
	width: 100%;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	border-bottom-style: solid;
	border-top-color: #8B0000;
	border-right-color: #8B0000;
	border-bottom-color: #8B0000;
	border-left-color: #8B0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: left;
	background-image: url(imageshvi/ar_plan_date_agenda.jpg);
	background-repeat: repeat-x;
}

.evenement {
	background-color: #FEF7E7;
	float: left;
	width: 94%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #8F0302;
	font-size: 12px;
	padding-right: 3%;
	padding-left: 3%;
}

.text_info {
	float: left;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #844F00;
	background-color: #FEF7E7;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
}

.imgagenda {
	float: right;
	border: thin solid #0000FF;
}


#centreveh {
}
#innerconteneurveh {
		float: right;
	padding: 0px;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EDE1D1;
	margin: 0px;
	background-image: url(imageshvi/veigne_en_harmonie/fondnotes_web.jpg);		
}

/* ARTICLES */

.bloc_article {
	float: left;
	width: 100%;
	background-color: #EDE1D1;
}

.blocinfo {
	border: thin solid #8B0000;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.article {
	float: left;
	width: 100%;
}

.corps {
	float: left;
	width: 100%;
	font-size: x-small;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: none;
	float: left;
	width: 100%;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	border-bottom-style: none;
	border-top-color: #8B0000;
	border-right-color: #8B0000;
	border-bottom-color: #8B0000;
	border-left-color: #8B0000;
	text-align: left;
	background-image: none;
	padding-left: 3px;
}

.text_article_intro {
	float: left;
	width: 94%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	padding-right: 3%;
	padding-left: 3%;
}



.text_article_suite {
	float: left;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.imgarticle {
	float: right;
	border: thin solid #0000FF;
}

