/* CSS Document */

body {
background-color: #e4e4e4;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin: 0 0 0 0;
}

/* MISE EN PAGE */ 

td {
	font-size: 13px;
	}

table.miseenpage {
text-align: left;
background-color: #FFFFFF;
width: 800px;
border-color: #FFFFFF;
border-width: 3px;
border-style: solid;
}

td.lignes {
background-image: url("lignes-tricolores.png");
background-position: 0 0;
background-repeat: repeat-x;
height: 18px;
}

td.menu {
width: 150px;
}

td.page, td.menu {
text-align: left;
vertical-align: top;
padding: 5px;
}

/* MENU */

div.titremenuvert, div.titremenuorange, div.titremenurouge {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
padding: 3px 0 3px 5px;
margin-bottom: 3px; 
}

div.titremenuvert { background-color: #5bdf03; }
div.titremenuorange { background-color: #ff8a00; }
div.titremenurouge { background-color: #df0023; }


a.lienmenuvert, a.lienmenuvert:hover, a.lienmenuorange, a.lienmenuorange:hover, a.lienmenurouge, a.lienmenurouge:hover {
color: #000000;
display: block;
padding: 3px 0 3px 5px;
text-decoration: none;
margin-bottom: 2px;
}

a.lienmenuvert { background-color: #daffc2; }
a.lienmenuvert:hover { background-color: #5bdf03; }
a.lienmenuorange { background-color: #ffdfb9; }
a.lienmenuorange:hover { background-color: #ff8a00; }
a.lienmenurouge { background-color: #ffcacb; }
a.lienmenurouge:hover { background-color: #df0023; }


/* PAGE */

a {
color: #ff8a00;
text-decoration: underline;
}

a {
color: #df0023;
}

h1, h2, h3 {
margin: 0 0 5px 0;
display: block;
padding: 2px 2px 3px 5px;
font-size: 18px;
}

h1 { background-color: #daffc2; border-bottom: solid 2px #5bdf03; }
h2 { background-color: #ffdfb9; border-bottom: solid 2px #ff8a00; }
h3 { background-color: #ffcacb; border-bottom: solid 2px #df0023; }

hr {
border-style: solid;
border-color: #5bdf03;
border-width: 1px;
width: 100%;
margin: 2px 0 5px 0;
}

p.article {
margin: 5px 0 5px 0;
}

p.tab {
text-indent: 30px;
}

p.informationsarticle {
text-align: right;
color: #999999;
margin: 2px 0 2px 0;
}





