/* Feuille de style - DEVOIR EXPRESS - V. 2 */


body
{
   width: 800px;
   font-family: verdana;
   color: navy;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   background-color: silver;  
}

#page
{
   width: 800px;
   height: 680px;
   border: 1px solid navy;
   margin-left: auto;
   margin-right: auto;
   padding: 5px;
   background-color: white;
}

#header
{
   width: 780px;
   height: 120px;
   margin-left: 5px; 
   margin-bottom: 5px;
}

#header2
{
   width: 780px;
   height: 40px;
   margin-left: 5px; 
   margin-bottom: 5px;
}


#menu
{
   float: left;
   width: 160px;
   height: 485px;
   border: 1px solid navy;
   margin-left: 5px;
   margin-right: 5px;
   padding: 3px;
   font-size: 14px;
}

#actu
{    
   float: right;   
   width: 105px;
   height: 485px;
   border: 1px solid navy;
   margin-right: 5px;
   margin-bottom: 10px;
   padding: 3px;
   text-align: center;
   font-size: 13px;
}

#centre
{
   width: 480px;
   height: 485px;
   margin-left: 175px;
   margin-right: 50px;
   border: 1px solid navy;
   margin-bottom: 10px;
   padding: 5px;
   text-align: center;
}

#footer
{
   width: 800px;
   height: 20px;
   border: 1px solid navy;
   background-color: navy;
   padding: 1px;
}

a
{
   color:navy;
}

#menu a
{
   text-decoration: none;
}

#menu a:hover
{
   color:#FF6600;
}

.bouton a
{
   font-size: 16px;
   color: white;
   text-decoration: none;
   background-color: #FF6600;
}

.bouton a:hover
{
   color: navy; 
   background-color: #FF6600;
}

select
{
   font-family: verdana;
   color : navy;
   font-size: 14px;
}

h1
{
   	font-size: 18px;
	font-weight: bold;
	color: rgb(255, 102, 0);
}

h2
{
   	font-size: 18px;
	font-weight: bold;
	color: navy;
}

#pub468
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
}

#pubskyd
{
	position: absolute;
	margin-left: 860px;
	margin-top: 40px;
	width: 160px;
}

#pubskyg
{
	position: absolute;
	margin-left: -200px;
	margin-top: 40px;
	width: 140px;
}
