body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
/*color: #000000;*/ 
/*background: #82a2d3;*/
background-color: #cecccc;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: center;
}

.big{
font-size: xx-large;

}

.surwrap{
position: relative;
margin: 0 auto;
padding: 0 0 0 0;
width: 820px;
background : url(../images/derriere2.jpg) repeat-y;
}

.wrap {
position: relative;
width: 780px;
margin: 0 auto;
padding: 0 0 0 0;
text-align: center;
background: #ffffff url(../images/haut.jpg) no-repeat;
border-left: 1px solid #365488;
border-right: 1px solid #365488;
border-top: 1px solid #365488;
}

.header {
position: relative;
clear: none;
width: 770px;
height: 25px;
margin: 100px 0 0 0;
padding: 0 0 0 0;
background: transparent;
color: #ffffff;
text-align: right;
}

.topnav {
position: relative;
clear: both;
width: 780px;
height: 21px;
margin: 0 0 0 0;
padding: 0 0 0 0;
background: #ffffff;
font-size: 8pt;
}

#sous-menu{
float: left;
font-size: 8pt;
margin-left: 5px;
}

.container {
position: relative;
clear: both;
width: 760px;
margin: 20px 10px 0 10px;
padding: 0 0 0 0;
background: #ffffff;
color: #000000;
text-align: left;
}

.news_right {
position: relative;
float: right;
clear: both;
width: 200px;
margin: 0 0 5px 10px;
padding: 15px 10px 15px 10px;
background: #82a2d3;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
border-top: 2px solid #cccccc;
border-right: 2px solid #878787;
border-left: 2px solid #cccccc;
border-bottom: 2px solid #878787;
}

.news p {
margin: 10px 10px;
}

.cadre {
position: relative;
float: left;
clear: both;
width: 91%;
margin: 0 0 5px 10px;
padding: 15px 10px 15px 10px;
background: #ffffff;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
border: 2px solid #cccccc;
}

.footer {
position: relative;
clear: both;
width: 780px;
margin: 20px 0 0 0;
padding: 4px 0 4px 0;
background: #365488;
font-size: 8pt;
text-align: center;
}

/******* top navigation *******/
#nav ul{
padding: 0 0 0 0;
margin: 0 0 0 0;
white-space: nowrap;
font-size: 9pt;
/*color: #ffffff;*/
float: left;
width: 100%;
background: url(../images/boutons.gif);
list-style: none;
}

#nav ul li{
display: inline;
list-style: none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .25em 2em .3em 2em;
color: #365488;
text-decoration: none;
float: left;
border-right: 1px solid #cccccc;
}

#nav ul li a:hover{
color: #82a2d3;
text-decoration: none;
border-right: 1px solid #cccccc;
background: url(../images/boutonsEnfonces.gif);
}

#nav ul li a#current	{
color : #000000;
background: url(../images/boutonsActifs.gif);
}

#nav li ul{
visibility:hidden;
}

#nav li li ul{
    position:absolute;
    margin-left:124px;
    margin-top:-23px;
    }


/******* rss *******/

#rss a {
color: #000000;
text-decoration: none;
float: left;
}

#rss a:active {
color : #82a2d3;
text-decoration: none;
float: left;
}

#rss a:hover {
color : #D3812D;
text-decoration: none;
float: left;
}

/******* links *******/

a {
color:#D3812D;
text-decoration:none;
}

a:hover {
color: #82a2d3;
text-decoration: none;
}

#news a {
color: #ffffff;
text-decoration: none;
}

#news a:hover {
color: #ececec;
text-decoration: none;
}

#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #82a2d3;
text-decoration: none;
}

#similibouton a {
background : #82a2d3;
color : #fff;
text-decoration: none;
padding: 1px;
border-top: 2px solid #cccccc;
border-right: 2px solid #878787;
border-left: 2px solid #cccccc;
border-bottom: 2px solid #878787;
}

#similibouton a:hover{
background : #5476a9;
color : #cbcbcb;
border-top: 2px solid #878787;
border-right: 2px solid #cccccc;
border-left: 2px solid #878787;
border-bottom: 2px solid #cccccc;
}

/******* fonts and colors *******/

.header strong {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 13pt;
letter-spacing: .7em;
}

.news_title {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12pt;
font-weight: bold;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #365488;
font-size: 14pt;
font-weight: bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

h2{
font-family: Arial, Helvetica, sans-serif;
color: #365488;
font-size: 12pt;
font-weight: bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

/******* images *******/

img {
border: none;
}

.right img{
position: relative;
float: right;
padding: 0 0 0 0;
margin: 5px 2px 2px 5px;
}

.left img{
position: relative;
float: left;
padding: 0 0 0 0;
margin: 0 5px 0 2px;
}



/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

