/* CSS Document */
* {
margin : 0px ;
padding : 0px ;
font-size : 12px ;
color: #000 ;
}
a {
color: #000 ;
}
html {

}
body {
font-family : arial, helvetica, sans serif ;
background-color : #ffffe7 ;
font-size : 12px ;
}
body#home {

}

#wrapper {
width : 990px ;
clear : both ;
background : transparent url('bandeau2.jpg') left top no-repeat ;
}
body#home #wrapper {
background : transparent url('home4.jpg') left top no-repeat ;
height : 709px ;
}


#subwrapper {
width : 980px ;
margin-left : 10px ;
}
#top {
height : 190px ;
}
#content {
clear : both ;

}
#left {
width : 190px ;
float : left ;
color : #BF1B22 ;
margin-left : 10px ;
}
#right {
float : right ;
width : 770px ;
}
#footer {
clear : both ;
width : 940px ;
margin-top : 30px ;
font-size : 11px ;
}


.floatRight {
float : right ;
margin : 10px ;
}
.clear {
clear : both ;
}

/* ******* Menu de gauche ******** */
#left p{
margin-bottom : 10px ;
}
#left a {
text-decoration : none ;
font-weight : bold ;
color : #BF1B22 ;
}
#left a:hover, #left a.active  {
text-decoration : underline ;
color : #000 ;
}

/* ******* Contenu ******** */
h1 {
font-size : 28px ;
font-family : georgia, times, serif ;
color : #BF1B22 ;
font-style : italic ;
font-weight : normal ;
}
h2 {
font-size : 16px ;
font-family : georgia, times, serif ;
margin-top : 12px ;
color: #BF1B22 ;
}
h3 {
font-size : 13px ;
font-family : georgia, times, serif ;
margin-top : 10px ;
}

#right p {
margin : 6px 60px 0 0 ;
}

#right ul {
list-style-position : inside ;
}

#commentChercher {
width : 70% ;
font-style : italic ;
}


/* ******* mise en forme des tableaux ******** */
table {
border-collapse : collapse ;

}

table tr {

}

table tr td{
border-top : 1px solid #cecece ;
padding : 1px ;
vertical-align : top ;
font-size : 12px ;
}


/* ----------- actualités page d'accueil  ---------------- */
#actus {
margin-top : 10px ;
width : 220px ;
float : right ;
padding : 10px ;
background-color: #fff ;
border : 1px solid #000 ;
}
.titreActus {
font-family : georgia, times, serif ;
color : #BF1B22 ;
font-weight : bold ;
}
#right #actus p {
margin : 6px 0 0 0 ;
}


