@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:10px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color:#630063; font-weight:700; font-size:1.3em; text-transform: uppercase; font-family: Geneva, "Trebuchet MS", Verdana, sans-serif; letter-spacing: 2px;}
h2 {
	color:#630063;
	font-weight:700;
	font-size:1.3em;
	font-family: Geneva, "Trebuchet MS", Verdana, sans-serif;
	margin-top: 0.8em;
}
h3 { color:#BC83BF; font-weight:700; font-size:1.2em; font-family: Geneva, "Trebuchet MS", Verdana, sans-serif; }
h4 { color:#000; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h5 { color:#000; font-size:0.83em; }
h6 { color:#000; font-size:0.67em; }
p { color:#000; font-size:1em; }
ul, ol{ color:#000; font-size:1em; }
li { color:#000; font-size:1em; }
a { color:#630063; text-decoration:none; }
a:hover { text-decoration:none; color: #C29CC3; } /* si changement de couleur au survol */
textarea { color:#000; padding:3px; }
input { color:#000; padding:3px; }
sup{vertical-align:super;}

#yzeo h1{ color:#6F076F; font-size:1.1em; }
#yzeo p{ color:#6F076F; }
#yzeo strong{ color:#c29cc3; }
#yzeo a { color:#c29cc3; text-decoration:none; border-bottom:#630063 dashed 1px; }
#yzeo a:hover { color:#630063; text-decoration:none; border-bottom:#c29cc3 solid 1px; }

#intro p, #intro a, #intro h1 { color:#fff; }
#intro #yzeo h2{ color:#1e001e; font-size:1.1em; }
#intro #yzeo p{ color:#1e001e; }
#intro #yzeo strong{ color:#c29cc3; }
#intro #yzeo a { color:#c29cc3; text-decoration:none; border-bottom:#1e001e dashed 1px; }
#intro #yzeo a:hover { color:#1e001e; text-decoration:none; border-bottom:#c29cc3 solid 1px; }


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

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

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.small { font-size: 0.9em; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }



/*	Mise en page
----------------------------------------------------------*/

/* Bande pour H1 et liste déroulante */

#navbar {
	width: 571px;
	height: 35px;
	background-image: url(../images/bg-navbar.gif);
}

#navbar h1{
	vertical-align: middle;
	padding-left: 20px;
	float: left;
}

#navbar form {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}


/* Page d'accueil */
.illustration { float:left; padding:0 10px 0 0; }

/* Mentions Légales */
.contenuTexteMentions{ padding:0 100px;}

/* Classes communes */
.contenuTexteAccueil{ float:left; padding:0 20px; width:531px;}
#contenu .contenu-ajust { margin-left: 105px; } /* décalage du contenu pour éviter qu'il ne passe sous la fleur (flash) en bas à gauche */
.droite{ float:right; padding:0; width:378px;}
.lienflash{ float:right; padding:10px 4px 0 0; width:185px;}
.contenuTexte{ float:left; width:571px; padding-bottom: 20px;}
.contenuTexteInner{ padding:0 20px; width:531px; float:left;}
.contenuDroite {position:absolute; top:465px; left:625px; width:365px; padding: 10px 12px 0 0;}

.width1 { width: 175px; text-align: left; }

.hauteur { height: 660px; }

/*	Intégration
----------------------------------------------------------*/

/* Listes à puces */

ul.puce {
	list-style-position:outside;
	margin-left: 20px;
}

ul.puce li {
	list-style-image:url(../images/puce.gif);
	padding-bottom: 5px;
}

ul.puce2 {
	list-style-position:outside;
	margin-left: 20px;
}

ul.puce2 li {
	list-style-image:url(../images/puce.gif);
	padding-bottom: 6px;
}

/* Encarts */

.encart {
	width: 530px;
	margin-bottom: 1em;
}

.encart h3 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
}

.encart ul.puce {
	margin: 0;
	padding-bottom: 0;
}

.encart ul.puce li {
	margin-bottom: 0;
	margin-top: 0.5em;
}

.encart .bg-haut {
	height: 26px;
	background: url(../images/bg-haut.gif) no-repeat 0 0;
}

.encart .encart-inner {
	background: url(../images/bg-inner.gif) repeat-y 0 0;
	padding: 0 3em;
}

.encart .bg-bas {
	height: 26px;
	background: url(../images/bg-bas.gif) no-repeat 0 0;
}

/* Elements avec retrait et bordure gauche */

.indent {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 2px solid #e5a510;
}

/* Trombinoscope -> Partie Ecole / page Qui sommes-nous ? */

#trombi {
	width: 444px;
	margin-left: 30px;
}

#trombi img {
	margin-right: 5px;
	border: 1px solid #630063;
}

#trombi .ecole_global_droite{width:300px; float:left;}
.trombi_droite{
	position:absolute;
	left: 611px;
	top: 497px;
}
.trombi_droite_entreprise{
	position:absolute;
	left: 613px;
	top: 512px;
}
.trombi_droite_entreprise .ecole_global_droite{
	width:245px;
	float:left;
}
.trombi_droite .c1{
	color:#666666;
	font-weight:lighter;
	margin:0 auto;
	padding:40px 0 0;
	width:285px;
	font-size:12px;
	line-height:2.5;}

.trombi_droite img{
	border: 1px solid #630063;
}
.trombi_droite .ecole_global_droite{width:245px; float:left;}

/* Infobulles */

#tooltip {
	position: absolute;
	z-index: 3000;
	border-left: 3px solid #630063;
	border-top: 1px dotted #630063;
	border-bottom: 1px dotted #630063;
	border-right: 1px dotted #630063;
	background-color: #F5F1F5;
	padding: 5px;
	opacity: 0.9;
}
#tooltip h3, #tooltip div, #tooltip p { margin: 0; padding: 0; color: #630063; }
#tooltip p { color: #000; font-weight: normal; }


/*	Formulaire de contact
----------------------------------------------------------*/
#formulaire{ margin-left: 50px; }
.divformulaire{ width:450px; float:left; padding-right:10px;}
#divmessage{ width:438px; float:left; padding-top:40px; }
#formulaire input { padding:5px; border:#630063 solid 1px; }
#formulaire .INPUT2{ border:none;}
#formulaire .field{ text-align:right; padding-top:10px; }
#formulaire .champ { height:15px; width:200px; }
#formulaire textarea{ height:140px; width:438px; padding:5px; border:#630063 solid 1px; }
#formulaire #send2 { margin-left: 180px; }


#coordonnees {
	text-align:center;
	width: 350px;
	margin-left: 100px;
	float: left;
	margin-top: 20px;
}
#coordonnees img{ vertical-align:top; }
#googlemap { float: right; text-align:center; margin-right: 80px; }
#googlemap img { border: 1px solid #630063; }

/*	Fin du formulaire de contact
----------------------------------------------------------*/


/*	Style slider
----------------------------------------------------------*/
.masquer { display:none;}
.open { visibility:visible;}

/*	Fin Style slider
----------------------------------------------------------*/

/*	Plan Google
----------------------------------------------------------*/
.plan {
	width: 640px;
	height: 480px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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: #630063;
	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;
}

.lienPlan {
	left:628px;
	position:absolute;
	top:500px;
	width:365px;
	height:190px;
}

/*	Fin Plan Google
----------------------------------------------------------*/


/*	captcha
----------------------------------------------------------*/
/* Style du texte */
#capt{width:490px;}
div#capt div p {
width: 490px;
margin:0 10px 0 10px;
text-align:justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: normal;
font-weight: normal;
text-transform: none;
color:#000000;
letter-spacing: normal;
word-spacing: normal;
white-space: normal;
}
 
/* Style du label */
div#capt div p label {
width: 490px;
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;}
 
/* Style du champ texte */
div#capt div p input {
float:none;
margin:5px 0pt 0pt;
padding:0pt;
width:auto;
text-align:left;
}
/* Style de div */
div#capt div {
width:490px;
}
/*	Fin captcha
----------------------------------------------------------*/
.video{
	padding:45px 0;
	margin:0 auto;
	text-align:center;
	}
