/* -----------CSS Document ---------------*/

/* Général */

* {
    margin: 0;
    padding: 0;
}

/* Body */

body { 
font-family: verdana, arial, helvetica, sans-serif;  
font-size: 12px; 
background-color:#EBEBEB;
}

/* Content */

#content {
padding: 0 0px 0px 0px;
margin: 0 auto;
width: 810px;
background: #fff url(images/barre.jpg) repeat-y;
}

/* Header */

#header {
width: 810px;
height: 190px;
background: url(images/banniere-alias-cap-vert.png) no-repeat; 
margin-left: 10px; 
}

#header ul li {
font-size: 18px;
padding: 7px 20px 20px 20px;
background : transparent;
color : #808075;
line-height : 1.8em;
margin : 0 10px 0 0;
padding : 0;
list-style-type : none;
letter-spacing: -1px;
}

#header ul li a {
color : #808075;
text-decoration: none;
font-weight: 100;
letter-spacing: -1px;
color : #808075;
}

#header ul li a:hover {
color : #fff;
}

/* Photos */

#photos {
width: 810px;
}

/* Main left */

.mainleft {
float: left;
width: 750px;
text-align: justify;
margin : 0px 10px 5px 25px;
}

.mainleft ul{
margin-left:30px;
margin-top:20px;
margin-bottom:10px;
}

.read_more{
width:760px;
height:53px;
float:center;
background:url(images/decouvrir-mutuelle.gif) no-repeat center;
text-align:center;
}

/* Menus bas */
.menubas {
float: center;
width: 760px;
text-align: justify;
margin : 0 0px;
}

/* Pied footer */

#footer {
width: 810px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
background: url(images/barre-footer.jpg); 
}

#footer a { 
color: #808075; 
}

/* Polices */

p {
font-size: 12px;
padding: 20px 10px 2px 10px;
}

a {
text-decoration: none;
color: #808075;
}

a:hover {
text-decoration: none;
color: #7EC12C;
}

h1 {
font-size: 24px;
font-weight:100;
padding: 20px 0px 10px 10px;
color: #808075;
}

h1 a {
text-decoration: none;
color: #808075;
}

h1 a:hover {
color: #7EC12C;
}

h2 { 
font-size: 18px;
padding: 7px 0px 10px 10px;
background : transparent;
color : #808075;
letter-spacing: -1px;
}

h2 a { 
text-decoration: none;
font-weight: 100;
color : #808075;
letter-spacing: -1px;
}

h2 a:hover { 
text-decoration: none;
font-weight: 100;
color : #fff;
}

h2.green{
color:#7EC12C;
}

h3 { 
font-size: 17px;
padding: 20px 0px 0px 10px;
background : transparent;
color : #808075;
letter-spacing: -1px;
}

h3 a { 
text-decoration: none;
font-size: 17px;
color : #808075;
letter-spacing: -1px;
}

h3 a:hover { 
text-decoration: none;
font-size: 17px;
color : #7EC12C;
letter-spacing: -1px;
}


h4 {
font-size: 12px;
font-weight: 100;
padding: 5px 0px 5px 0;
text-align: center;
color: #7EC12C;
word-spacing: 2px;
line-height: 20px;
}

h4 a {
color: #808075;
text-decoration: none;
}

h4 a:hover {
color: #7EC12C;
text-decoration: none;
}

h5 {
font-size: 12px;
padding: 20px 10px 2px 10px;
color:#7EC12C;
}

h5 a {
color:#fff;
text-decoration: none;
}

