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

body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(../pictures/webdesign/fond.jpg);
	background-repeat: repeat-x;
	background-color: #EBEBEB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-size: 18px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 30px;
}
#container {
	width: 830px;
	margin:auto;
}
#header {
	height: 35px;
	background-color: #FFFFFF;
}
#hautcadre {
	background-image: url(../pictures/webdesign/haut-cadre.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 50px;
	margin-top: 0px;
}
#hautcadrelangage {
	background-image: url(../pictures/webdesign/haut-cadre-langage.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 270px;
	margin-top: 0px;
}
#contenu {
	background-image: url(../pictures/webdesign/fondcadre.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../pictures/webdesign/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
/* ------------------- Bandeau & Menu ------------------------- */

#header {
	height: 35px;
	background-color: #FFFFFF;
	background-image: url(../pictures/webdesign/bandeau-menu.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#header a:link {
	text-decoration: none;
	color: #990000;
	font-size: 12px;
}
#header a:visited {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}
#header a:hover {
	color: #CC0000;
	font-weight: bold;
}
#header a:active {
	color: #0066FF;
}
#nav, #nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #0066CC;
	text-align: center;
	padding-top: 11px;
}
#nav a {
	display: block;
	width: 145px;
}
#nav li {
	float: right;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}
#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	background-color: #F2F2F2;
	text-align: left;
	padding-top: 10px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.logo {
	background-image: url(../pictures/webdesign/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.underline {
	text-decoration: underline;
}
fieldset {
	background-color: #FCFFC1;
	width: 70%;
	border: 1px solid #FD9A00;
	margin-left: 115px;
	padding: 15px;
}
fieldset p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
}
.tdsolid {
	border: 1px solid #CCCCCC;
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#contenu li {
	margin-left: 110px;
	margin-right: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin-bottom: 7px;
	list-style-type: square;
}
.tdtemoignage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #003366;
	width: 70%;
	margin-left: 95px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	background-image: url(../pictures/webdesign/fond-temoi.jpg);
	background-repeat: repeat-x;
}

table p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 16px; 
}

.fluo {
	background-color: #FFFF00;
}
	
	