﻿body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}

.oneColFixCtr #container {
	width: 1000px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 0px solid #000000;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
}

.oneColFixCtr #mainContent {
	padding: 0px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	width:1000px;
	position:absolute;
	top:64px;
}

#logo{
	width:274px;
	height:110px;
	position:relative;
	top:100px;
	left:592px;
	text-align:center;
}

#logo a{
	text-decoration:none;
	color:orange;
}

#logo #anc_fr h1{
	font-size:17px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-align:center;
}
#logo #anc_de h1{
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-align:center;
}
#logo #anc_en h1{
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-align:center;
}
#logo #anc_de, #logo #anc_en{
	text-decoration:none;
	color:orange;
	font-size:10pt;
	font-weight:bold;
}

#logo_alt{	
	display:block;
	width:202px;
	height:100px;
	position:absolute;
	top:-50px;
	left:10px;
	text-align:center;
}

#logo_alt #anc_fr h1{
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#logo_alt #anc_de h1{
	font-size:9px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#logo_alt #anc_en h1{
	font-size:9px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#logo_alt #anc_fr{
	text-decoration:none;
	color:orange;
	font-size:13px;
}
#logo_alt #anc_de, #logo_alt #anc_en{
	text-decoration:none;
	color:orange;
	font-size:9px;
}

#header{
	height:38px;
	background-repeat:no-repeat;
}

#headerSuite{
	height:70px;
	background-repeat:no-repeat;
	vertical-align:top;
}

#basPage{
	text-align:center;
	font-size:13px;
	width:100%;
	z-index:100;
	background-image:url('img/acc_basPage.jpg');
	background-repeat: no-repeat;
}
#basPage2{
	text-align:center;
	font-size:13px;
	width:100%;
	z-index:100;
}
#basPage a, #basPage2 a{
	text-decoration:none;
	color:#000000;
}
#basPage a:hover, #basPage2 a:hover, footerN1 a:hover, #footerN2 a:hover, #footerN3 a:hover{
	text-decoration:none;
	color:#F60;
}

#footerN1{
	text-align:justify;
	font-size:10px;
	color:#333333;
	margin-left:20px;
	margin-right:20px;
}
#footerN1 a{
	text-decoration:none;
	color:#333333;
}

#footerN2{
	text-align:justify;
	font-size:10px;
	color:#666666;
	margin-left:20px;
	margin-right:20px;
}
#footerN2 a{
	text-decoration:none;
	color:#666666;
}

#footerN3{
	text-align:justify;
	font-size:10px;
	color:#999999;
	margin-left:20px;
	margin-right:20px;
}
#footerN3 a{
	text-decoration:none;
	color:#999999;
}

.mentions{
	width:1000;
	height:16px;
	color:white;
	font-size:9px;
	text-align:left;
	/*padding-right:32px;*/
	padding-left:898px;
	vertical-align:top;
}
.mentions a{
	text-decoration:none;
	color:white;
	font-size:9px;
	vertical-align:top;
}
.mentions a:hover{
	text-decoration:none;
	color:#f19810;
	font-size:9px;
	vertical-align:top;
}

#flag{
	width:1000px;
	height:22px;
	text-align:right;
}

#menu{
	height:52px;
	background-repeat:no-repeat;
}

.onglet_inact{
	width:98px; 
	height:52px; 
	font-size:11px; 
	font-weight:bold;
	cursor:pointer; 
	vertical-align:bottom;
	background-image:url('img/onglet_inact.png'); 
	background-repeat:no-repeat; 
	background-position:bottom;
}
.onglet_inact a{
	text-decoration:none;
	color:black;
}


.onglet_act{
	width:98px;
	height:52px;
	font-size:11px;
	font-weight:bold;
	color:#840202;
	cursor:pointer;
	vertical-align:top;
	padding-top:8px;
	background-image:url('img/onglet_act.png');
	background-repeat:no-repeat;
	background-position:top;
}
.onglet_act a{
	text-decoration:none;
	color:#840202;
}  

*>.onglet_act {
	height:44px;
}

.div_onglet{
	width:90px;
	height:30px;
	vertical-align:top;
	text-align:center;
	padding-left:1px;
	border:0px red solid;
	position:relative;
	top:-5px;
}

.div_onglet_act{
	width:90px;
	height:30px;
	vertical-align:top;
	text-align:center;
	padding-left:1px;
	border:0px red solid;
}

#content_acc{
	width:100%;
	height:453px;
}
#textAcc{
	width:650px;
	height:50px;
	position:relative;
	top:72px;
	left:100px;
}

