/* Feuille de style Dégallier */

/* Propriétés générales (balises standards HTML) */
body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	width: 800px;
}

a:link, a:visited, a:hover{
	color: #006699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
h1{
	font-size: 20px;
	color: #334d55;
}

h2{
	font-size:18px;
	color: #B11313;
	padding: 2px 0px 0px 20px ;
}

h3{
	font-size: 14px;
	color: #B11313;
	text-align: center;
}

dl, dt, dd, ul, li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

img{
	border: 0px solid;
}


/* Permet de centrer horizontalement le site */
.page{
     margin-left: auto;
     margin-right: auto;
     width: 800px;
     text-align: left;
}


/* Entête (fixe à tout le site) */
div.entete{
	height: 100px;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/entete.jpg);
}


/* Pied de page (fixe à tout le site) */
div.piedpage{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #BBBBBB;
	padding: 5px 5px 5px 5px;
	width: 788px;
	text-align: right;
	padding: 1px 1px 1px 1px;
}

table.piedpage{
	border: 0px solid;
	width: 100%;
}


/* Contenu général de toutes les pages */
div.contenu{
	font-size: 12px;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	width: 620px;
	height: 440px;
	border: 0px solid;
	overflow: auto;
}


/* Menu général de gauche (fixe à tout le site) */
div.fontmenu{
	background-image: url(images/fondmenu.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 150px;
	height: 440px;
	float: left;
	margin: 5px 0px 0px 0px;
}

#menu{
	border: 0px solid;
	margin: 30px 0px 0px 0px;
	width: 150px;
}

#menu dt{
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	border: 1px solid gray;
	background: #E5E3FF;
	color: #B11313;
}

#menu dd{
	border: 1px solid gray;
}

#menu li{
	text-align: left;
	background: #CCCCFF;
	font-size: 12px;
	color: #B11313;
	padding-left: 3px;
}

#menu li a, #menu dt a{
	color: #B11313;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover{
	background: #FAFAFA;
}


/* Mise en forme de la page accueil */
div.accueil{
	background-image: url(images/accueil.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	width: 615px;
	height: 380px;
	border: 0px solid;
	text-align: justify;	
}

div.accueiltexte{
	padding: 20px 0px 0px 0px;
	width: 480px;
	height: 175px;
	border: 0px solid;
	text-align: center;
	color:#003366;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}


/* Mise en forme de la page presentation */
div.menupresentation{
	width: 440px;
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.imagecachee{
	padding: 20px 0px 0px 15px;
	visibility: hidden;
	width:160px;
	height:160px;
	float: left;
	position: absolute;
}


/* Classe de la page Historique / contacts */

#tableContact{
	width: 450px;
	border: 0px solid;
	text-align:left;
}

#tdContact{
	width: 200px;
	padding-bottom: 5px;
}

td.titre{
	font-weight: bold;
	color: #000000;
	vertical-align:top;
}


/* Format Liste */
table.enteteliste{
	border-bottom: 2px solid;
	font-weight: bold;
	color: #000000;
}

table.liste{
	border-bottom: 1px solid;
}
