/* CSS issu des tutoriels css.alsacreations.com */
/* Adapté par Zorilla.fr */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }
 
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul {
/*list-style : none;*/
list-style-position: inside;
}
li { /*font-size: 0.75em;*/ }
 
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var { font-style : normal; font-weight : normal; }
 
/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }
 
/* Removes border from fieldset and img */
fieldset,img { border : 0; }
 
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
 
/* Removes quotation marks from q */
q:before, q:after { content :''; }
 
h1,h2,h3,h4 { font-weight: bold; color: #77001c; }
h1 {font-size: 1.2em;}
h2 {font-size: 1.0em;}
h3 {font-size: 0.8em;}
h4 {font-size: 0.7em;}
p {font-size: 11px; } /* 0.75em */

img {
vertical-align: middle;
}

html{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

sup {
color: #77001c;
}

a {
color: #77001c;
text-decoration: none;
}
a:hover {
color: #77001c;
text-decoration: underline;
}

p {
color: #000;
}

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
/*margin: 0;
padding: 0;*/
}

.clear {
 clear: both;
 visibility: hidden;
 line-height: 0;
 margin: 0;
 padding: 0;
 border: none;
 display:block;
}
.clearLeft {
clear: left;
}
.clearRight {
clear: right;
}

.center {
text-align: center;
}

.left {
text-align: left ;
}

.right {
text-align: right;
}

.floatLeft {
float: left;
}

.floatRight {
float: right;
}

#conteneur {
position: relative;
width: 800px;
margin: 0 auto;
background-color: #fff;
}

#header {
height: 169px;
background: #fff url(img/header.jpg) center center no-repeat;
}

#header #menuhead {
position: absolute;
top: 0;
right: 20px;
width: 150px;
height: 20px;
border: 1px solid #68676b;
background-color: #e9e9e9;
line-height: 20px;
text-align: center;
}
#header #menuhead span {
color: #68676b;
font-size: 0.7em;
margin: 0 0.5em 0 1em;
}
#header #menuhead a {
margin: 0 0 0 0.5em;
}

#haut {
height: 30px;
background-color:#fff;
}
a#headerHome {
display: block;
width: 800px;
height: 169px;
}

#menuhaut {
text-align: right;
list-style-type: none;
margin: 0 1em 0 0;
padding:0;
}
#menuhaut li {
display: inline;
}
#menuhaut a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: bold;
padding: 2px 10px;
background-color: #613c19;
}
#menuhaut a:hover {
text-decoration: underline;
}


#gauche {
float:left;
/*position: absolute;
top: 0;
left: 0;*/
width: 240px;
}

#gauche .menutop {
position: relative;
background: url(img/menugauche_top.png) top left no-repeat;
height: 37px;
}
#gauche .menutop h3 {
color: #77001c;
position: absolute;
line-height: 16px;
padding-left: 20px;
bottom: 5px;
left: 20px;
background: url(img/puce_r.png) top left no-repeat;
}

#menugauche {
list-style-type: none;
height: 263px;
margin:  0;
padding: 10px 30px 0 20px;
background: url(img/menugauche_bot.png) top left no-repeat;
}
#menugauche li {
margin-bottom: 5px;
color: #77001c;
font-size: 0.75em;
font-weight: bold;
line-height: 1.3em;
letter-spacing: -1px;
}
#menugauche a {
margin: 0 2px;
color: #77001c;
text-decoration: none;
}
#menugauche a:hover {
text-decoration: underline;
}

#centre {
position: relative;
background-color:#fff;
/*margin-left: 240px;*/
width: 540px;
float: right;
margin: 0 0 1.5em 0;
}

#centre h1 {
color: #77001c;
margin: 1em;
line-height: 1.5em;
}

#centre h1.titre1 {
padding-left: 20px;
background: url(img/puce_r.png) 0px 5px no-repeat;
}

#centre h2 {
color: #77001c;
margin: 0.75em;
}

#centre h3 {
color: #77001c;
margin: 1em 0.5em;
}

#centre h3 a {
font-size: 1em;
}

#centre a {
font-size: 11px;
}

#centre .readMore { /* Lien En savoir plus... */
display: block;
color: #77001c;
text-align: right;
margin-top: 0.5em;
}

#centre .actu {
margin: 1.5em 0;
}
#centre .img  img { /* Image float */
float: left;
margin: 0.5em;
}
#centre .actu h3 a {
color: #68676b;
text-decoration: none;
}
#centre #paginate { /* Pagination */
margin: 1em 0;
text-align: center;
color: #68676b;
}
#centre #paginate a {
text-decoration: none;
color: #68676b;
}
#centre #paginate a:hover {
text-decoration: underline;
}

#pied {
clear: both;
height: 26px;
border: 1px solid #68676b;
background-color: #e9e9e9;
}
#pied p {
text-align: center;
color: #68676b;
line-height: 26px;
font-size: 0.7em;
}
#pied a {
color: #68676b;
}

