/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#FFFFFF; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#FFFFFF; font-size: 12px; font-weight:bold;}
h2 { color:#FFFFFF; font-size: 1.3em; }
h3 { color:#FFFFFF; font-size: 1.17em; }
h4 { color:#FFFFFF; font-size: 1em; }
h5 { color:#FFFFFF; font-size: 0.83em; }
h6 { color:#FFFFFF; font-size: 0.67em; }
p { color:#FFFFFF; font-size: 1em; }
ul, ol { color:#FFFFFF; font-size: 1em; }
li {  color:#FFFFFF; font-size: 1em; }
a { color:#FFFFFF; text-decoration:underline; }
a:hover { text-decoration:none; color:#645639; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#FFFFFF; }
textarea { border-width:thin; padding:3px; color:#FFFFFF; }
em { }
strong { }

.bodyintro p{ color:#FFFFFF; }
.bodyintro a{ color:#FFFFFF; }
.bodyintro a:hover{ color:#FFFFFF; }

#colonneGauche h1 { color:#045f72; }
#colonneGauche h2 { color:#045f72; }
#colonneGauche h3 { color:#045f72; }
#colonneGauche h4 { color:#045f72; }
#colonneGauche h5 { color:#045f72; }
#colonneGauche h6 { color:#045f72; }
#colonneGauche p { color:#045f72; }
#colonneGauche ul, ol { color:#045f72; }
#colonneGauche li {  color:#045f72; }
#colonneGauche a { color:#045f72; } /* pour les liens catalogues (dans un ul li) les couleurs sont à modifier dans structure.css */
#colonneGauche a:hover {color:#FFFFFF; } /* pour les liens catalogues (dans un ul li) les couleurs sont à modifier dans structure.css */
#colonneGauche a:visited {color:#045f72; } /* pour les liens catalogues (dans un ul li) les couleurs sont à modifier dans structure.css */
#colonneGauche input { color:#045f72; }
#colonneGauche textarea { color:#045f72; }

#yzeo p { color:#FFFFFF; }
#yzeo a { color:#FFFFFF; }
#yzeo a:hover { color:#7B6D4A; }

/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* 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; }
.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{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }


#principale-pl{  width:900px;margin:0 auto; }
.plan {
	width: 500px;
	height: 375px;
	border: 5px solid;
	border-color:#3399CC;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
.floatimage{
float: right;
padding-left:20px;
}

.luxo{
width:450px;
float: left;
}
.photoluxo{
width:229px;
height:400px;
float:right;
}
.photoluxo2{
width:229px;
height:202px;
float:right;
}
.photoluxo3{
width:229px;
height:290px;
float:right;
}

.decaleimage{padding-left:80px;}
.clearer {
	width:0;
	height:5px;
	line-height:0;
	padding:0;
	margin:0;
	clear: both;
	font-size:0;
}

.texte-gd{ text-align:center; font-size:18px; color:#000000;}
.texte-noir{color:#000000; font-size:10px;}

.pin{ color:#e2007a;}

sup{ font-size:10px; vertical-align:super;}
