/* -----------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-credit.jpg) 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: 740px;
text-align: justify;
margin : 0 20px;
}

/* Menus bas */
.menubas {
float: center;
width: 780px;
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: #183F7A;
}

h1 {
font-size: 22px;
font-weight: 100;
padding: 20px 0px 20px 10px;
color: #808075;
}

h1 a {
text-decoration: none;
color: #808075;
}

h1 a:hover {
color: #183F7A;
}

h2 { 
font-size: 18px;
padding: 7px 10px 10px 20px;
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;
}

h3 {
font-size: 12px;
font-weight: 100;
padding: 5px 0px 5px 0;
text-align: center;
color: #183F7A;
word-spacing: 2px;
line-height: 20px;
}

h3 a {
color: #808075;
text-decoration: none;
}

h3 a:hover {
color: #183F7A;
text-decoration: none;
}
