/*GLOBAL*/

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
}

form {
	margin:0px;
}

a:focus, a:active{outline: none;}

.killer {
	clear:both;
	line-height:1px;
	height:1px;
	margin-top:-1px;
}

.erreur {
	color: #F32686;
	border: 1px solid #F32686;
	background-color:#FFECF5;
	margin: 10px auto 5px auto;
	padding: 5px 0px 5px 0px;
	text-align:center;
	width:100%;
}

.ok {
	font-weight:bold;
	margin: 10px auto 10px auto;
	padding: 5px 0px 5px 0px;
	text-align:center;
	border:1px solid #71C566;
	background-color: #F4FFF3;
	color:#339933;
	width:100%;
}

/***** MASTER *****/

#master {
	width:955px;
	margin:0px auto 0px auto;
	padding:0px 4px 0px 22px;
	background:url("/images/bg/home-content.gif") top repeat-y;
}

#master .logo {
	float:left;
	padding:20px 0px 0px 20px;
}

#master .bandeau {
	float:left;
	padding:32px 0px 0px 235px;
}

#nav {
	height: 29px;
	width: 955px;
	margin:20px auto 0px auto;
}


.under_nav {
	width:981px;
	height:163px;
	margin:0px auto 0px auto;
	background:url("/images/bg/home-content.gif") top right repeat-y;
}

.under_nav .langue {
	float:left;
	width:22px;
}
.under_nav .visuel {float:left;}

#home {
	width:955px;
	margin:0px auto 0px auto;
	padding:0px 4px 0px 22px;
	background:url("/images/bg/home-content.gif") top repeat-y;
}

#home .presentation {
	background:url("/images/bg/home-presentation.gif") top no-repeat;
	width:935px;
	height:190px;
	padding:22px 0px 0px 20px;
}

#home .presentation .txt {
	width:720px;
	float:left;
	font-size:11px;
	color:#5A5A5A;
}

#home .presentation .carte {float:left; margin-left:20px;}

#home .actualites {
	float:left;
	background:url("/images/bg/home-actu.gif") top no-repeat;
	width:438px;
	height:195px;
	padding:22px 20px 0px 20px;
	font-size:11px;
	color:#5A5A5A;
}

#home .actualites span {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}

#home .actualites a{ color:#5A5A5A; text-decoration:none; }
#home .actualites a:link, #home .actualites a:visited{ color:#5A5A5A; text-decoration:none; }
#home .actualites a:hover{ color:#5A5A5A; text-decoration:underline; }

#home .recrutement {
	float:left;
	background:url("/images/bg/home-recrutement.gif") top no-repeat;
	width:437px;
	height:195px;
	padding:22px 20px 0px 20px;
	font-size:11px;
	color:#5A5A5A;
}

/* PAGE DE CONTENU */

#page {
	width:966px;
	background:url("/images/bg/page-content.gif") 10px repeat-y;
	margin:0px auto 0px auto;
	padding:0px 4px 0px 10px;
}		

#page .nav_g {
	width:255px;
	float:left;
	padding-bottom:20px;
}

#page .nav_g h2{
	font-size: 11px;
	/* text-transform:uppercase;
	color:#CF003C; */
	padding: 15px 8px 0px 20px;
	margin: 0px 0px 3px 0px;
	color:#555555;
}

#page .nav_g h2 a{ color:#555555; text-decoration:none; }
#page .nav_g h2 a:link, #page .nav_g h2 a:visited{ color:#555555; text-decoration:none; }
#page .nav_g h2 a:hover{ color:#CF003C; text-decoration:underline; }


#page .nav_g h3{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

#page .nav_g h3 a, #page .nav_g h3 a:link, #page .nav_g h3 a:visited{
	width: 195px;
	height: 15px;
	display:block;
	color:#666666;
	background:url("/images/bg/puce-grise.gif") left no-repeat;
	text-decoration:none;
	padding: 2px 20px 0px 40px;
	margin: 0px 0px 0px 0px;
}

