/* Feuille de style */

body {
background-image:url('images/bg.jpg');
}

img {
border : none;
}

#site {
width : 750px;
height : 550px;
border : 1px solid red;
vertical-align : top;
}

#logo_cell {
border : none;
width : 200px;
height : 150px;
vertical-align : top;
text-align : center;
}

#titre_cell {
text-align : center;
vertical-align : top;
font-family : Verdana;
font-size : 24pt;
vertical-align : top;
}

#menu_cell {
font-family : Verdana;
vertical-align : top;
white-space : nowrap;
padding-top : 15px;
width : 200px;
}

#footer_cell {
text-align : center;
font-family : Verdana;
font-size : 10pt;
vertical-align : bottom;
}

#contenu {
font-family : Verdana;
vertical-align : top;
font-size : 10pt;
padding : 10px;
vertical-align : top;
}

a.lien_menu, a:hover.lien_menu {
font-family : Verdana;
font-size : 9pt;
color : blue;
}

span.titre_page {
font-family : Verdana;
font-size : 13pt;
font-weight : bold;
text-decoration : underline;
}

.centre {text-align : center;}

ul.list_menu {
list-style-image:url('images/voiture.gif');
vertical-align : top;
}

.error 		{ background-color :red; color:white;}
.noerror 	{ background-color :#90EE90;}
.info	 	{ background-color :#ADD8E6;}

.gras { font-weight : bold; }