/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#entete, #coldroite, #piedPage ul{display: none;}


html{
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

.vi{margin-bottom: 10px;}

/* TEXTES
--------------------------------------------------------------------------------------- */
h1{
	color: #4f879a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}
h2{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h4{
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	padding: 4px 0 4px 10px;
}
p{
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #4f879a; text-decoration: underline;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{
	color:#000; text-decoration:underline;
}

ul li{color:#1F1F1F; font-size:11px; line-height:150%; list-style:square; margin-left:16px;}
ol li{color:#1F1F1F; font-size:11px; line-height:150%; margin-left:16px;}

.arriereplangris{background-color: #edebeb;}
#coldroite p{padding: 10px 20px;}
a.suite{padding-top: 5px;display: block;}
.vert{color: #4f879a;}

.lienPDF{
	background: url(Gx/icone_PDF.gif) no-repeat left;
	padding:5px 0 5px 20px;
}


/* CONTENU
--------------------------------------------------------------------------------------- */
#envoyercv{
	float: right;
	width: 230px;
	margin-left: 20px;
}
#contact{
	float: right;
	width: 230px;
	margin-left: 20px;
}

#listeindustrie{padding-top: 20px;}

#listeindustrie a, #listeindustrie a:link, #listeindustrie a:visited{
	text-align: center;
	display: block;
	float: left;
	background: #f0f0f0 url(Gx/flechebas.gif) no-repeat center 65px;
	height: 114px;
	width: 118px;
	text-decoration: none;
	color: #000;
	border-right: 2px #fff solid;
}
#listeindustrie a:hover, #listeindustrie a:visited:hover, #listeindustrie a.actif, #listeindustrie a.actif:visited{background-color: #d6d6d6;}
#listeindustrie a img{display: block;padding-bottom: 10px;}
#listeindustrie a strong{padding: 0 5px;display: block;}



/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{
	color:#000000;
	font-size:11px;
	padding:10px 0 0 0;
}
#piedPage a{color:#000000; text-decoration:underline;}
#piedPage a:hover{color:#000000;}
#piedPage #copyrights{float:left; margin:0; text-align:left;}
#piedPage #copyrights a{font-weight:bold;}
#piedPage #copyrights #lienCopyrights{font-weight:normal; text-decoration:none; color:#000000;}
#piedPage #copyrights #lienCopyrights:hover{font-weight:normal; text-decoration:underline; color: #000000;}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{border:1px solid #000; font-size: 11px; margin-bottom:10px; padding:5px 5px 5px 10px;}
fieldset legend{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
fieldset label{font-size:12px; color:#000; margin:6px 0 2px 0;display: block;}

.champTexte{	
	background: #f4f3f3;
	border: 1px solid #959595;
	color: #000;
	font-size: 11px;
	width: 200px;
	margin:2px 0 2px 0;
}
.listeDeroulante{
	background: #f4f3f3;	
	border: 1px solid #959595;
	color: #000;
	font-size: 11px;
	width: 200px; 
	margin:2px 0 2px 0;
}
.boiteTexte{
	background: #f4f3f3;
	border: 1px solid #959595;
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin:2px 0 2px 0;
	width: 200px;
	height: 75px;
}
.bouton{
	background-color: #fff;
	color: #4f879a;
	font-size: 13px;
	font-weight: bold;
}
.bouton:hover{background-color:#4f879a; color:#FFF;}

.champCache {display:none; visibility:hidden;} /* Utilisé pour l'anti-spam */

.erreur{color: #FF0000;}


#demande fieldset{border: none;padding: 0;margin: 0;}
#demande .boiteTexte{width: 500px;}
#champgauche{width: 300px;float: left;}
#champdroite{width: 300px;float: left;}