/*
// +--------------------------------------------------------------------+
// | Les classique
// +--------------------------------------------------------------------+
*/
*{
font-family : "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size : 15px;
margin : 0;
padding : 0;
border : 0;
}
img{
border:none
}
pre{
font-family : monospace;
margin-top : 40px;
margin-left : 100px;
height: 350px;
}
/*
// +--------------------------------------------------------------------+
// | Conteneurs
// +--------------------------------------------------------------------+
*/
div#head{
height: 240px;
text-align : center;
background-position : center;
background-image : url("../img/ciel.jpg");
}
div#body{
width : 1000px;
background-image : url("../img/ombre.gif");
margin : auto;
position: relative;
bottom : 40px;
}
div#page{
width : 90%;
margin : auto;
margin-top : 20px;
padding-bottom : 20px;
}
div#foot{
font-size : 12px;
color: gray;
width : 986px;
margin-left : 7px;
margin-right : 7px;
margin : auto;
padding-top : 15px;
position : relative;
bottom : 40px;
text-align : center;
border-top : 1px dotted gray;
}
div#viamichelin{
width : 50%;
float : right;
text-align : center;
}
/*
// +--------------------------------------------------------------------+
// | Listes
// +--------------------------------------------------------------------+
*/
ul#menu{
height : 30px;
text-align : center;
padding-top : 5px;
background-image : url("../img/menu.gif");
}
li.menu{
display : inline;
list-style-type : none;
}
/*
// +--------------------------------------------------------------------+
// | Textes
// +--------------------------------------------------------------------+
*/
p{
width : 95%;
margin : auto;
margin-top : 10px;
margin-bottom : 10px;
}
p.center{
text-align : center;
}
/*
// +--------------------------------------------------------------------+
// | Liens
// +--------------------------------------------------------------------+
*/
a.menu{
color : white;
text-decoration : none;
}
a.menu:hover{ color : black; }

a.contact{
color : black;
text-decoration : none;
}
a.contact:hover{ text-decoration : underline; }

a.liens{
color : white;
text-decoration : none;
font-size : 13px;
font-weight : bold;
}
a.liens:hover{ color : orange; }

a.foot{
color: gray;
text-decoration : none;
font-size : 12px;
}
a.foot:hover{ text-decoration : underline; }
/*
// +--------------------------------------------------------------------+
// | Tableau
// +--------------------------------------------------------------------+
*/
table{
margin : auto;
margin-top : 20px;
margin-bottom : 10px;
border-collapse : collapse;
background-color : orange;
}
table td{
padding : 5px;
font-size : 13px;
border : 1px solid black;
}
table td.col1{
color : white;
font-weight : bold;
background-color : #333333;
}
table td.col2:hover{
color : white;
background-color : #333333;
}
table#liens{
width : 95%;
}

