/* in.css */

html
{
margin: 0px;
border: 0px;
padding: 0px;
background-color: #d4d4d4;
font-family: verdana, arial, sans-serif;
font-size: 90%;
text-align: center;
}

body
{
}

#page
{
background: url(../Images/MySign.jpg) no-repeat center;
background-color: white;
border: solid 1px black;
margin-left: 10%;
margin-right: 10%;
margin-top: 1%;
margin-bottom: 1%;
min-width: 600px;
min-height: 600px;
text-align: center;
}

#titre
{
font-style: italic;
font-size: xx-large;
font-weight: normal;
margin-top: 20px;
margin-bottom: 10px;
}

/* Liens */

a
{
color: blue;
text-decoration: none;
}

a:hover
{
color: green;
}

#contenu
{
/*width: 75%;*/
font-size: medium;
text-align: justify;
margin-left: 2%;
margin-right: 2%;
margin-top: 2%;
margin-bottom: 2%;
}

#ligne_bas
{
text-align: center;
border-top: solid 1px black;
clear: both;
}

/* ACCUEIL */

.section
{
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
font-weight: bold;
}

.contenu_section
{
margin-left: 30px;
margin-bottom: 20px;
}

/* MENU */

ul.menu
{
margin-left: 0; /* fucking IE */
margin-bottom: 30px;
float: left;
list-style-type: none;
display: block;
width: 95%;
padding-left: 5%;
clear: both;
background-color: #eaeaea;
border-top: 1px black solid;
border-bottom: 1px black solid;
}

ul.menu li
{
display: inline;
}

a.menu_entree
{
margin: 0;
display: block;
float: left;
width: 14%;
text-decoration: none;
background-color: #eaeaea;
color: black;
}

a.menu_entree:hover
{
background-color: #91baf3;
}

/* FAQ */

.question
{
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
font-weight: bold;
}

.reponse
{
margin-left: 30px;
}

/* LIENS */

.nom_lien
{
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
font-weight: bold;
}

.contenu_lien
{
margin-left: 30px;
margin-bottom: 10px;
}

.url_lien
{
margin-left: 30px;
}

