html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent none repeat scroll 0%;
	outline: 0px;
	vertical-align : baseline;
	font-size: 100%;
	text-decoration: none;
}

body {
	background: #E7E7E7 url(img/fond.gif) repeat-x;
	margin-top: 40px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	text-align: left;
}

td {
	vertical-align: top;
}

#container {
	width: 1100px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header {
	width: 960px;
	height: 200px;
}

#menu {
	float: left;
	width: 320px;
	height: 800px;
	padding-top: 30px;
	background: url(img/fond-menu.jpg) no-repeat;
	color: #F9F9F9;
	text-align: left;
}

#menu dt {	
	padding-top: 15px;
	padding-left: 45px;
	font-size: 1.03em;
	font-weight: bold;
}

#menu dt a {	
	color: #F9F9F9;
	font-size: 1.09em;
}

#menu dt a:hover {	
	color: #1A704E;
	font-size: 1.09em;
}

#menu dd {
	padding-left: 40px;
}

#menu ul {
	margin-left: 25px;
	text-decoration: none;
}

#menu ul li {
	list-style-image: url(img/puce.gif);
}

#menu ul li:hover {
	list-style-image: url(img/puce-vert.gif);
}

#menu ul li a {
	list-style-image: url(img/puce.gif);
	color: #F9F9F9;
	font-size: 0.88em;
	font-weight: normal;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #1A704E;
}

#content {
	height: auto;
}

#content h2 {
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-top: dotted 1px #69686D;
	border-bottom: dotted 1px #69686D;
	color: #333333;
	font-size: 0.88em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#content p {
	margin-left: 20px;
}

#content table {
	font-size: 0.88em;
}

#content table ul {
	list-style-type: square;
}

#content table ul li {
	margin-left: 15px;
}

#liens a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#liens a:hover {
	color: #EE7F00;
}

#footer {
	width: 1100px;
	height: 35px;
	margin-top: 40px;
	padding-top: 5px;
	background-color: #1A704E;
	color: #F9F9F9;
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #1A704E;
	font-size: 0.82em;
	font-weight: bold;
}

a:hover {
	color: #EE7F00;
}


