/* CSS Document */

@import "../outils/CompteClient/menu/menu.css";

*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #707782 url(../images/charte/bg-body-accueil.jpg) center top no-repeat;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 80px;
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	margin-bottom:70px;
	display:block
}
#accueil_coords{
	width:700px;
	height:20px;
	text-align:center;
	margin-left:100px;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_domaine{
	float:left;
	display:block;
	text-align:left;
	padding:0 0 0 180px;
}
#accueil_distrib{
	width:200px;
	height:60px;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
.accueil p{
	color:#fff;
}
.accueil a, .accueil a:link, .accueil a:visited{
	font-size:0.85em;
	color:#a0431f;
	text-decoration: none;
	outline:none;
}
.accueil a:hover, .accueil a:active{
	color:#f46b35;
	text-decoration: underline;
}
.accueil a.BTentrez {
	color:#434a57;
	padding:3px 5px;
	background:#9ea4ae;
	text-transform:uppercase;
	-moz-border-radius:5px; -webkit-border-radius:5px
}
.accueil a.BTentrez:link, .accueil a.BTentrez:visited {}

.accueil a.BTentrez:hover { text-decoration:underline; color:#ff6500; } 
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/bg-body2.jpg) center top repeat-y #4f545c;
}
#conteneur_img { 
	width:100%;
	min-height:100%;
	background:url(../images/charte/img-body.jpg) top center no-repeat;
}
#conteneur{
	background:url(../images/charte/contenu_repeat2.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:430px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	background: url(../images/charte/gauche2.jpg) no-repeat;
	width:190px;
	min-height:800px;
	float:left;
	position:relative;
	display:block
}

#texte{
	background:url(../images/charte/contenu2.jpg) no-repeat;
	width:760px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:800px;
	position:relative;
	float:left;
	padding: 20px 20px 20px 0;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-296px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/bas2.jpg) center top no-repeat;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:96px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:950px;
	margin:0 auto;
	padding:180px 20px 0 0;
}
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:296px; /* A modifier aussi en fonction de bas et global-bas*/}
	#global_bas{position:static;}
}
#bas ul.menu_bas{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}
#bas ul.menu_bas li{
	float:left;
	text-align:center;
	position:relative;
	margin: 6px 10px;
	list-style-type:none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}

/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1.025em Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
p.intro { font: 1.3em Arial, Helvetica, sans-serif; font-style:italic; color:#000000; font-weight:bold; line-height:1.6em;
text-shadow: 1px 1px 1px #d1d1d1;
	filter: dropshadow(color=#d1d1d1, offx=1, offy=1);}
.petit_texte {
	font-size: 0.8em;
	color: #ffbf3d;
	line-height:normal;
	padding-left:5px;
}
h1{
	margin:10px 25px 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align:right;
	color:#b8bfca;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #3b414b;
	filter: dropshadow(color=#3b414b, offx=1, offy=1);
 }
h2{
	font: bold 1.6em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	text-shadow: 1px 1px 1px #353c47;
	filter: dropshadow(color=#353c47, offx=1, offy=1);
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #1D232F;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #d1d1d1;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul {
	list-style-type:none;
	margin-left:30px;
	position:relative
}
#texte li {
	background:url(../images/charte/li.png) left top no-repeat; margin-bottom:5px; padding-left:25px;
}
#texte ol{
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#434a52;
	border:1px solid #434a52;
    padding:3px;
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px solid #fff;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
input.btn-envoi{
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
	background:#d55d2e;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:250px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
	height:0px;
}

.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:10px 10px 0 10px;
}
/****************MODAL BOX(envoyer à un ami)********************/
.hidden{
	display:none;
}

#hiddenFormami{
	background:#333;
	height:470px;
	padding:20px;
	width:300px;
}
#hiddenFormami #entete{
	font-size:1.4em;
	color:#CCC;
	margin:0 0 30px 0;
}
#hiddenFormami label{
	float:left;
	width:70px;
	padding:13px 0 7px 0;
	color:#CCC;
}
#hiddenFormami .inputfooter{
	width:259px;
	height:24px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-input-footer.jpg) no-repeat;
}
#hiddenFormami .inputfooter2{
	width:259px;
	height:38px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-input-footer3.jpg) no-repeat;
}
#hiddenFormami textarea{
	width:259px;
	height:90px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-textarea-footer.jpg) no-repeat;
}
#submitModal{
	width:120px;
	height:24px;
	display:block;
	float:right;
	margin:5px 5px 0 0;
	cursor:pointer;
	background:url(../images/charte/bt-submit-footer.jpg) no-repeat;
}
/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

