@charset "UTF-8";
/*Reset CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video/*, p*/ {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/*************************  Base website *****************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F5F5F5;
	margin: 0px; 
	padding: 0px;
	color: #666;
	
}


#container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border-right: 1px solid #C5C5C5;
	border-left:1px solid #C5C5C5;
	text-align: left; 
}


.gris { /* lignes horizontales grises*/
	height: 2px;
	border: 0;
	color: #666666;
	background-color: #eae9e9;
	margin:0px;
	padding:0px;
	} 
	
.bleu { /*lignes horizontales bleues*/
	height: 2px;
	border: 0px;
	color: #0066cc;
	background-color: #0066cc;
	margin:3px 0px;
	
	} 
	
/************* divers ******/
.note { /* Note au client pour info*/
	color:#F60;
	font-weight:bold;
	font-size:14px;
}


.legal{ /* informations légales pour l'envoi des données*/
color:#CCC;
font-size:xx-small;
margin:auto;
padding-left: 5px;
}


h1
{
	color: #666; 
}


.h1bleu
{	height: 2px;color: #0066cc;background-color: #0066cc;
	
}

.titre_champ {/* style des champs pour les titres des grandes rubriques*/
	background: url(images/dbfleche3.png) no-repeat 5px top;
	font-size:14px;
	color:#999999;
	font-variant: small-caps;
	border-bottom: solid 1px #eae9e9;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left:35px;
	padding-top: 0px;
	margin-top: 5px;
}



/********************Header**********************/
header {
	height:236px;
	background: url(images/topban.jpg) no-repeat top; 
	background-color:#F5F5F5;
	padding: 0px;
	margin:0px;
	border-bottom: 2px solid #666; /* pour voir la limite du header*/
}

#ban, #logo {
	display:inline-block;
	margin:0px;
	vertical-align:middle;
	
}
		
#frise { /* Frise blanche sur la banniere */
	margin:0px;
	padding-top:14px;
	
}

#titre {
	padding-left:10px;
	margin:0px;
	font-style: italic;
	color: #0066cc; 
	text-shadow: 0 3px 0 #ccc;
	}


/********************* MENU ***********************/
nav {
	border-bottom: 2px solid #0066cc;
	height:41px;
	width: 100%;
  	font: bold 12px/25px Arial, Helvetica;

}

/* Mini reset - on réinitialise certains styles par défaut des balises <u> */
#menu, #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}


/* Menu Principal - correspond à la balise <ul> */
#menu {
		width: 100%;

		background: #003366;
		background-image: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -moz-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -webkit-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);	
		background-image: -ms-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -o-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
	 -pie-background: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
  behavior: url(PIE/PIE.php);
		-moz-box-shadow: 0 1px 1px #3366cc;
        -webkit-box-shadow: 0 1px 1px #3366cc;
       	box-shadow: 0 1px 1px #3366cc;
		behavior: url(PIE/PIE.htc);

/*		behavior: url(PIE/PIE.htc);*/
	}

/*Annulation des flottements*/

#menu:before,
#menu:after {
        content: "";
        display: table;
}

#menu:after {
        clear: both;
}

#menu {
        zoom:1;
}

/* Eléments de liste */


/*taille des éléments de liste et sous-éléments de liste*/
#menu li, #menu li:last-child li{width:120px;}
#menu li li, #menu li li li, #menu li li:last-child li{width:220px;}



#menu li {
	 	display:inline-block;
		-moz-box-shadow: 1px 0px 0px #3366cc, 2px 0px 2px #CCC;
		-webkit-box-shadow: 1px 0px 0px #3366cc, 2px 0px 2px #CCC;
		box-shadow: 1px 0px 0px #3366cc, 2px 0px 2px #CCC;
		position: relative;
		height:35px;
		text-align:center;
		behavior: url(PIE/PIE.htc);
/*		border:rgba(255,0,0,1) 1px solid;
*/
	
		
	}

