

/* Import de la CSS d'initialisation

----------------------------------------------------------*/



@import url(structure.css);



/* Construction (Montage)

----------------------------------------------------------*/



body { color:#DFA129; font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; }



h1 { color:#DFA129; font-size: 12px; font-weight:bold; }



h2 { color:#DFA129; font-size: 1.3em; }



h3 { color:#DFA129; font-size: 1.17em; }



h4 { color:#DFA129; font-size: 1em; }



h5 { color:#DFA129; font-size: 0.83em; }



h6 { color:#DFA129; font-size: 0.67em; }



p { color:#DFA129; }



ul, ol { color:#DFA129; font-size: 1em; }



li { color:#DFA129; font-size: 1em; }



a { color:#DFA129; text-decoration:underline; }



a:hover { text-decoration:none; } /* si changement de couleur au survol */



a:visited { } /* si changement de couleur après le clic */



textarea { border-width:thin; padding:3px; color:#DFA129; }



em { font-style: italic; }



strong { font-weight: bold; }



/* Éléments Particuliers

----------------------------------------------------------*/



/* Placement d'images */

.imgLeft { float:left; padding: 0 2em 0 0; }



.imgRight { float:right; padding: 0 0 0 2em; }
.videoRight{float:right;}



/* Des classes d'alignement d'objets */

.aligntop { vertical-align:top; }



.alignbottom { vertical-align:bottom; }



.aligncenter { margin-left:auto; margin-right:auto; }

.center{

	text-align:center;

}



/* Des classes d'alignement du texte */

.left { text-align: left; }



.right { text-align: right; }



.center { text-align: center; }



.justify { text-align: justify; }



/* Des classes de formatage du texte en ligne */

.bold, .gras { font-weight: bold; }



.italic, .italique { font-style: italic; }



.strike, .barre { text-decoration: line-through; }



/* Des classes flotante */

.floatleft { float: left; margin-right:4px; }



.floatright { float: right; }



/* Les "nettoyeurs" */

.clearb { clear: both; }



.clearer { clear: both; /*width: 0; height: 0; line-height: 0;*/ }



/* Formulaire de contact */

#frmEnvoi { width:470px; }



#frmEnvoi input, textarea { border-width:thin; }



#frmEnvoi .field { text-align:right; margin-top:10px; }

#page-plan-du-site{

margin:auto;

width:898px;

}

#head-plan-du-site{

width:898px;

background:url(../images/plan-du-site/head-plan-du-site.jpg) no-repeat;

height:233px;

}

#content-plan-du-site{

width:898px;

background:url(../images/plan-du-site/contentu-plan-du-site.jpg) no-repeat;

}

#footer-plan-du-site{

width:898px;

background:url(../images/plan-du-site/footer-plan-du-site.jpg) no-repeat;

}

#duplicontent-plan-du-site{

width:728px;

text-align:left;

padding:0px 100px 0px 70px;

}



#img{

list-style-image:url(../images/pad-line.jpg);

}

.color{

color:#0033FF;

}

/*google map*/

.plan {

	width: 470px;

	height: 480px;

	border: 3px solid #eab531;

}

#map .infosbulle {

	width: 210px;

	border: none;

	margin: 0px;

	padding: 0px;

}

#map .infosbulle p {

	display: block;

	margin: 0px;

	padding: 0px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: normal;

}

.plan-titre {

	font-size: 14px;

	color: #5F0666;

	font-weight: bold;

	margin-bottom: 1em;

}

.plan-adresse {

	font-size: 12px;

	color: #333;

}

.plan-printer {

	display:block;

	text-align: right;

}

.plan-printer img, 

.plan-printer a {

	border: none;

}

/**/

.strong-center{

	text-align:-moz-center;

	!text-align:center;	

}

.width-13{

	width:13%;

}

.width-5{

	width:5%;

}

.width-20{

	width:20;

}

.small-flower{

	float:left;

	padding-top:3px;

	padding-right:5px;

}

.text-indent-1{

	text-indent:20px;

}

sup{

	vertical-align:super;

}



.col-1{

	float:left;

	width:270px;

	padding:20px;

}

.col-2{

	float:left;

	widows:250px;

	padding:20px;

}

fieldset{

	border:1px solid #a97853;

	padding:5px;

}

legend{

	color:#e1af55;

}

.creation-2{

	width:650px;

}


.divpr{ margin-right:10px;
}

.Titre-Vert{ width:374px;
height:25px;
background-image:url(../images/titre-creation.png);
padding:6px 0 0 24px;
font-size:16px;
font-weight:bold;
color:#B9FFB9;



}

.liens{
background-color:#004000;
border:#FFFF99 1px solid;
padding:16px;
color:#FFFF99;
}

.Vignette{text-align:center;}



/** PLAN D'ACCES **/
.plan {
	width: 640px;
	height: 480px;
	border: 2px #f2dbbe solid;
}
#map .infosbulle {
	width: 210px;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}