@charset "utf-8";
/* CSS Document */
#fond {
	/*background: url("./images/fond.jpg");*/
	color:#FFFFFF;
	font-size:11px;
	background-color: #222;
}
.footer {
	background-color: #b2d350;
	color:#333333;
	font-size:12px;
	height: 60px;
	font-weight: bold;
	text-align: center;
	border-top: 4px solid #222;
}
p,td,li{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:11px;
	color: #666666;
}
.titre{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:16px;
	color: #424f7c;
	font-weight:bold;
}
h1{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:16px;
	color: #222;
	border-left:#aa50d3 16px solid;
	line-height:20px;
	padding-left:5px;
	text-transform: uppercase;
}
h2{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:12px;
	color:#641886;
	border-left:#aa50d3 8px solid;
	line-height:10px;
	padding-left:5px;
}
h3{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:13px;
	font-weight:bold;
	color:#641886;
}
.bord{
	background-color:#fff;
	border:none;
}
.encadre {
	/*background-image: url(images/cadreimg.jpg);
	background-repeat: repeat;*/
	border:solid 1px #424f7c;
	padding: 6px;
	margin-left:7px;
	margin-right:7px;
	float: left;
}
img.gauche {
	float: left;
	/*border: solid #616161 1px;*/
	margin-right: 10px;
	padding:4px;
}
img.droite {
	float: right;
	/*border: solid #616161 1px;*/
	margin-left: 10px;
	padding:4px;
}

.bordhaut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #424f7c;
	padding:10px;
}
.borddroit {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #424f7c;
	height:5px;
}
th{
color:#424f7c;
font-size:10px;
}
td.point{
border-bottom:#999999 dotted 1px;
border-top:#999999 dotted 1px;
}
a:link,a:visited {
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:11px;
	color: #424f7c;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:11px;
	color:#424f7c;
	text-decoration: underline;
}
td.menu1{
	/*border-right: solid 1px #666666;*/
	padding-right:12px;
	padding-left:12px;
}
td.menu1:hover{
	border-left:#424f7c 7px solid;
	line-height:15px;
	padding-left:5px;
}

td.menu1ok{
	padding-right:12px;
	padding-left:12px;
	border-left:#424f7c 7px solid;
	line-height:15px;
	padding-left:5px;
}

a.menu1:link,a.menu1:visited {
	font-family:Tahoma;
	font-size:13px;
	letter-spacing:1px;
	text-decoration: none;
}
a.menu1:hover {
	font-family:Tahoma;
	font-size:13px;
	letter-spacing:1px;
	text-decoration: none;
}



a.menu2:link,a.menu2:visited {
	color: #666666;
	font-family:Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight:lighter;
}
a.menu2:hover {
	color: #666666;
	font-family:Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight:lighter;
	border-left:#CCCCCC 5px solid;
	line-height:5px;
	padding-left:5px;
}
a.menu3:link,a.menu3:visited {
	color:#666666;
	font-family:Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	border-left:#666666 5px solid;
	line-height:5px;
	padding-left:5px;
}

#navcontainer {
	padding: 20px 0 5px 0;
	margin-top: 0;
	background:#b2d350;
	border-top: 4px solid #222;
	border-bottom: 4px solid #222;
}

#navlist {
	margin: 0 0 20px 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #51601d;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 13px;
	font-family: Tahoma, Helvetica, sans-serif;
	letter-spacing:1px;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 18px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #51601d;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 3px solid #51601d;
	padding-bottom: 2px;
	background: transparent;
	color: #51601d;
	font-size: 13px;
	font-weight:bold;
	font-family: Tahoma, Helvetica, sans-serif;

}

#navlist a:hover { 
	font-size: 13px;
	color: #51601d; 
}


