body {
background: url(../images/ciel.png) top left no-repeat;
margin: 0					;
padding: 0					;
}

#menu {
position: absolute				;
width: 100px					;
top: 79px					;
left: 4px					;
}

#conteneur {
position: absolute				;
width: 780px					;
top: 72px					;
left: 102px					;
margin-left: 5px				;
margin-top: 7px					;
}

a.bouton  {
width: 100px					;
height: 20px					;
display: block					;
text-align: center				;
text-decoration: none				;
color: #113a75					;
background: #517ab5				;
left: 0px					;
font: 14px Verdana, sans-serif			;
}

a.bouton:hover {
color: #113a75                                  ;
background: #618ac5                             ;
font: 14px Verdana, sans-serif			;
left: 2px					;
}

a.bouton:active {
color: #113a75                                  ;
background: #618ac5                             ;
font: 14px Verdana, sans-serif			;
left: 2px					;
}

a.hlien  {
color: #517ab5					;
text-decoration: none				;
}

a.hlien:hover {
color: #517ab5					;
text-decoration: underline			;
}

a.hlien:active {
color: #517ab5					;
text-decoration: underline			;
}

div.paragraphe {
width: 100%					; 
border: 1px solid #517ab5			; 
background: #dddfe5				;
}

div.titre_paragraphe {
width: 100%					; 
height: 20px					; 
background: #517ab5				; 
font: 14px Verdana, sans-serif			; 
color: #113a75					; 
align: left					;
}

