* {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
	color: #555555;
}
ol, ul {
	list-style: none;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	text-align: center;
	background: #E0E0E0;
}
p {
	line-height: 150%;
	padding: 0 0 15px 0;
	text-align: left;
}
li {
	list-style: none;
	background: url(../images/li.png) no-repeat left 5px;
	margin: 0 0 0 20px;
	padding: 0 0 6px 10px;
}
b {
	color: #333;
}
input, textarea {
border: 1px solid #7B7C7E;
padding: 2px;
width: 200px;
}
button#ok {
	background: url(../images/btn-ok.gif) no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: none;
	padding: 0;
}
input#email {
	height: 20px;
	width: 200px;
	vertical-align: middle;
	border: 1px solid #7B7C7E;
	padding: 0;
}
div#cadre {
	width: 1008px;
	background: url(../images/bg-page.gif) no-repeat center top;
	margin: 0 auto;
	text-align: center;
}
div#page {
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg-header.gif) repeat-x 0 43px #fff;
	text-align: left;
}

div#logo {
	width: 280px;
	height: 120px;
	position: absolute;
}
div#menu {
	height: 30px;
	padding: 56px 0 0 0;
	margin: 0 0 0 300px;
}

div#menu ul#nav{
	position:relative;
}
div#menu ul#nav a{
	color: #898989;
	display: block;
	text-decoration: none;
	padding: 5px 15px 15px 15px;
	font-family: helvetiker;
	font-size: 18px;
	text-transform: uppercase;
	background: url(../images/sep-menu.gif) no-repeat left bottom;
	letter-spacing: 2px;
}
div#menu ul#nav a:hover{
	color: #213CE7;
}

div#menu ul#nav li{
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
div#menu ul#nav li a.active {
	color: #213CE7;
}
div#menu ul#nav  li.first a {
	background: none;
}

div#menu ul#nav ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.5em;
	left: 6px;
	z-index: 99999;
	border-bottom: 4px solid #213CE7;
}

div#menu ul#nav li ul a{
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	color: #444;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 6px 6px;
	width: 200px;
}

div#menu ul#nav li:hover ul ul, div#menu ul#nav li:hover ul ul ul, div#menu ul#nav li:hover ul ul ul ul{
	display:none;
}
div#menu ul#nav li:hover ul, div#menu ul#nav li li:hover ul, div#menu ul#nav li li li:hover ul, div#menu ul#nav li li li li:hover ul{
	display:block;
}

div#banner {
	height: 230px;
	background: #000;
	clear: both;
}

div#content {
	padding: 0;
	margin: 0 0 0 40px;
	width: 930px;
}
div#article {
	float: left;
	width: 600px;
	min-height: 370px;
	padding: 10px 0;
}
div#article h1 {
	font-family: helvetiker;
	font-size: 20px;
	color: #213CE7;
	font-weight: normal;
	padding: 0 0 16px 0;
	text-transform: uppercase;
}
div#article h2{
	font-size: 15px;
	color: #213CE7;
	font-weight: normal;
	padding: 0 0 6px 0;
}
div#article a{
	font-style: italic;
	color: #4F81BD;
	font-weight: bold;
}
div#article a:hover{
	text-decoration: none;
}
div#sidebar {
	float: left;
	margin: 0 0 0 30px;
}
div#sidebar h2 {
	font-family: helvetiker;
	font-size: 20px;
	color: #213CE7;
	font-weight: normal;
	padding: 10px 0;
}
div#sidebar div {
	padding: 0 10px 20px 20px;
	width: 264px;
}
div#sidebar div#news {
	background: url(../images/sep-news.gif) no-repeat left bottom;
}
div#sidebar div#partenaires {
	background: url(../images/sep-partenaires.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
div#sidebar div#focus {
	height: 321px;
	width: 264px;
	background: url(../images/bg-focus.gif) no-repeat center top;
	padding: 5px 10px;
	margin: 0 0 0 10px;
}
div#sidebar div#focus h2 {
	border-bottom: 1px solid #213CE7;
	padding: 0 0 4px 0;
	margin: 10px;
}
div#sidebar div#focus h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
}
div#sidebar div#focus p {
	margin: 10px;
}
div#sidebar li  {
	padding: 6px 0;
	border-bottom: 1px solid #213CE7;
	margin: 0;
	list-style: none;
	background: none;
}
div#sidebar li  a {
	text-decoration: none;
	font-size: 10px;
}
div#sidebar li  a:hover {
	text-decoration: underline;
}
div#sidebar span.date {
	color: #213CE7;
	font-weight: bold;
}

div#footer {
	clear: both;
	background: url(../images/bg-footer.gif) repeat-x left center;
	text-align: center;
	padding: 16px 0;
}
div#footer a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
div#footer a:hover {
	text-decoration: underline;
}

.aligncenter  {
	text-align: center;
}

.cv {

}
.cv p, .cv li {

}
table#logo-clients td {
	border: 1px solid #ccc;
	padding: 2px;
}

label.error {
	color: #ff0000;
	padding: 0 10px;
}