body
{
margin:10px 0;
padding:0;
text-align:center;
background:lavender;
}


div#conteneur
{
width:770px;
margin:0 auto;
text-align:left;

border-right:1px solid green;
border-left:1px solid darkorange;
border-bottom:1px solid blue;
background:lavender;
}

h1#header
{
height:10;
margin-bottom:2px;
}





ul#menu
{
height:22px;
margin:0;
padding:0;
list-style-type:none;
}

ul#menu li
{
float:left;
/*li flottant pour pouvoir les afficher horizontalement ;-)*/
text-align:center;
}

ul#menu li a
{
width:170px;
line-height:25px;
font-size:1.2em;
font-weight:bold;
letter-spacing:2px;
color:#fff;
display:block;
text-decoration:none;
border-right:2px solid #dea;
}

ul#menu li a:hover;
{
/*Mettre une image survolée*/


}


div#contenu
{
/*Mettre une image de fond*/
font:0.8em "arial", helvetica, sans-serif;

}

div#contenu h2
{
padding-left:30px;
font-size:1.1em;
text-align:left;
color:black;
border-top:1px solid green;
border-bottom:1px solid red;


}


div#contenu h3
{

background:url(images/news1.jpg) no-repeat;
color:black;
font-size:14px;
margin-top:40px;
margin-bottom:0px;
margin-left:30px;
}

div#contenu p
{
text-align:justify;
line-height:1.7em;
}

div#contenu a
{
color:#8a0;
}

div#contenu a:hover
{
color:#9b2;
}

p#footer
{
margin:0;
padding-right:10px;
line-height:30px;
text-align:right;

}

p#news
{

color:white;
width:250px;
font-size:13px;
margin-left:140px;
margin-top:0px;
margin-bottom:90px;
background:deepskyblue;
border-left:3px solid white;
border-bottom:3px solid white;
border-right:3px solid white;
padding-right:60px;
font-weight:bold;


}


.imp
{

font-weight:bold;
font-size:13px;
background-color:deepskyblue;

}


.jaune
{

font-weight:bold;
font-size:13px;
background-color:yellow;
color:black;

}


.j
{
background-color:yellow;
text-indent: 1em;
}

.r
{
background-color:red;
text-indent: 1em;
}

.v
{
background-color:chartreuse;
text-indent: 1em;
}

.b
{
background-color:deepskyblue;
text-indent: 1em;
}



.test1
{
background-color:yellow;
color:black;
}