@charset "utf-8";
/* CSS Document */

html, body  {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Verdana;
	font-size:11px;
	color:#666666;	
	
}

img  { border:0  }

input, select, textarea, p, li, ul, td {
	font-family:Verdana;
	font-size:11px;
	color:#666666;	
}

li {
	padding:1px;
	margin-left:-5px;
}
/* Titres et sous titres */
.titre_bleu {
	color:#3366CC;
	font-weight:bold;
	padding-bottom:3px;
}
.titre_bleu_16 {
	color:#3366CC;
	font-weight:bold;
	padding-bottom:3px;
	font-size:16px;
}
.soustitre_bleu {
	color:#3366CC;
	font-style:italic;
	font-size:13px;
}
.titre_vert {
	color:#339900;
}

.titre_vert_16 {
	color:#339900;
	font-weight:bold;
	padding-bottom:3px;
	font-size:16px;
}
.soustitre_vert {
	color:#339900;
	font-style:italic;
}
.erreur {
	font-size:10px; 
	color:red;
}

.menu_service {
	list-style-image: url("img/puce1.gif");
}
/**/

/* Liens des item menu */
a#menuItem {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration:none;
}
a#menuItem:hover {
	color: #DDDDDD;
}
/**/

/* Liens de pieds de page */
a#piedpage {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
a#piedpage:hover {
	color: #ffffff;
}

td#piedpage {
	color: #ffffff;
}
/**/

/* Liens de base*/
a {
	color:#339900;
	text-decoration:none;
}
a:hover {
	color:#66BB00;
	text-decoration:none;
}
/**/

/* Code pour que le bas de page soit collé en bas */
table#piedpage {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#FFFFFF;
}
table#page #premier-element {
	margin-top: 0;
}
table#page #dernier-element {
	margin-bottom: 0;
}
div#page {
	width: 769px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	border-right: 1px #cccccc solid; 
	border-left: 1px #cccccc solid;
	background-color:#FFFFFF;
}
<!--[if lte IE 6]>
div#page {
	height: 100%;
	border-right: 1px #cccccc solid; 
	border-left: 1px #cccccc solid;
	background-color:#FFFFFF;
}
<!--[endif]-->
/**/