/* Pour retirer à droite du dernier onglet*/	
#menu li:last-child {
		-moz-box-shadow: 0px 0px 0px #3366cc, 0px 0px 0px #CCC;
		-webkit-box-shadow: 0px 0px 0px #3366cc, 0px 0px 0px #CCC;
		box-shadow: 0px 0px 0px #3366cc, 0px 0px 0px #CCC;
		behavior: url(PIE/PIE.htc);


	}


/* LIEN DES onglets principaux */
#menu a {
		display:block;
		padding: 5px 0px 5px 0px;
		color: #FFF;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}

	
	#menu li:hover > a,#menu li:focus > a {
		color: #fafafa;

	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	
#menu li a:hover, #menu li a:focus {
background: #003366;
background-image: linear-gradient(#003366,#006699, #006699,#003366);
background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);	
  behavior: url(PIE/PIE.php);}
#menu li a:hover, #menu li a:focus {  
-moz-box-shadow: -1px 0px 1px #111111,1px 0px 1px #111111, -2px 0px 2px #777777,2px 0px 2px #777777;
-webkit-box-shadow: -1px 0px 1px #111111,1px 0px 1px #111111, -2px 0px 2px #777777,2px 0px 2px #777777;
box-shadow: -1px 0px 1px #006699,1px 0px 1px #006699, -2px 0px 2px #003366,2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);
}

/* pour ne pas avoir des dépassement du container avec l'ombre, on donne des spécifications au premier élément et au dernier*/
#menu li:first-child a:hover, #menu li:first-child a:focus {
-moz-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
-webkit-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;	
behavior: url(PIE/PIE.htc);

	}
	
#menu li:last-child a:hover {
-moz-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
-webkit-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);
}


/* Sous-menu */

#menu ul {	
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 41px;
		left: 0;
		z-index: 9999;    
		background: #0066cc;
		background-image: -moz-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -webkit-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);   
		background-image: -o-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -ms-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		 -pie-background: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);	
 	 	behavior: url(PIE/PIE.php);}
#menu ul {	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;behavior: url(PIE/PIE.htc);}
		
#menu ul {			
		/* Les transitions*/
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out; 
		behavior: url(PIE/PIE.htc); 
	/*	-moz-transition: .8s all .3s;
		-webkit-transition: .8s all .3s;
		-o-transition: .8s all .3s;
		-ms-transition: .8s all .3s;
		transition: .8s all .3s;*/
	

	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	

	
	#menu ul ul {/* sous sous menu*/
		top: 0;
		left: 225px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		/*-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);___?*/		
	}
	

	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #3366cc, 0 2px 0 #CCC;
		-webkit-box-shadow: 0 1px 0 #3366cc, 0 2px 0 #CCC;
		box-shadow: 0 1px 0 #3366cc, 0 2px 0 #CCC;
		text-align: left;
	behavior: url(PIE/PIE.htc);

		
	}
	
	#menu ul li:last-child { 
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		behavior: url(PIE/PIE.htc);

	}
	
	#menu ul a {    
		padding: 10px;
		width:auto;/* ou y mettre un taille précise pour les miens des sous-menus*/
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	




#menu li li a:hover{
background: #003366;
background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: linear-gradient(#003366,#006699, #006699,#003366);
 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);
 	 	behavior: url(PIE/PIE.php);}

#menu li li a:hover{
-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
behavior: url(PIE/PIE.htc);
}


#menu li li:first-child a:hover, #menu li li:last-child a:hover, #menu li li:nth-child(2) a:hover,  #menu li li:nth-child(3) a:hover {
	-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;	
behavior: url(PIE/PIE.htc);
}

#menu li li li a:hover{
background: #003366;
background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: linear-gradient(#003366,#006699, #006699,#003366);
 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);
 	 	behavior: url(PIE/PIE.php);}

#menu li li li a:hover{
-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
behavior: url(PIE/PIE.htc);
} 




/* Style des premiers et derniers éléments de liste*/


