*{
margin: 0;
padding: 0;
}
.clear{
  clear:both;
}
.overflow{
  overflow:auto;
}
cite{
  display:block;
  background:#FAFAFA;
  border:3px double #EFEFEF;
  color:#333333;
  padding:12px !important;
}
a img{
  border:none;
}
h1, h2, h3, h4, h5, h6 {
  margin:0 0 12px;
  padding:0;
}
#content h3{
  margin-top:15px;
  border-bottom:1Px solid #eee;
  font-size:12px;
}
#content h4{
  font-size:12px;
}
#content h2{
  font-size: 15px;
}
body{
  background-color:#293a96;
  color:#3F3F3F;
  font:11px Arial,Helvetica,Verdana,Tahoma,sans-serif;
}
#page{
  position:relative;
  margin:38px auto 0;
  padding:5px;
  width:965px;
  background:url("images/header-top.jpg") no-repeat scroll 5px 5px #FFFFFF
}
#entete{
  height:172px;
  position:relative;
}
#entete-index{
  height:100px;
  position:relative;
}
#flag{
  position:absolute;
  right:0px;
  top:-25px;
  list-style-type: none;
  
}
#flag li{
  float:left;
  margin-left:5px;
}
#main-menu{
  position:absolute;
  right:15px;
  top:5px;
  list-style-type: none;
}
#main-menu li{
  float:left;
  margin-left:15px;
  padding-left:24px;
}
#main-menu li a{
  color:#fff;
  text-decoration:none;
}
#main-menu li a:hover{
  text-decoration:underline;
}

#navigation{
  width:189px;
  float:left;
  text-align:right;
  margin: 0 30px 0 0;
}
#navigation ul{
  list-style-type: none;
  margin:10px 15px 0 0;
}
#navigation ul.index{
  margin-top:140px;
}
#navigation ul li{
  line-height:12px;
  padding:4px 0;
  cursor: pointer;
}

#navigation ul li span{
  text-transform:  uppercase;
  font-weight:bold;
  color:#293a96;
  border-bottom:1Px solid #eee;
  display:block;
  line-height:24px;
  
}
#navigation ul ul {
  border-bottom:1Px solid #eee;
  margin:0 0 0 0;
  
}
#navigation ul li.on ul{
  display:block;
}

#navigation ul ul li a{
  color:#373737;
  text-decoration:none;
  display:block;
  padding-right:10px;
}
#navigation ul ul li a:hover,#navigation ul ul li.on a{
  background: url(images/fleche.gif) right center no-repeat;
}

#footer{
  height:120px;
  background:url(images/footer.jpg)  5px 0 no-repeat #fff;
  margin: 0 auto 10px auto;
  padding:0 5px 5px 5px ;
  width:965px;
  text-align:center;
}
#baseline{
  text-align:center;
}
#baseline a{
  color:#fff;
  text-decoration:none;
}
#baseline a:hover{
  text-decoration:underline;
}
#breadcrumb{
  position:absolute;
  bottom:10px;
  left:220px;
}
#content{
  float:left;
  width:700px;
}
#content h1{
  border-bottom:1px solid #EDEDED;
  color:#004C4C;
  font-size:15px;
  padding:10px 0 3px;
  text-transform: uppercase;
}
#content p{
  font-size:12px;
  margin-bottom : 15px;
  line-height:15px;
}
#content a{
  color:#004FC3;
  text-decoration:none;
}
#content a:hover{
  text-decoration:underline;
}
#content.index{
  width:400px;
  margin-right:30px;
  margin-top:25px;
}
#content p.logo{
  text-align:center;
  margin-bottom : 40px;
  margin-top:30px;
}
#content ul{
  margin-left:25px;
  margin-bottom:15px;
}
#news{
  float:left;
  background: url(images/top-news.png) 0 0 no-repeat;  
  width:302px;
}
#news h2{
  height:35px;
  margin: 0 0 0 0;
  text-align:center;
  padding:15px 0 0 0;
  color:#293A96;
}
#news h3{
  margin-bottom: 5px;
}
#news h3 a{
  color:#293A96;
  text-decoration: none;
  font-size:12px;
}
#news h3 a:hover{
  text-decoration: underline;
}
#news-content{
  min-height:250px;
  background: url(images/fond-news.png) 0 0 repeat-y;
  font-size:13px;
  color:#293A96;
  padding:0 15px 15px 23px;
}
#news-content p{
  line-height:15px;
  margin-bottom:15px;
  font-size:12px;
}
#footer-news{
  background: url(images/bottom-news.png) 0 0 no-repeat;
  height:25px;
}

.accueil{
  background:url(images/home.gif) 0 0 no-repeat;
}
.news{
  background:url(images/news.gif) 0 0 no-repeat;
}
.contact{
  background:url(images/contact.gif) 0 2px no-repeat;
}
.page-item-9{
  background:url(images/plan.gif) 0 0 no-repeat;
}

#searchform{
  margin: 15px 0;
}

/* Begin Images */

/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

