@charset "UTF-8";
 /* correctif pour les png sous IE 5+ */
/*img, div, a, input { behavior: url(pngfix/iepngfix.htc) }*/

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D7D7D7;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

img {
	border: none;
}



#titre_page {
  border-bottom:1px solid #003366;
  margin:0px;
  margin-bottom:10px;
  margin-top:5px;
  margin-left:0px;
}

h1 {
  margin:0px;
  font-size:22px;
}

#global {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#navsec {
	float:right;
	margin-right:20px;
	width: 230px;
	left: 780px;
	top: 0px;
	height: 22px;
	padding-top: 15px;
	text-align: right;
}
html>body #navsec {	
	margin-right:90px;
}

#navsec a {
  color:#003366;
}



#oeil {
	position: absolute;
	margin-left: 560px;
}

#topnav {
	height: 41px;
	padding-top: 1px;
	margin: 0 0 0 -28px;
}

#topnav li {
	height: 41px;
	margin: 0;
	float: left;
	list-style-type: none;
	text-indent: -900em;
}

#topnav  li a {
	display: block;
}

#header {
	height: 74px;
	width: 980px;
}

#wrap {
	background-image: url(images/wrap.jpg);
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
}

.banner  {
	margin: 0 22px 0 24px;
	width: 931px;
	height: 200px;
	background-image: url(images/header_ban2022.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.capsule {
	position: absolute;
	z-index: 2;
	margin-top: 140px;
}

.encart {
	background-image: url(images/cadre_accueil.jpg);
	height: 235px;
	width: 269px;
	background-position: center;
	background-repeat: no-repeat;
}

.encart a {
  color: #ffffff;
}

a.encart_lire_suite_a {
	text-align: center;
	display: block;
	background-image: url(images/bg_bouton.png);
	height: 27px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	padding-top: 8px;
	text-decoration: none;
}
a.encart_lire_suite_a:hover {
	color:#FFFF00;
	background-image: url(images/bg_bouton.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.encart h1 {
	font-size: 18px;
	color: #003366;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.encart h3 {
	color: #FFFF00;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	margin: 0px;
}

.encart p {
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}

.encart ul {
	color: #FFFFFF;
	list-style-image: url(images/puce.gif);
	margin-top:0px;
}

#btn_home {
	margin-left: 110px;
}

#btn_actu {
	margin-left: 740px;
}

.align_right {
	text-align: right;
}

#btn_mission {
	margin-left: 425px;
}

#home {
	margin-left: 40px;
	position: absolute;
}

#mission {
	margin-left: 355px;
	position: absolute;
}

#actu {
	margin-left: 670px;
	position: absolute;
}

#content {
	background-color: #D7D7D7;
	background-image: url(images/content.jpg);
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 250px;
	position: relative;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 300px;
}

#content_page {
	background-color: #D7D7D7;
	background-image: url(images/content.jpg);
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 312px;
}


#content_left {
	width: 300px;
	margin-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 20px;
	position: absolute;
}

#content_left img {
	float: left;
	margin-right: 20px;
}

#content_left a {
	display: block;
	text-align: center;
	background-image: url(images/bg_bouton.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 27px;
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	color: #FFFF00;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#content_left a:hover {
	background-image: url(images/bg_bouton.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #003366;
}

#content_right {
	/*position: absolute;*/
	padding-top:20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 360px;
	width: 550px;
}

#content_right img {
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

#footer {
	position: relative;
	background-image: url(images/content_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 5px;
}
#footer a {
  color:#003366;
}

#div_footer {
	position: relative;
	background-image: url(images/content_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 932px;
	margin-right: auto;
	margin-left: auto;

	padding-top: 5px;
	
}
#div_footer a {
  color:#003366;
}

#div_footer td,span, a {
font-size:11px;
}

.div_img_gauche_inter{
	float: left;
	margin: 20px;
	width:273px;
	text-align:center;
  padding:0px;
	

}

.img_gauche_inter {
  padding:0px;
  margin:0px;

}

#div_img_gauche_grande {
  min-height:266px;
	width:270px;
	/*background-image: url(images/fond_img_gauche.gif);*/
	background-repeat: no-repeat;	
	margin:0px;
	padding:0px;
	/*border:1px solid #ffffff;*/

	text-align:center;
	
}

.div_img_gauche_mini {
  	float: left;
    width:66px;
  height:45px;
  background-color:#000000;
  text-align:center;
  margin-right:2px;
  margin-bottom:2px;
}
.img_gauche_mini {
  cursor:pointer;
}

#sous_nav a {
	background-image: url(images/puce_j.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 5px 0 17px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
}

.gris {
	color: #666666;
}

.gris a {
	color: #666666;
	text-decoration: underline;
}

#content_page a:hover {
	text-decoration:underline;
}

#contenu {
	width: 600px;
	/*margin-left: 300px;*/
	padding-top: 20px;
	float:left;
}
.map{
	width : 80%;
	height : 450px;
	margin:auto;
	
	border:2px solid #cfcfcf;
}
.map2{
	width : 80%;
	height : 300px;
	margin:auto;
	
	border:2px solid #cfcfcf;
}

/*
reference
*/
.reference_item {
  float:left;
  margin:5px;
  /*border:1px solid red;*/
	width : 110px;
	height:110px;
}
.reference_logo {
	width : 110px;
	height : 75px;
	text-align:center;
}
.reference_logo img{
	max-width : 100px;
	max-height : 80px;
}
.reference_titre {
	width : 110px;
  text-align:center;
  font-weight:bold;
}

/**forms**/
input,textarea,select {
  border:1px solid #777777;
  color: #000000;
  background: #E0E2E9;
  font-size:11px;
  font-family: verdana;
}
.saisie {
  border:1px solid #777777;
  color: #000000;
  background: #E0E2E9;
  font-size:11px;
  font-family: verdana;
}
input.inputSubmit {
  border:1px solid #CFCFCF;
  font-family: verdana;
  font-size:12px;
  background:#233D69;
  color: #FFFFFF;
  font-weight:bold;
  cursor:pointer;
  padding:5px;
}
.formChamp
{
	margin:0px;
  margin-bottom: 1px;
}
.formIntituleChamp
{
	float: left;
	width: 150px;
	margin-right: 15px;
}
.formInputChamp
{
	float: left;
}
.formInputSubmit
{
	text-align: center;
}


/* div d'alerte */
#div_alerte_fond {
  position:absolute;
  top:0px;
  margin: 0px;
  background-color : #000000;
  width: 100%;
  height: 100%;
  
   filter:alpha(opacity=70);
   -moz-opacity:0.7;
   opacity: 0.7;
  
}

#div_alerte {
  position:absolute;
  top:50%;
  left:50%;
  margin: 0px;
  margin-top:-200px;
  margin-left:-400px;
  height: 400px;
  width: 800px;
  background-color : #ffffff;
  border: 5px solid #CDE000;
  overflow-y: scroll;
  
}

#div_alerte_message {
  position:relative;
  text-align:justify;
  display:block;
  width:100%;
  height:100%;
}
#div_alerte_fermer {
  position:absolute;
  top:50%;
  left:50%;
  margin: 0px;
  margin-top:-200px;
  margin-left:410px;
  width:20px;
  height:20px;
  text-align:center;
}