#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		behavior: url(PIE/PIE.php);

	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		behavior: url(PIE/PIE.php);

		
	}
	
	
/*Flèche pointante menu */
		#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #99ccff;

	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3399cc;

	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #003366; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color:#006699; 
		border-bottom-color: transparent; 	
	}
	

	
	
/*page en cours*/

#menu li.en_cours{
		display:inline-block;		
		position: relative;
		height:35px;
		background: #003366;
		background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
		background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
		background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
		background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
		background-image: linear-gradient(#003366,#006699, #006699,#003366);
			 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);	
  behavior: url(PIE/PIE.php);

		-moz-box-shadow: -1px 0px 1px #003366,-2px 0px 2px #003366,2px 0px 2px #003366;
		-webkit-box-shadow: -1px 0px 1px #003366,-2px 0px 2px #003366,2px 0px 2px #003366;
		box-shadow: -1px 0px 1px #003366,-2px 0px 2px #003366,2px 0px 2px #003366;
		behavior: url(PIE/PIE.htc);

	
}
#menu li.en_cours:first-child {
	
-moz-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
-webkit-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);

		
	}
#menu li.en_cours:last-child {
-moz-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
-webkit-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);

		
}
#menu li.en_cours a{
color: #fafafa;
}

#menu li.en_cours li a{
color: #fafafa;
}


/*****************************Contenu principal*********************/
section {
	margin:5px 0px 0px 0px;
	padding: 0px;
	border-top: solid 3px #eae9e9;	
	
}

section a { color: #0066cc/*#03C*/; text-decoration:none;}
#sectop strong{ color:#0066cc/*#03C*/; font-weight:bold;}
#sectop img{vertical-align:top;}

#sectop{
	width:960px;
	margin-bottom:30px;
}

#sectop ul{
color: #0066cc /*#03C*/;}

.liste{ color:#666;}

#rub-principale{
	background: url(images/Champs-2-ss-Barre.jpg) repeat-x top ;
	width:700px;
	min-height:200px;
	display: inline-block;
	vertical-align:top;
}


#contenu {
	background: #F9F9F9;
	margin:5px 0px 0px 0px;
	padding: 0px 20px;
	width:500px;
	display: inline-block;
	vertical-align:top;
	font-size:12px;
	color:#666;
	text-align:justify;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;*/
	}
	
	
#contenu2 {
	background: #F9F9F9;
	margin:5px 0px 0px 10px;
	padding: 0px 20px;
	width:640px;
	display: inline-block;
	vertical-align:top;
	font-size:12px;
	color:#666;
	text-align:justify;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	}
	
#message_accueil{

	margin:5px 0px 0px 155px;
	padding: 0px 0px;
	display: block;
	width:540px;
	vertical-align:top;
	text-align:center;
	color:#0066cc;
	font-weight: bold;
}

	
.fleche{ background:url(images/fleche.png) no-repeat top left;
padding-left:20px;}
	
#espace_photo{
	margin:0px;
	padding:5px;
width:140px;
display: inline-block;
vertical-align:top;}

#espace_photo2{
	margin:10px;
	padding:10px;
float:left;}

#espace_photo3{
	margin:27px 10px 10px 10px;
	width:200px; Height:200px;
float:left; border:#999 2px solid }

#espace_photo4{
	margin:0px 0px;
	padding:15px 20px 15px 0px;
float:left; clear:both;
}

#presentation{
	margin:5px 10px 10px 10px;
	padding:5px 10px 10px 10px;
	font-size:14px;
	color:#666;
	text-align:justify;}

.marge{	margin:10px 0px 0px 10px;
	padding:10px 0px 0px 10px;}


.perso{ float:left;	
margin: 10px 10px 0px 0px;
padding:15px 0px 0px 0px;
}

.clear{clear:both;}

.rubnews a,.formation a { text-decoration:none;}


	
/***********************------------ Bloc de droite du site------------********************/
aside {
	background: url(images/Champs-2-ss-Barre.jpg) repeat-x top;
	width:254px;
	display: inline-block;
	vertical-align:top;
	color:#0066cc;
	font-size: 12px;
}


