body{
font-family: Helvetica, Arial, Verdana, Comic Sans MS, sans-serif;
font-size: 12px;
text-align: justify;
background: #c6b5c8;
text-align: center;
margin: 0 auto;
width: 960px;
}
.blocGauche{
width: 260px;
height: 400px;
float: left;
padding-left: 15px
}
.oiseau{
background: url(/images/oiseau.png) no-repeat;
width: 122px;
height:166px;
margin-left: 80px;
}
.content
{
background: #FFF;
border: 1px solid #DDDDDD;
width: 643px;
padding: 20px;
float: right;
margin-top: 40px;
text-align: justify;
/*
border:2px solid blue;
*/
}
h1
{
font-size: 25px;
color: #6666DF;
font-weight: bold;
text-align: center;
}
.soustitre {
font-size: 14px;
font-style: italic;
padding: 5px;
border:1px solid grey;
margin-left: 45px;
background: #DDCCDD;
}
.introduction
{
text-indent: 20px;
margin: 5px;
/*
border:2px solid green;
*/
}
.intro
{
font-size: 12px;
text-decoration: underline;
font-weight: bold;
color: #000;
}
.listelien
{
text-indent: 20px;
color: #921a37;
margin: 10px 0px;
}
.listelien p{
color: #000;
text-indent: 0px;
margin: 0;
padding:0;
}
.listelien a{
font-weight: bold;
}
/*
ul{
background:#ffffff;
padding: 10px 0;
}
li
{
display: inline;
margin-left: 20px;
}
*/
ul.menu{
padding: 10px;
margin-top: 30px;
margin-right: 30px;
font-weight: bold;
text-align: left;
}
ul.menu li
{
font-size: 16px;
margin-left: 50px;
line-height: 40px;
list-style: none;	
}
/* pour que tous les menus apparaissent à part et dans une couleur qui leur est propre :*/
ul.menu li a {
text-decoration: none;
color: #000;
padding: 3px;
border: 1px dotted #333;
}
ul.menu li a:hover{
color: #EEE;
background: #CBCBBB;
}
/* Pour gérer les liens à part :*/
.content a
{
color: #5500DD;
text-decoration: none;
}
/* pour gérer les lien à l'intérieur du contenu et faire en sorte qu'il soient mise en valeur: */
.content a:hover
{
color: black;
text-decoration: underline;
}
label{
width: 130px;
float: left;
padding: 2px 0;
line-height: 22px;
}
input{
margin: 5px 0;
}
.red{
color: red;
font-weight: bold;
}
.little{
font-size: 10px;
}
hr{
width: 75%;
}
.lang{
text-align: right;
padding-top: 10px;
}
img{
border: 0;
}
img.drapeau{
width: 25px;
}