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

@import url(structure.css);

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

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

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

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


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

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

/* 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 */
.h1index{ position:absolute; left:0; top:0; width:100%; padding:0; }
.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; }
#frmEnvoi .champ { border:none; border:#333333 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#333333 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#333333;  background-color:#333333; color:#FFFFFF; }

/* Classes spéciales pour les textes */
.colonLeft { float:left; width:425px; padding-right:25px; border-right:solid 1px #642c45; margin-right:25px; }
.colonLeft2 { float:left; width:250px; padding-right:25px; border-right:solid 1px #3d4e68; margin-right:25px; }
.formationModule { float:left; width:115px;}
.formationNom { float:left; width:275px;}
.formationDuree { float:left; width:50px; text-align:right;}
.centreEval { width:600px; text-align:center;}
.lienListeFormations1 { float:right; margin-top:9px; color: #333333; background-color:#dfdfdf; padding:5px; border:solid 1px #642c45;}
.lienListeFormations1 a{ color: #333333; }
.lienListeFormations2 { float:right; margin-top:9px; color: #333333; background-color:#dfdfdf; padding:5px; border:solid 1px #3d4e68;}
.lienListeFormations2 a{ color: #333333; }
.materiel { width:450px; padding:5px; border:solid 1px #dfdfdf; }

/*************************** Class Plan API GOOGLE ***************************/
.plan { width: 650px;height: 450px;}
#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: #07245e;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
/*************************** Fin Class Plan API GOOGLE ***************************/

/* Carte de france */
#centre_popup{ float:left; width:950px; text-align:justify; min-height:380px;}
#contenu_popup{ float: left; padding: 10px; width: 525px; }
.popup_p{ padding-bottom: 5px; }
.popup_telephone{ padding-bottom: 20px; }
#lien_carte_france{
	float: right;
	color: #fff;
	background: #000000;
	width: 100px;
	text-align: center;
	text-decoration: none;
}

#carte_france{
	float: left;
	width: 400px;
	height: 400px;
}

#liste_salon{
	float: left;
	width: 410px;
	padding-left: 20px
}

#tableau_salon{
	margin-left: 30px;
	text-align: left;
	width: 380px;
}

#tableau_salon tr{
	float: left;
	width: 380px;
}

#tableau_salon td{
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

#tableau_popup{
	float: left;
	width: 520px;
}

#tableau_popup tr{
	float: left;
	width: 520px;
	padding-top: 5px;
}

#tableau_popup td{
	float: left;
}