.champ_sousrub {
background: url(images/Champs-2-ss-Barre.jpg) repeat-x top;
border-top: solid 3px #eae9e9;
padding-top:1px;
padding-bottom:1px;
width: 100%;
margin-top:10px;
	}


.titre_news{
	color:#666;
	font-size:10px; text-decoration:underline;}
	
.news { margin:0px; padding:0px;}

.titre_news_contenu{ text-decoration:underline; font-weight:bold; color:#666;}
.contenu_news{ color:#666;}
.date_news{ text-align:right;
color:#CCC;
font-size:xx-small;}

/*	Bouton Devis et BDC*/
.clicdevis{
	width:230px;
	height:32px;
	margin-left:5px;
	border: 2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	color:white;
	background:url(images/yes2.png) right no-repeat, url(images/OFCi_logomin2.png) left no-repeat;
	text-align:center;
	line-height:15px;
	 }
	
.clicdevis a{
	display:block;
	text-decoration:none;
	color:#0066cc;font-size:12px;
	width:100%;
	height:100%;}
	
.clicdevis img{
		margin-top:5px;}

.deviscolor{color:#999;}

/* Texte commentaire du devis */
.comment_devis{
	color:#666; 
	padding-right:20px; 
	text-decoration: none;
	display:block;
	margin-top:10px;
	}

/* Photo partie télécharger catalogue */	
.photo{
	float:left;
	margin-right:5px;
	margin-top:15px;
	border:1px solid #ccc;}

/**********--------------------Section du bas - bloc de navigation--------------------- ***********/
#rub_secondaire{
	background: url(images/Champs-2-ss-Barre.jpg) repeat-x;
	width:100%;
	padding-top:1px;
	margin-bottom:40px;
}

#rub_bloc{
	padding: 0px;
	margin: 0px 10px ;
	min-height:200px;
}
	
#rub_bloc a{text-decoration:none;}

.bloc{
	display: inline-block;
	margin:5px 15px;
	width:200px;
	vertical-align:top;
	margin-bottom:40px;
}
		
.bloc p{
		margin:0px;
		padding:8px 10px 10px 10px;}
	
.top_bloc{
	background:url(images/Bloc-top.jpg) no-repeat;
	height:30px;
	display:block;
	text-align:center;
	color:#0066cc;
	padding-top:5px;
	}
	
	
.contenu_bloc{	
	background:  url(images/Bloc-Milieu.jpg) repeat-y ;
	display:block;
	overflow: hidden;
	min-height: 60px;
	font-size:10px;
	font-style:italic;
	text-decoration:underline;
	text-align:justify;
	color:#666;
	font-weight: 500;
	
}

.image_bloc{
	display:block;
	border-left:#C9C9C9 solid 2px;
	border-right:#C9C9C9 solid 2px;
	height:90px;
	width:196px;
	}
	
.bottom_bloc{
	background:  url(images/Bloc-bottom.jpg) top no-repeat;
	height: 38px;
	display:block;
	text-align:right;
	margin:0px;
	color:#03C;
	font-size:12px;
	}

/********************---------------------Footer-------------------**********************/
footer {
	height:136px;
	background: url(images/footer.png) no-repeat bottom; 
	background-color:#FFF;
	color:#FFFFFF;
	font-size:0.5em;
	margin: 0 auto;
	border-right: 1px solid #C5C5C5;
	border-left:1px solid #C5C5C5;
	width: 960px;
/*position: relative; 
bottom: 0;*/


}
footer div {
	margin-top:100px;
	margin-left:10px;
}
 
#text_footer {
	display:inline-block;
	width:830px;
	vertical-align: bottom;
	text-align: left;
	padding-bottom:5px;
	}
 
#reseaux{
	width:auto;
	display: inline-block;
	vertical-align: bottom;
}