/* PENSEZ A REPRENDRE LA MEME DIV QU'IL AURA AU DESSUS DES LIENS ET */
/* DE REGLER LES TOP LEFT DES LIENS */

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}

.prec{
	background-image:url(../images/base/precedente.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

.retour{
	background-image:url(../images/base/retour.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

.suiv{
	background-image:url(../images/base/suivante.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }

.ligne1{
	background:#f2f0f4;
	color:#000;
	height:30px;
	line-height:30px;
}
.ligne2{
	background:#e5e3e6;
	color:#000;
	height:30px;
	line-height:30px
}

.transformed {
    -webkit-transform: rotate(6deg) scale(1, 1);
    -moz-transform: rotate(6deg) scale(1, 1);
    transform: rotate(6deg) scale(1, 1);
}
.pict {
	float:left;
	margin:10px 0 0 0;
	padding:4px;
	background:#a5a9af;
	border:1px solid #3b4149
}
.pictL {
	float:left;
	margin:10px 20px 10px 0;
	padding:4px;
	background:#a5a9af;
	border:1px solid #3b4149
}
.pictLb {
	float:left;
	margin:10px 20px 10px 0;
	padding:4px;
	background:#3b4149;
	border:1px solid #a5a9af
}
.pictLc {
	float:left;
	margin:10px 5px 10px 0;
	padding:2px;
	background:#3b4149;

}
.pictR {
	float:right;
	margin:10px 0 10px 20px;
	padding:4px;
	background:#a5a9af;
	border:1px solid #3b4149
}

hr { width:95%; border-bottom:2px solid #353c47; background:#5b6471; border-left:0; border-right:0;  border-top:0; height:1px; clear:both; margin-top:15px; margin-bottom:15px; display:block }

/*************************************************************************/
/*-------------------------------- OFFRES EMPLOI --------------------------------*/
/*************************************************************************/

#offresEmploi { width:550px; float:left; padding:20px 0 0 0 }
.field label { width:100px; }
.field input { width:250px; }
#offresEmploi .field input.adressse { width:400px; }
.field { text-align:right; margin-bottom:10px; }

/*************************************************************************/
/*-------------------------------- BASE --------------------------------*/
/*************************************************************************/

#texte ul.menuCarte { margin:0; float:right }
#texte ul.menuCarte li { float:left; display:inline; margin:0 10px 0 0; padding:0; background-image:none }
#texte ul.menuCarte li a { padding:5px 8px; }
#texte ul.menuCarte li a:link, #texte ul.menuCarte li a:visited {
	cursor: pointer;
	background:#d55d2e;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold
}
#texte ul.menuCarte li a:hover {
	background:#7a634e;
	font-weight:bold
}


.tofs{ width:255px; float:left; margin-right:20px }
.descr { width:450px; float:left }
.miniTofs { width:480px; }
.lettrine {
	float: left;
	font-size: 5em;
	line-height: 0.9em;
	padding: 0 5px 0 0;
	color:#b0bbcd;
	font-family: "Arial Black", Gadget, sans-serif;
}

/*************************************************************************/
/*-------------------------------- MINI NEWS DIV GAUCHE --------------------------------*/
/*************************************************************************/
.block {
	width:190px;
	height:348px;
	background:url(../images/charte/bg-block2.jpg) left top no-repeat;
	display:block
}
.news {
	width:150px;
	height:265px;
	padding:5px;
	position:absolute;
	top:20px;
	left:8px;
	text-align:center
}
.news h3{
	text-align:center;
	margin:4px 0 13px 0;
	text-transform:uppercase;
	color:#b0bbcd;
	font-size:1.1em;
	text-shadow: 1px 1px 1px #3b414b;
	filter: dropshadow(color=#3b414b, offx=1, offy=1);
}

#gauche .news h3 {
text-decoration:blink;}

.descrNews p { text-align:left; line-height:normal; font-size:0.85em; padding:0 3px }
a.savoirPlusNews {
	width:80px;
	height:19px;
	position:absolute;
	top:294px;
	left:88px;
	display:block;
	text-decoration:none;
}
a.savoirPlusNews span { visibility:hidden }

a.pdf {
	height:22px;
	display:block;
	background:url(../images/charte/pdf.png) top left no-repeat;
	padding: 0 12px 0 30px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}
.highslide-caption { color:#000; }
