/* CSS Document */

.texte {
font-family : Arial; 
font-size : 12px; 
font-style : normal; 
color: #000000;
} 

.texte2{
font-family: Arial;
font-size: 13px;
font-weight: bold;
}
.titre {
font-family: Arial;
font-size:13px; 
font-weight : bold; 
color: #003399;
} 

body {
background-image: url(img/fond.gif);
background-repeat: repeat;


} 
#bandeau { 
width : 900px; 
height :150px; 
margin-left:2px;
background-image:url(img/nv_banniere.gif);
background-repeat:no-repeat;
background-position: center;
} 

#menu {
float : left; 
width : 150px; 
height : 3000px; 
background-repeat : no-repeat; 
background-image: url(img/menu.gif);
margin-top: 5px; 
margin-left:25px;
} 



#contenu {
padding-top : 0px; 
padding-left : 120px; 
padding-right : 120px; 
margin-left : 5px; 
height : auto; 

} 

a:link {
color: #000000;
text-decoration : none; 
font-family : Arial; 
font-size : 11pt; 
font-style : normal; 
font-weight : bold; 
text-decoration: underline;

} 

a:visited {
color : #000000;
text-decoration : none; 
font-family : Arial; 
font-size : 11pt; 
font-style : normal; 
font-weight : bold; 
text-decoration: underline;
} 

a:hover {
color: #0033FF; 
text-decoration : none; 
font-family : Arial; 
font-size : 11pt; 
font-style : normal; 
font-weight : bold; 
text-decoration: underline;
} 

a:active {
color :#000000;
text-decoration : none; 
font-family : Arial; 
font-size : 11pt; 
font-style : normal; 
font-weight : bold; 
text-decoration: underline;
}

a.rub:link{
font-family: Arial;
font-size:13px; 
font-weight : bold; 

text-decoration:none;
}

a.rub:visited{
font-family: Arial;
font-size:13px; 
font-weight : bold; 

text-decoration:none;
}

a.rub:hover{
font-family: Arial;
font-size:13px; 
font-weight : bold; 

text-decoration:underline;
}

a.rub:active{
font-family: Arial;
font-size:13px; 
font-weight : bold; 

text-decoration:none;
}