.right5{padding-right:5px;}
.left5{padding-left:5px;}
.ecole_global_gauche{padding:10px; width:120px; float:left;}
.border_droit table tr td {vertical-align:middle;}

.ecole_global_gauche .border_droit{border-right:solid thin #ff9900;}
.ecole_global_gauche .border_droit p{color:#630063; font-weight:700; font-size:1.3em; text-transform: uppercase; font-family: Geneva, "Trebuchet MS", Verdana, sans-serif; letter-spacing: 2px;}
.parcoursTxt{color:#630063;
			font-family:Geneva,"Trebuchet MS",Verdana,sans-serif;
			font-size:1.5em;
			font-weight:700;}
.parcoursTxt span{color:#666666; font-size:1em; font-weight:lighter;}

.ecole_global_droite{width:390px; float:left;}
.contenu-ajust .ecole_global_droite{float:left; position:absolute; left:316px;}
.certif{border:thin solid #630063;
		color:#666666;
		font-size:1.5em;
		font-weight:lighter;
		left:779px;
		padding:10px;
		position:absolute;
		top:496px;
		width:195px;}

.gris{	color:#666666;
		font-weight:lighter;
		font-size:12px;}
.conseil_eq_alice{
	position:absolute;
	left: 612px;
	top: 484px;
}
.conseil_eq_alice .ecole_global_droite{width:245px; float:left;}
.cadre img{border: 1px solid #630063;}
.rouge{color:#FF0000;}
.vert{color:#00CC00;}
.jaune{color:#FFCC00;}
.bleu{color:#0000FF;}
.decimal{display:list-item; list-style-type:inherit; margin-left:30px;}

/*carte*/
#cache{
	position:absolute;
	padding:10px;
	left:-40px;
	top:-95px;
	visibility:visible;
	background-color:#FEE5AD;
	background-repeat:repeat;
	display:block;
	filter:alpha(opacity=78);
	-moz-opacity:.75;
	opacity:.75;
	display:none;
	z-index:805;
	height:980px;
	width:100%;
	overflow:hidden;
}

.divpart {
	color:#000000;
	font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:1px solid #640063;
	width: 568px;
	padding: 5px;
	margin: 0 auto;
	display:none;
	top: 10px;
	position:absolute;
	z-index:810;
}
.bordCarte img{ border:1px solid #640063;}
	

.presentation{
	padding-top:15px;
}
.demiBlock{width:300px; float:left; padding:10px;}
.demiBlock2{width:175px; float:left; padding:10px; margin:10px 0;}
.bordDroit{border-right:solid thin #999999;}
.padLeft{
	padding-left:50px;
}
.padL{ padding-left:20px;}
.relative{position:relative;}
.spePres{
	margin-left:-160px;
}
.actu{width:410px; float:left; padding:10px;}
.mbiance{font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold;}	
.info{font-size:10px; font-style:italic;}
.normes{
	padding:10px;
	float:left;
	width:425px;
	font-size:0.9em;
}
.aev{
	font-size:14px;
	color:#000000;
}
.vertiMiddle{vertical-align:middle;}
.majuscule{text-transform:uppercase;}
