div#contenu {
background-color:#fff;
width:370px;
padding:10px 0 10px 15px;
float:left;
}


/*contenu des paragraphes*/
div#contenu p {
text-align: justify;
font-size: 130%;
margin-bottom:10px;
}

/*apparence des liens dans le texte*/
div#contenu a {
text-decoration:none;
font-weight:bold;
color: #000000;
}

/*titres*/
div#contenu h3 {
line-height:20px;
font-size:14px;
color:#09A;
margin-bottom:10px;
}


div#texte {
width:200px;
float:left;
padding:10px 15px 0 0;
text-align: justify;
font-size: 130%;
}

.logo {
margin: 5px 2px 10px 100px;
}

div#contenu2 {
padding:10px 10px 10px 0;
width:360px;
float:right;
margin-left:15px;
text-align:center;
}

/*titres*/
div#contenu2 h3 {
line-height:20px;
font-size:14px;
color:#09A;
margin-bottom:10px;
}

.images {
margin: 0 10px 0 20px;
}

/*contenu des paragraphes*/
div#contenu2 p {
text-align: justify;
font-size: 130%;
margin-bottom:10px;
}

div#contenu2 a {
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000000;
}

