*{
	margin: 0;
	padding: 0;
	/*border:none;*/
}

html {
	overflow-y:scroll;
}
 
body {
	background:#fff;
	font-family: Arial;
	font-size: 12px;
	text-align:center;
}

#wrap {
	text-align:left;
	width:700px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width:700px;
	height:90px;
}

#top-menu {
	width:700px;
}

#menu {
	width:700px;
}
#menu-left {
	float:left;
	width:180px;
}
#menu-left .bleu {
	color: #0069b2;
}

#menu-right {
	float:left;
	width:520px;
}

#space {
	width:700px;
	float:left;
	height:20px;
	background-color:#FFFFFF;
}

#content {
	width:700px;
	float:left;
	text-align:justify;
}

#content-eve {
	width:700px;
	float:left;
}

#footer {
	width:700px;
	height:20px;
	background-color:#FFFFFF;
}

hr {
	color: #0069b2; 
	height:1px;
	margin-top: 5px;
	margin-bottom: 5px;
    border-width: 1px; 
    border-color: #0069b2; 
	border-style: solid none none none;
}

table {
	font-family: Arial;
	font-size: 12px;
}

p {
	font-family: Arial;
	font-size: 12px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-indent:5px;
	font-size:20px;
	width:100%;
	background-color:#0069b2;
}
h1 a {
	text-decoration:underline;
	color:#0069b2;
	font-size:20px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
h2 a {
	text-decoration:underline;
	color:#0069b2;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
h3 a {
	text-decoration:underline;
	color:#0069b2;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
h4 a {
	text-decoration:underline;
	color:#0069b2;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
h5 a {
	text-decoration:underline;
	color:#0069b2;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
h6 a {
	text-decoration:underline;
	color:#0069b2;
}
span.important {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	font-weight:bold;
}
span.name-of-person {
	font-family:Arial, Helvetica, sans-serif;
	color:#003399;
	font-weight:bold;
}
span.detail {
	font-family:Arial, Helvetica, sans-serif;
	color:#006600;
	font-weight:bold;
}

a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
}

ol {
	padding-left:20px;
}
ul {
	padding-left:20px;
}

li {
	list-style-position:outside;
}

fieldset {
	border:none;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	list-style-image: url(point.gif);


}

.sousmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #005B96;
	background-color: #D2E7FB;
	padding: 1px 3px;
	text-decoration: none;
	list-style-image: url(li.gif);

}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0069b2;
}
