html, body {
padding:0; 
margin: 0;
font-family:Verdana;
color: #ffffff;
font-size: 10pt;
}

body  { 
position:relative;
top:-3px;
text-align:center;   /* needed for IE5.x */
background-color:#182543;

} 

#website {
margin: 0px auto;
text-align:left; /* needed for IE5.x */ 
width: 900px;
padding: 0 3px 0 3px ;
background-color:#1E2943;
border-top: 15px solid #182543;

}

#header {
margin-bottom: 5px;
height: 170px;
background: #182543;
}

#colcentre {
float:left;
background : #2F3A53;
margin : 5px 0px 10px 5px;
padding : 5px 5px 5px 5px;
width: 715px;
}

#colgauche {
float:left;
background : #2F3A53;
margin : 5px 0 0 0;
padding : 5px;
width: 160px;
color : #CF9B11;
}

#menu {
float: left;
padding: 0 5px 0 5px;
width: 890px;
height : 15px;
background : #2F3A53;
font-size: 12px;
color: #CF9B11;
text-align: center;
}

#pied {
display: inline-block;
text-align: right;
color : #fff;
font-size: 8pt;
    content: "."; 
    display: block; 
    height: -5px; 
    clear: both; 
}

a {
text-decoration:none;
color : #ffffff;
font-size: 12px;
}

a:hover {
text-decoration:none;
color : #000;
}

#colcentre a {
font-size: 13px;
text-decoration: none;
color: #fff000;
}

#colcentre a:hover {
text-decoration: none;
color: #aaaaaa;
}

#menu a {
padding: 3px;
font-size: 13px;
margin: 3px;
text-decoration: none;
color: #fff;
}

#menu a:hover {
text-decoration: none;
color: #aaaaaa;
}



img {border:none;}


img.affiche {
float: right;
width: 150px;
 }

TABLE {
font-size: 11px;
background: #4D4D4D;
}

td {
text-decoration:none;
vertical-align: top;
border-style: dashed; 
border-color: #333333; 
border-width: 1px;
background: #4D4D4D; 
}

H1 {
font-size: 22px;
text-align: left;
color : #92D0D7;
}








/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