#content{
	height:426px;
	background-repeat:no-repeat;
	vertical-align:top;
}
#content2{
	height:460px;
	background-repeat:no-repeat;
	vertical-align:top;
}
#content2-2{
	height:503px;
	background-repeat:no-repeat;
	vertical-align:top;
}

#cabinet{
	width:545px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:430px;
	/*top:15px;*/
	line-height:15px;
	text-align:justify;
}

#cabinet span{
	position:relative;
	width:535px;
	left:15px;
	text-align:justify;
}
#cabinet a{
	text-decoration:none;
	color:black;
}
#cabinet a:hover{
	text-decoration:none;
	color:#f19810;;
}

/*#cabinet .titre a{
	color:#f19810;
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#cabinet .titre a:hover{
	color:#7f0202;
}*/

#prestation{
	width:695px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:300px;
	/*top:20px;*/
	line-height:15px;
	text-align:justify;
}
#prestation a{
	text-decoration:none;
	color:black;
}
#prestation a:hover{
	text-decoration:none;
	color:#f19810;
}

/*#prestation td{
	text-align:justify;
}*/

#frbert{
	width:600px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:390px;
	/*top:30px;*/
	line-height:13px;
}
#team{
	position:relative;
	left:25px;
	/*top:30px;*/
	width:605px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	line-height:15px;
	text-align:justify;
}
#team a{
	text-decoration:none;
	color:black;
}
#team a:hover{
	text-decoration:none;
	color:#f19810;;
}
#team .titre a{
	color:#f19810;
	font-size:13px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#team .titre a:hover{
	color:#7f0202;
}

#portraits{
	position:relative;
	left:77px;
	top:36px;
	width:280px;
}

#partners{
	width:590px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:400px;
	/*top:40px;*/
	line-height:15px;
	text-align:justify;
}
#partners a{
	text-decoration:none;
	color:black;
}
#partners a:hover{
	text-decoration:none;
	color:#f19810;;
}

#actualites{
	width:645px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:350px;
	/*top:20px;*/
	line-height:15px;
}

#recrutement{
	width:585px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:405px;
	/*top:60px;*/
	line-height:15px;
	text-align:justify;
}
#recrutement a{
	text-decoration:none;
	color:black;
}
#recrutement a:hover{
	text-decoration:none;
	color:#f19810;
}

#contact{
	width:755px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:235px;
	/*top:10px;*/
	line-height:15px;
	text-align:justify;
}

#prestSuite{
	width:820px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:180px;
	/*top:20px;*/
	line-height:15px;
	text-align:justify;
}
#prestSuite a{
	text-decoration:none;
	color:black;
}
#prestSuite a:hover{
	text-decoration:none;
	color:#f19810;;
}
#default{
	width:710px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;	
	position:relative;
	left:280px;
	/*top:20px;*/
	line-height:15px;
	text-align:justify;
}
#default a{
	text-decoration:none;
	color:black;
}
#default a:hover{
	text-decoration:none;
	color:#f19810;;
}

.prest_detail{
	width:55px;
	color:#f19810;
	text-align:center;
	vertical-align:middle;
}
.oblig{
	width:150px;
	color:#f19810;
	vertical-align:middle;
}
.oblig a, .prest_detail a{
	text-decoration:none;
	color:#f19810;
}
.oblig a:hover, .prest_detail a:hover{
	text-decoration:none;
	color:black;
}

.actu_detail{
	width:100px;
	vertical-align:bottom;
	text-align:right;
	padding-bottom:12px;
}
.actu_detail a{
	text-decoration:none;
	color:black;
}
.actu_detail a:hover{
	text-decoration:none;
	color:#f19810;
}
.actu_detail2 a{
	text-decoration:none;
	color:black;
}
.actu_detail2 a:hover{
	text-decoration:none;
	color:#f19810;
}
.actu_detail3{
	color:#7f0202;
}
.actu_detail3 a{
	text-decoration:none;
	color:#7f0202;
}
.actu_detail3 a:hover{
	text-decoration:none;
	color:#f19810;
}
.actu_detail3b{
	color:#7f0202;
	vertical-align:bottom;
	text-align:right;
	padding-bottom:12px;
}
.actu_detail3b a{
	text-decoration:none;
	color:#7f0202;
}
.actu_detail3b a:hover{
	text-decoration:none;
	color:#f19810;
}

.actu_detail_fl{
	vertical-align:bottom;
}

.titre{
	color:#f19810;
	font-size:13px;
	font-weight:500;
}
.titre h2{
	color:#f19810;
	font-size:13px;
	font-weight:500;
	margin: 0;
	padding: 0;
}
.titre h3{
	color:#f19810;
	font-size:13px;
	font-weight:500;
	margin: 0;
	padding: 0;
}

