/* CSS Document */
/* HTML TAGS */

html {
	padding:0px;
	margin:0px;
}

body {
	margin: 0px;
	padding: 0px;
}

body, p, div, span, a, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

p {
	margin-bottom: 18px;
	margin-top: 0px;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #49ade2;
	border: none;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #4c9b84;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: -5px;
}


h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1548a6;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #02ab5a;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

a:link, a:visited {
	color: #1548a6;
	text-decoration: underline;
}

a:hover {
	color: #02ab5a;
}


ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: disc;
}

ol {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: decimal;
}


li {
	margin: 0px;
	color: #959fb3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul ul {
	margin-top: 10px;
	margin-bottom: 5px;
	list-style-type: square;
}

ol ol {
	margin-top: 10px;
	margin-bottom: 5px;
	list-style-type: lower-alpha;
}

ul ol {
	margin-top: 10px;
	margin-bottom: 5px;
	list-style-type: decimal;
}

th, td, tr {
	color: #1548a6;
	background-color: #eff4ff;
}

.classtablesansbackground {
background-color: #ffffff;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1548a6;
	font-weight: bold;
	margin-right: 5px;
}

input {
	color: #1548a6;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1548a6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

select {
color: #1548a6;
}

.inputsansbordure {
	border: None;
}

.submit {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1548a6;
	border: None;

}

textarea {
	color: #1548a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

/* DIV LAYOUT */

div {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 960px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;	
}

#header {
	position: absolute;
	background-image: url(images/header_fr.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 170px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	display: none;
	visibility: hidden;
}

#headernl {
	position: absolute;
	background-image: url(images/header_nl.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 170px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	display: none;
}

#left {
	width:237px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: auto;
	min-height: 370px;
	_height: 370px;
	display: none;
}

#page-content-design {
	width:960px;
	margin-top: 40px;
	float:left;
}

#page-content {
	width:718px;
	float: left;
	
}

#page-content-inside {
	
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 700px;
}
/* for IE */
* html #page-content {
 height: 1px;
}

#page-content-texte {
	padding-left: 5px;
	width: 685px;
}
#page-content-texte p {
	text-align: justify;
	margin-right: 0px;
}
#page-content ul {
	line-height: 16px;
}

#menu-level2_top {
	width: 494px;
	background-image: url(images/menu_level2_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-align: right;
	display: none;
}
#menu-level2 {
	width: 514px;
	background-image: url(images/menu_level2_content.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: none;
}

#menu-level2_content {
	width: 484px;
	background-image: url(images/menu_level2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	height: auto;
	min-height: 95px;
	_height: 95px;
	display: none;
}

#menu-level3 {
	width: 470px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c9b84;
	padding-left: 30px;
	padding-bottom: 10px;
	display: none;
}

#right {
	width: 205px;
	float: left;
	background-image: url(images/right_top.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
				}

#footer {
	width: 960px;
	height: 40px;
	clear: both;
}

#copyright {
	width: 513px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #c5d2ec;
	font-size: 12px;
	padding-left: 225px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
}

#copyright a:link, #copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5d2ec;
	text-decoration: underline;	
}

#copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5d2ec;
	text-decoration: underline;	
}


#adresse {
	width: 180px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123798;
	padding-top: 25px;
	padding-left: 0px;
	
}

#adresse a:link, #adresse a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;	
}

#adresse a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;
}


/* BREADCRUMBS */

#breadcrumbs {
	position: absolute;
	width: 500px;
	height: 18px;
	left: 0px;
	top: 5px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c9c86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4c9c86;
	font-weight: bold;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4c9c86;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbs a:hover {
color: #1548a6;
}

#langue {
	position: absolute;
	width: 40px;
	height: 80px;
	left: 0px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}

#langue ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#langue ul li {
list-style-type: none;
}

#langue ul li a:link, #langue ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

#langue ul li a:hover {
	text-decoration: underline;
}


#support {
	height: 20px;
	width: 170px;
	left: 760px;
	top: 150px;
	position: absolute;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
/*******fin breadcrumbs************/

/***** BOX Right*************/
#boxnews_top {
	width: 165px;
	background-image: url(images/news_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}
#boxnews {
	width: 180px;
	background-image: url(images/news_content.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#boxnews_content {
	width: 150px;
	background-image: url(images/news_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 14px;
}


#boxhebdo_top {
	width: 180px;
	background-image: url(images/hebdo_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}
#boxhebdo {
	width: 180px;
	background-image: url(images/hebdo_content.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	
}

#boxhebdo_content {
	width: 150px;
	background-image: url(images/hebdo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#boxnews_content p, #boxhebdo_content p {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 14px;
	margin-bottom: 5px;
}
#boxnews_content a:link, #boxnews_content a:visited, #boxhebdo_content a:link, #boxhebdo_content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 14px;
	text-decoration: none;
}
#boxnews_content a:hover, #boxhebdo_content a:hover {
	text-decoration: underline;
}


.date_news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1548a6;
	font-size: 14px;
}

.h1news {
	font-family: Arial, Helvetica, sans-serif;
	color:#ff9900;
	font-size: 14px;
	font-weight: bold;
}


