/****************************** style lien principal */
.a1 {
color : #d41414; 
text-decoration : none;
font-size : 9pt; 
font-family : arial;
font-weight : bold;
} 
.a1:hover {
color : #4e75ab; 
text-decoration : none; 
} 
.a1 {
color :#d41414; 
text-decoration : none; 
}
/******************************/
.baspage {
color : #d41414; 
text-decoration : none;
font-size : 9pt; 
font-family : arial;
font-weight : bold;
} 
.baspage:hover {
color : #4e75ab; 
text-decoration : none;
font-size : 9pt; 
font-family : arial;
font-weight : bold;
} 
.baspage {
color : #d41414; 
text-decoration : none;
font-size : 9pt; 
font-family : arial;
font-weight : bold;
}
/****************************** menu */
.menu {
text-decoration : none;
color : #fcefa1; 
text-decoration : none;
font-size : 9pt; 
font-family : arial,serif;
font-weight : bold;
} 
.menu:hover {
color : #9cade3; 
text-decoration : none;
font-size : 9pt; 
font-family : arial,serif;
font-weight : bold;
} 
.menu {
color :#fcefa1; 
text-decoration : none;
font-size : 9pt; 
font-family : arial,serif;
font-weight : bold;
}
.photo{
    border-style:solid;
    border-width:1px;
    border-color: gray;
}
/****************************** fin menu */
body {
     margin: 0px; 
     text-align: center;
     background-color : #315168 ;
     font-family : arial,serif;
     font-weight : bold;
    }
    
#conteneurmenu {
width:400px;
position:absolute;
top:0px;
left:0px;
}

#global {
	
	width: 800px;
    position: relative;
    top:-25px;
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color : white ;
    border-style:solid;
    border-width:1px;
    border-color:#431204;
    
    }