footer a {
	text-decoration:none;
	color:#FFFFFF;
}

.text_marge {
	margin-left:1em;	
}



/************************** Page contact *********************/

/*****Fieldset*/

#monForm p
{
	margin: 10px 0px;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#monForm fieldset:hover
{
	background-color: #FFF;
}

#monForm fieldset legend
{
	padding: 0px 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
	margin-left:20px;
}

/*******Label******/
#monForm label
{
	
	display: block;
	width: 29%;
	float: left;
/*	padding-right: 1%;
*/	text-align: left;
	letter-spacing: 1px;
	color: #0066cc/*#03C*/;
	margin-left:5px;
}

#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
}

/*********Input******/
#monForm input, #monForm select, #monForm textarea
{
/*	margin-left: 1%;
*/	width: 68%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus, #monForm textarea:hover, #monForm textarea:focus
{
	border: #999 1px solid;
	background-color: #F9F9F9;
}

/*******Submit******/

/* button submit */
#monForm input[type="submit"]
{
	border:  #999 1px solid;
	width: 15%;
	margin-left:83%;

}

#monForm input[type="submit"]:hover
{
	background-color: #0066cc/*#03C*/;
	color:#FFF;
	cursor: pointer;
}

.txterror { color: black;
 font-size: 11px; 
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
 }
.txtform { color: black; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}
.Style1 {color: #FF0000;
}

.error_message{
color: #FF0000;
	margin-left: 31%;
}

#obligatoire{ font-size: xx-small; font-style:italic; color:#666;
margin-left:10px;
margin-bottom:10px;
clear:both;
}
.obligatoire{ /*font-size: xx-small;*/ font-style:italic; color:#666;

}
/**************fin formulaire********/





.coord{
	margin-left:155px;
	margin-top:30px;
	width:540px;	
	padding:0px;
} 
#global {
	text-align: left;
	width:540px;padding:0px; margin:0px;
}
#map {
	display:inline-block;
	width:300px;padding:0px; margin:0px;
}

.data_coord{display:inline-block; vertical-align:top;text-align:left;width:230px; font-size:12px; color:#666; padding:0px; margin:0px;}

#route {
	height: 130px;
	overflow-y: auto;
}


/*#options {
	width: 350px;
	float: left;
	padding: 0 10px 10px 10px;
	text-align: left;
}*/

#itineraire{font-size:12px; color:#666;}
.panel {
	background-color: #F9F9F9;
	border: 1px dashed black;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}
.titremap {
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	
}

.inputTxt {
	width: 200px;}
/*
#adresse{
display:none;
}*/


/************************ Page locaux.php*****************/
 #global2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:500px;
	padding:10px 0px 10px 0px;
	border: #F9F9F9 solid 1px;
}


/****************** Formation *******************/
.sousthm{ /* style des listes des sousthèmes des formations*/
	color:#666; list-style: square;
	}
/*Liste formations à télécharger*/
.sousformation a:hover, .sousformation a:focus { color:#666;text-decoration: underline;  font-weight: bold; font-size: 13px;}
.sousformation a {text-decoration: none;}
.baninscrit { text-align:center;}


/************************ Page reference.php*****************/
#ref{
width:620px; 
text-align:center; 
background:#fff; padding:10px 10px; margin-top:20px; margin-bottom:20px;
}


#gallery {
    position: relative;
    width: 640px;
	
}
#thumbs {
    width: 640px;
    float: left;
}
#thumbs a {
    display: block;
    float: left;
    margin: 0px 5px 10px 2px;
    width: 84px;
    height: 84px;
    border: 0px solid #000;
}
#thumbs a img {
    width: 84px;
    height: 84px;
    border: 1px solid #ccc;
	background:#FFF;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: 200px;
    height: auto;
/*    left: 185px;
*/    
left:690px;
top: 250px;
    border: 1px solid #333;
}

#last a:hover img {
  width: 84px;
    height: 84px;
    border: 1px solid #ccc;
	background:#FFF;}