#gauche .encartop {
position: relative;
background: url(img/encartgauche_top.png) top left no-repeat;
height: 34px;
}
#gauche .encartop h3 {
position: absolute;
bottom: 5px;
left: 20px;
color: #fff;
line-height: 18px;
padding-left: 22px;
background: url(img/puce_w.png) center left no-repeat;
}
#gauche .encart {
height: 102px;
background: url(img/encartgauche_bot.png) top left no-repeat;
margin-bottom: 1em;
}
#gauche .encart p {
color: #fff;
/*text-align: justify;*/
padding: 10px 40px 0 30px;
}
#gauche .encart a {
color: #fff;
}

/* PAGE D'ACCUEIL */

#actus {
position: relative;
/*font-size: 0.9em;*/
color: #68676b;
}
#actus div {
margin: 1em 0;
}
#actus h2 {
padding-left: 18px;
background: url(img/puce_r.png) center left no-repeat;
color: #77001c;
}
#actus h3,
#reportages h3 {
color: #68676b;
margin: 0 0 0.5em 0;
}
#actus h3 a,
#reportages h3 a,
#agendas h3 a {
color: #68676b;
text-decoration: none;
}
#actus .img img,
#reportages .img img {
float: left;
margin: 5px;
}
#actus .readMore,
#reportages .readMore,
#agendas .readMore { /* Lien En savoir plus... */
display: block;
color: #77001c;
text-align: right;
}

#reportages {
color: #68676b;
float: left;
width: 256px;
margin: 1em 5px;
}
#reportages .reportop {
background: url(img/cataccueil.png) center left no-repeat;
height: 80px;
}
#reportages .reportop h2,
#agendas .agendatop h2  {
color: #77001c;
margin-left: 5px;
background: url(img/puce_r.png) center left no-repeat;
padding: 15px 15px 15px 18px;
line-height: 18px;
}

#reportages .report,
#agendas .agenda {
margin-top: -30px;
padding: 0 15px 0 5px;
}

#agendas {
color: #68676b;
float: right;
width: 256px;
margin: 1em 5px;
}
#agendas .agendatop {
background: url(img/cataccueil.png) center left no-repeat;
height: 80px;
}
#agendas .agenda p {
margin: 0 0 1em 0;
}

#agendas h3 a {
text-transform: uppercase;
color: #77001c;
}


/* Formulaires */

#formAnnonce {
margin: 0 0 1em 0;
}
#formAnnonce fieldset {
border: 1px solid #68676b;
padding: 1em;
margin: 1em;
}
#formAnnonce legend {
padding: 0.5em;
border: 1px solid #68676b;
background-color: #fff;
color: #68676b;
font-weight: bold;
}

#formAnnonce p {
margin: 0 0 1.5em 0;
}
#formAnnonce label {
float: left;
width: 225px;
text-align: right;
margin: 0 1em;
font-weight: bold;
color: #77001c;
}
#formAnnonce input {
width: 225px;
font-size: 0.9em;
}
#formAnnonce input.radio {
width: 1em;
margin: 0 0.5em 0 0;
}
#formAnnonce textarea {
width: 225px;
height: 150px;
font-size: 0.9em;
}



#formAnnonce button {
background: url(img/button.png) center center no-repeat;
width: 78px;
height: 17px;
line-height: 17px;
color: #fff;
font-weight: bold;
cursor: pointer;
border: none;
}
#formAnnonce button:hover {
text-decoration: underline;
}

#errors {
margin: 1em 0 1em 1em;
}
#errors li {
color: darkred;
font-size: 0.8em;
}

#msg {
margin: 1em 0;
text-align: center;
color: darkred;
font-weight: bold;
font-size: 0.9em;
}

/* Petites annonces */
#centre .annonce {
margin: 1em 0;
background-color: #f0f8fd;
border: 1px solid #a6d0e7;
}
#centre .annonce h3 {
margin: 0 0 0.5em 0;
}
#centre .annonce h3 a {
color: #77001c;
}
#centre .annonce p {
padding: 0 0 0 3em;
}
#centre .annonce .readMore {
display: block;
color: #77001c;
text-align: right;
}


/* Lettres d'infos */
ul.lettre {
	width: 350px;
	margin: 1em auto;
	list-style-type: none;
}
ul.lettre .an {
	text-align: center;
	margin: 0.7em 0 0.2em 0;
	font-size: 0.9em;
	font-weight: bold;
}
ul.lettre a {
	/*font-size: 0.85em;*/
}

ul.lettre_index {
margin: 0.5 1.5em;
}
ul.lettre_index li {
font-size: 0.75em;
margin: 0.2em 0.5em;
}

.formEchos {
margin: 0 0 1em 0;
}
.formEchos fieldset {
border: 1px solid #68676b;
padding: 1em;
margin: 1em;
}
.formEchos legend {
padding: 0.5em;
border: 1px solid #68676b;
background-color: #fff;
color: #68676b;
font-weight: bold;
}

.formEchos p {
margin: 0 0 1.5em 0;
}
.formEchos label {
float: left;
width: 225px;
text-align: right;
margin: 0 1em;
font-weight: bold;
color: #77001c;
cursor: default;
}
.formEchos input,
.formEchos select {
width: 225px;
font-size: 0.9em;
}