#prestation .titre a{
	text-decoration:none;
	color:#f19810;
	font-weight:bold;
}
#prestation .titre a:hover{
	text-decoration:none;
	color:#f19810;
	font-weight:bold;
}

.titre_detail{
	color:#7f0202;
	font-size:13px;
	font-weight:500;
	vertical-align:middle;
	width:675x;
}
.titre_detail h2{
	color:#7f0202;
	font-size:13px;
	font-weight:500;
	vertical-align:middle;
	width:675x;
	margin: 0;
	padding: 0;
}
*>.titre_detail {
	width:675px;
}

.soustitre{
	color:#7f0202;
	font-weight:500;
}
.soustitre h2{
	color:#7f0202;
	font-size:13px;
	font-weight:500;
	margin: 0;
	padding: 0;
}
.soustitre h3{
	color:#7f0202;
	font-size:13px;
	font-weight:500;
	margin: 0;
	padding: 0;
}
#prestation .soustitre a{
	text-decoration:none;
	color:#7f0202;
	font-weight:500;
	line-height:15px;
}
#prestation .soustitre a:hover{
	text-decoration:none;
	color:#f19810;
	font-weight:500;
}

#deco1{
	position:absolute;
	width:100%;
}

#deco2{
	position:relative;
	float:right;
	top:411px;
}

#pfuche{
	width:80px;
	position:absolute;
	overflow:hidden;
	top:-20px;
}

.cellInput{
	width:215px;
	height:30px;
	padding-left:7px;
	vertical-align:middle;
	background-image:url('img/contact_cell.png');
	background-repeat:no-repeat;
	background-position:center;
}
.cellInput_cp{
	height:30px;
	padding-left:7px;
	vertical-align:middle;
	background-image:url('img/contact_cell.png');
	background-repeat:no-repeat;
	background-position:center;
}
.cellMess{
	height:95px;
	padding-left:5px;
	background-image:url('img/contact_msg.png');
	background-repeat:no-repeat;
}

input{
	background-color:transparent;
	border:0px;
}
textarea{
	background-color:transparent;
	border:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:15px;
	width:360px;
}

.contact_form{
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
}

.contact_formbis{
	padding-left:20px;
}
.contact_formbis a{
	text-decoration:none;
	color:black;
}
.contact_formbis a:hover{
	text-decoration:none;
	color:#f19810;
}

.btSub{
	background-image:url('img/contact_send.png');
	background-repeat:no-repeat;
	width:50%;
	height:28px;
}

.dateHisto{
	vertical-align:top;
	text-align:right;
	color:#f19810;
	font-size:13px;
	font-weight:500;
	width:60px;
}

.oneColFixCtr #container #mainContent table tr #content #cabinet span {
	text-align: justify;
}

#btn_sbm{
	width:100px;
	height:20px;
	cursor:pointer;
}

#decalThx{
	padding-left:110px;
}

.divajust{
	overflow:hidden;
	height:10px;
}
*>.divajust {
	height:19px;
}
.nomCollab{
	font-size:11px;
	font-weight:bold;
	color:#840202;
	vertical-align:top;
	padding-top:3px;
}
.nomCollabAct{
	font-size:11px;
	font-weight:bold;
	color:black;
	vertical-align:top;
	padding-top:3px;
}

.captcha a{
	text-decoration:none;
	cursor:pointer;
}

.captcha a:hover{
	text-decoration:none;
	color:#f19810;
	cursor:pointer;
}

.unique{
	visibility:hidden;
	height:0px;
}

/*Pour la mise en forme*/

#orange{
	color:#f19810;
}
#orange a{
	text-decoration:none;
	color:#f19810;
}
#orange a:hover{
	text-decoration:none;
	color:#f19810;
}
#orangeGras{
	color:#f19810;
	font-weight:bold;
}
#orangeGras a{
	text-decoration:none;
	color:#f19810;
	font-weight:bold;
}
#orangeGras a:hover{
	text-decoration:none;
	color:#f19810;
	font-weight:bold;
}

#rouge{
	color:#7f0202;
}
#rouge a{
	text-decoration:none;
	color:#7f0202;
}
#rouge a:hover{
	text-decoration:none;
	color:#f19810;
}
#rougeGras{
	color:#7f0202;
	font-weight:bold;
}
#rougeGras a{
	text-decoration:none;
	color:#7f0202;
	font-weight:bold;
}
#rougeGras a:hover{
	text-decoration:none;
	color:#f19810;
	font-weight:bold;
}
