/* ------------------------------------ */
/*                                      */
/*            Généralités               */
/*                                      */
/* ------------------------------------ */

body {
	background: #0B2345;
	font: normal 80%/1em  Arial,Helvetica, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
	text-align: left;

}


#conteneur {
		position: absolute;
		width: 771px;
		left: 50%;
		margin-left: -385px;
		margin-top: 50px;
		background-color:#FFFFFF;
}

#conteneurS {
		position: absolute;
		width: 771px;
		left: 50%;
		margin-left: -385px;
		margin-top: 15px;
		background-color:#FFFFFF;
}

/* ------------------------------------ */
/*                                      */
/*           TYPOGRAPHIE                */
/*                                      */
/* ------------------------------------ */
.rouge1 {font-size:1em; color: #E4040E;}
.titre {font-weight: bold;font-size:1.25; color: #E4040E; padding: 15px 0 15px 0;}
.rouge3 {font-weight: bold;font-size:0.98em; color: #E4040E;padding: 15px 0 15px 0;}
.black{color:#000}
.small {line-height: 0.75em;margin: 0 0 5px 0;font-size:0.85em;}
.slogan {width:670px;text-align:center;}
a {color: #E4040E;text-decoration: none;}
a:visited {color: #E4040E;text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}
a img {border: 0 none;}
p {margin: 0 0 2px 0;}

a#lien-accueil {
 	position: absolute;
 	left: 30px;
 	top: 0px;
 	width: 550px;
 	height: 50px;
}


a:hover#lien-accueil {
text-decoration: none;
}

.cache {
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}
.puce {
	margin-left: 180px;
	padding-left: 25px;
	font-weight: bold;
	background: url(images/puce1.gif);
	background-position: left;
	background-repeat: no-repeat;}

.puce2 {
	margin-left: 180px;
	padding-left: 25px;
}

.pucet {
	margin-left: 10px;
	padding-left: 25px;
	background: url(images/puce2.gif);
	background-position: left;
	background-repeat: no-repeat;}




/* ------------------------------------ */
/*                                      */
/*           formulaire                 */
/*                                      */
/* ------------------------------------ */
textarea{
	font-family : Arial,Verdana, Geneva,Helvetica,sans-serif;
	border-color: #000; 
 	border-width : 1px;
	font-size : 9px;
	color: #000000;
}
input {
	font-family : Arial,Verdana, Geneva,Helvetica,sans-serif;
    	font-size : 9px;
    	border-width : 1px;
    	border-color : #000;
	color: #000;
	
	}
select {
	font-family : Arial,Verdana,Geneva,Helvetica,sans-serif;
    	font-size : 9pt;
    	border-width : 1px;
   	 border-color : #000;
	color: #000;
	
	}
.inputbouton {
	font-family : Arial,Verdana,Geneva,Helvetica,sans-serif;
    	font-size : 9px;
	
	border-width : 1px;
    	border-color : #000;
	background-color: #E4040E;
	color: #FFFFFF;
}

form.css 
  {

  	color: #000;
  	text-align: left;
  	margin-left: 150px;

  }
form.css label
  {
  	display: inline;
  	float: left;
  	width: 150px;
  } 

/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#header {
	background: url(images/header.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 88px;
}

#headerFlash {
	
	background: url(images/bgflash.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 174px;
}

#headerContact {
	background: url(images/headerContact.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 120px;
}


#headerAnglo{
	background: url(images/headerAnglo.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 120px;
}

#headerFormation{
	background: url(images/headerFormation.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 120px;
}

#headerTraduction{
	background: url(images/headerTraduction.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 120px;
}

#headerPrestations{
	background: url(images/headerPrestations.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 120px;
}


#header2 {
	background: url(images/header2.gif) left top no-repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 57px;
}

#title {
	float: left;
	margin-left: 15px;
}


#adresse {
    text-align:center;
	width: 741px;

}

#contenant {
    	text-align:left;
	width: 690px;
	line-height: 1.5em;
	margin-left: 15px;

}


/* ------------------------------------ */
/*                                      */
/*            menuPrincipal             */
/*                                      */
/* ------------------------------------ */

#menuPrincipal {
float:right;
margin-right:100px;
text-align:left;
}
#navcontainer ul
{
margin: 0px 0px 0px 200px;
list-style-type: none;
font-size: 1em;

}

#navcontainer li {
text-indent: 25px;

	}

#navcontainer a
{line-height:15px;
	display: block;
	color: #000000;
	text-decoration: none;
	font: Bold 1em  Arial,Verdana, Helvetica, sans-serif;
	background-image: url(images/carre.gif);
	background-position: left;
	background-repeat: no-repeat;
}



#navcontainer a:hover
{
color: #E4040E;
background-image: url(images/carre2.gif);

}



/* ------------------------------------ */
/*                                      */
/*            menuTop                   */
/*                                      */
/* ------------------------------------ */

#haut {

	background-color:#FFFFFF;
	vertical-align: middle;
	text-align:center;
	line-height: 30px;
}

ul
{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 11px;
}

#navlist2 li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}

#navlist2 a
{
	padding-left: 25px;
	font: Bold 12px  Arial,Verdana, Helvetica, sans-serif;
	color:#000000;
	background: url(images/carreT.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#navlist2 a:link, #navlist a:visited
{
	padding-left: 25px;
	font-weight: bold;
	background: url(images/carreT.gif);
	background-position: left;
	background-repeat: no-repeat;}

#navlist2 a:hover
{
	text-decoration: none;
	color: #E4040E;
	padding-left: 25px;
	background: url(images/carreTT.gif);
	background-position: left;
	background-repeat: no-repeat;}

#navlist2 a:active
{
	color: #E4040E;
	background: url(images/carreTT.gif);
	background-position: left;
	background-repeat: no-repeat;}


#centre {
	border-top: solid #FFFFFF 15px;
	border-bottom: solid #FFFFFF 15px;
	background: url(images/bgcenter.gif) left top repeat-y;
	
}




/* ------------------------------------ */
/*                                      */
/*            footer                    */
/*                                      */
/* ------------------------------------ */


#footer {
	height: 39px;
	line-height: 35px;
	background: url(images/bgfooter.gif) left top repeat-x;
	color: #FFFFFF;
	font-size: 1em;
	font-weight:normal;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding-top: 0em;
}

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

#websillage {
	height: 25px;
	line-height: 20px;
	color: #9FA0A4;
	font-size: 0.80em;
	font-weight:normal;
	vertical-align: middle;
	text-align: right;
	margin: 0 auto;
	padding-top: 0em;
	background-color: #0B2345;
}
#websillage a{

	color: #9FA0A4;

}



#spacer {
 	clear: both;
 }













