

/* css 2002/10/14 */

body {  
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 12px; 
     font-style: normal; 
     color: #000000; 
     background-color: #FFFFFF; 
     left: 0px; 
     top: 0px; 
}

A:link { 
     color: gray;
     text-decoration: none
}

A:active {  
     color: gray;
     text-decoration: none
}

A:visited {  
     color: gray;
     text-decoration: none
}

A:hover {  
     color: gray;
     text-decoration: underline
}

/*  en-tete */
div.upbar { 
     background-color: #eeeeee; 
     border: 1px #999999 solid; 
     padding-left: 5px; 
     padding-right: 5px; 
     padding-top: 5px; 
     padding-bottom: 5px
}

/* menu     */
div.left { 
     float: left;  
     width: 16%; 
     background-color: #eeeeee; 
     border: 1px #999999; 
     border-style: solid; 
     margin-top: 10px; 
     padding-left: 5px; 
     padding-right: 5px; 
     padding-top: 5px; 
     padding-bottom: 5px
}

/* bloc principal */
div.master { 
     float: right; 
     width: 80%; 
     background-color: #eeeeee; 
     border: 1px #999999 solid; 
     margin-top: 10px; 
     padding-left: 10px; 
     padding-right: 10px; 
     padding-top: 10px; 
     padding-bottom: 10px
}


/* texte news */
div.news { 
     background-color: #eeeeee; 
     padding-left: 1px; 
     padding-top: 1px; 
     padding-bottom: 15px
}

/* texte date */
div.date {  
     background-color: #eeeeee; 
     border: #999999 solid; 
     border-width: 0px 0px 1px
}

/* box contenant l'image et le texte - screenshot */
div.box {  
     background-color: #dddddd; 
     padding-top: 10px; 
     padding-right: 10px; 
     padding-bottom: 10px; 
     padding-left: 10px; 
     height:114px
}

/* image - screenshot */
div.image {    
     padding-top: 1px; 
     padding-right: 15px; 
     padding-bottom: 1px; 
     padding-left: 5px;  
     float: left; 
}

/* bloc info image - screenshot */
div.infoimage { 
     float: right; 
}

/* texte info image - screenshot */
div.textinfoimage { 
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 10px; 
     font-style:normal; 
     color: #000000; 
}


