#page .nav_g h3 a:hover{
	color: #CF003C;
	background:url("/images/bg/puce-over.gif") left no-repeat;
	text-decoration:none;
}

#page .content {
	float:left;
	width:680px;
	padding:10px 10px 10px 10px;
	margin:0px;
	font-size:11px;
	color:#555555;
	text-align: justify;
}

#page .content h1 {
	font-size:15px;
	color:#CF003C;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 15px 0px;
}

#page .content h2 {
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	padding:0px;
	margin:15px 0px 5px 0px;
}

#page .content a{ color:#555555; text-decoration:underline; }
#page .content a:link, #page .content a:visited{ color:#555555; text-decoration:underline; }
#page .content a:hover{ color:#555555; text-decoration:none; }

#page .content p {
	margin:0.5em 0;
}

#page .content ul {
	padding:10px 0px 15px 20px;
	margin:0px;
}

#page .content li {
	padding:0px 0px 5px 10px;
	margin:0px;
	color:#333333;
	background:url("/images/bg/puce-rose.gif") top left no-repeat;
	list-style:none;
}

#page .content .separation {
	width:100%;
	border-bottom:1px solid #999999;
}

#page .content .pdf { margin:10px 0px 20px 0px; }
#page .content .pdf img { vertical-align:middle; margin:1px 5px 0px 0px; }

#page .sitemap h2 {
	padding:4px 0px 0px 15px;
	margin:0px;
}

#page .sitemap h1 {
	padding:20px 0px 2px 00px;
	margin:0px;
}

/***** CONTACT *****/

#contact {
	width:966px;
	margin:0px auto 0px auto;
	padding-left:23px;
}

#contact .page_gauche {
	float:left;
	width:446px;
	height:512px;
	background:url("/images/bg/contact-gauche.gif") top no-repeat;
	padding:10px 0px 0px 20px;
	font-size:11px;
}

#contact .page_gauche a{ color:#000; text-decoration:underline; }
#contact .page_gauche a:link, #contact .page_gauche a:visited{ color:#000; text-decoration:underline; }
#contact .page_gauche a:hover{ color:#000; text-decoration:none; }

.page_gauche .map {
	text-align:center;
	width:100%;
}

.page_gauche span, .page_droite span {
	color:#cf003c;
	text-transform:uppercase;
	text-decoration:underline;
}

.page_droite {
	float:left;
	width:480px;
	height:512px;
	background:url("/images/bg/contact-droite.gif") top repeat-y;
	margin-left:-4px;
	padding:10px 10px 0px 10px;
	font-size:11px;
}

.form_tab{
	margin-top: 10px;
}

.form_tab td{
	padding-top: 7px;
	vertical-align:top;
}

.form_tab .input{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	padding:1px 2px;
	font-size:11px;
}

.form_tab select{
	font-size:11px;
}

.margin_left {
	padding-right:5px;
}

.margin_right {
	padding-left:5px;
}

/* FOOTER */

#footer {
	background:url("/images/bg/footer.gif") top no-repeat;
	width:966px;
	height:18px;
	margin:-1px auto 0px auto;
	color:#9A9A9A;
	font-size:11px;
	text-align:right;
	padding:3px 15px 0px 0px;
}

#footer a{ color:#9A9A9A; text-decoration:none; }
#footer a:link, #footer a:visited{ color:#9A9A9A; text-decoration:none; }
#footer a:hover{ color:#9A9A9A; text-decoration:underline; }

.biskot{
	font-family:Arial, Helvetica, sans-serif;
	width:192px;
	font-size:10px;
	color:#666666;
	margin:10px auto 10px auto ;
	padding:6px 4px 6px 4px;
	background-image:url("/images/bg/footer-biskot.gif");
	background-position:top;
	background-repeat:no-repeat;
}

.biskot a{ font-size:10px;color:#666666; text-decoration:underline; }
.biskot a:link, .biskot a:visited{ font-size:10px;color:#666666; text-decoration:underline; }
.biskot a:hover{ font-size:10px;color:#666666; text-decoration:none; }