.image {
	display: block;
	position:absolute;
	z-index: 99;
}

body {
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top: 0px;
}

body,td,th {
	color: #637164;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #637164;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin:0px;
	font-size:23px;
}

h2 {
	display:block;
	width:100%;
	height:30px;
	line-height:25px;
	color:#637164;
	font-size:12px;
	margin:0px;
}

h3 {
	margin:0px;
	font-size:11px;
	font-weight:lighter;
}

#parent {
	display:block;
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	top:0px;
}

#keywords {
	display:block;
	position:absolute;
	width:900px;
	height:26px;
	color:#333333;
	font-size:10px;
	text-align:center;
	line-height:22px;
	z-index: 6;
	top: 16px;

}

#header {
	display:block;
	position:absolute;
	width:750px;
	height:120px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	left: 0px;
	top: 36px;
	padding-left:150px;
	padding-top:80px;
	z-index: 7;
}

#header_logo {
	display:block;
	position:absolute;
	width:1000px;
	height:500px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	left: 0px;
	top: 39px;
	z-index: 0;
}

#mark {
	display:block;
	width:220px;
	font-weight:bold;
	color:#525F54;
	text-align:center;
	margin-bottom:10px;
	z-index: 8;
}

#baseline {
	display:block;
	width:220px;
	font-size:11px;
	color:#525F54;
	text-align:center;
	font-weight:bold;
	z-index: 9;
}

#menu_main {
	display:block;
	position:absolute;
	width:930px;
	height:129px;
	background-image:url(menu_main_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	left: 0px;
	top: 235px;
	z-index: 0;
	padding-left:8px;
}

.menu_main {
	display:block;
	width:160px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;	
	float:left;
	background-image:url(menu_main.jpg);
	background-repeat:no-repeat;
	margin-right:20px;
}

.menu_main:hover {
	color:#525F54;
	text-decoration:none;
	background-image:url(menu_main_hover.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}

#parent_2 {
	display:block;
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	margin-top:240px;
	top: 39px;
}

#menu_secondary {
	display:block;
	width:190px;
	height:auto;
	float:left;
	margin-top:60px;
	margin-right:50px;
}

.menu_secondary_title {
	display:block;
	width:190px;
	line-height:31px;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	background-image:url(menu_secondary_title.jpg);
	background-repeat:no-repeat;
	margin-top:25px;
}

.menu_secondary {
	display:block;
	width:169px;
	line-height:24px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(menu_secondary.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
}

.menu_secondary:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(menu_secondary_hover.jpg);
	background-repeat:repeat-y;
}

#content {
	display:block;
	float:left;
	width:650px;
	height:auto;
	margin-bottom:30px;
}

#title {
	display:block;
	width:590px;
	line-height:30px;
	padding-left:10px;
	background-image:url(title.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-top:20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#content_text {
	display:block;
	width:586px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
}

#footer {
	display:block;
	clear:both;
	width:900px;
	height:70px;
	background-image:url(footer.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	padding-top:10px;
}

.footer_link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.footer_link:hover {
	color:#525F54;
	text-decoration:underline;
	font-weight:bold;
}

.footer_link_wsp {
	color:#FFFFFF;
	text-decoration:none;
}

.footer_link_wsp:hover {
	color:#333333;
	text-decoration:underline;
}

.bloc_accueil_title {
	display:block;
	width:auto;
	height:22px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-top:8px;
}

/* GLOBAL */

.image {
	display:block;
	position:absolute;
	z-index:99;
}

.underline {
	text-decoration:underline;
}

.champ_formulaire_small {
	border:solid 1px #525F54;
	background-color:#ECF1EB;
	color:#525F54;
	width:50px;
	height:20px;
}

.champ_formulaire_normal {
	border:solid 1px #525F54;
	background-color:#ECF1EB;
	color:#525F54;
	width:130px;
	height:20px;
}

.champ_formulaire_large {
	border:solid 1px #525F54;
	background-color:#ECF1EB;
	color:#525F54;
	width:250px;
	height:20px;
}

.champ_formulaire_box_normal {
	border:solid 1px #525F54;
	background-color:#ECF1EB;
	color:#525F54;
	width:250px;
	height:150px;
}

.champ_formulaire_box_large {
	border:solid 1px #525F54;
	background-color:#ECF1EB;
	color:#525F54;
	width:350px;
	height:250px;
}

.button {
	border:solid 1px #525F54;
	background-color:#ECF1EB;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
	color:#525F54;
	width:150px;
	height:auto;
	cursor:pointer;
	padding:2px;
}

.button:hover {
	border:solid 1px #525F54;
	background-color:#525F54;
	color:#FFFFFF;
}

.cursor_help {
	cursor:help;
}

.cursor_pointer {
	cursor:pointer;
}

.bloc_accueil_small {
	display:inline;
	width:174px;
	height:170px;
	background-image:url(bloc_small.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #6D826D;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:5px;
	float:left;
}

.bloc_accueil_medium {
	display:inline;
	width:370px;
	height:170px;
	background-image:url(bloc_medium.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:solid 1px #6D826D;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:5px;
	float:left;
}

.bloc_accueil_large {
	display:inline;
	width:565px;
	height:auto;
	background-image:url(bloc_large.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #6D826D;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:5px;
	float:left;
}

#multi_langages_footer {
	display: block;
	width:140px;
	height:17px;
	margin-left:330px;
	padding-top:20px;
}

.fr {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/fr2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.fr:hover {
	background-image:url(fr.jpg);
}

.fr_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/fr.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.en {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/en2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.en:hover {
	background-image:url(../images/lang/en.jpg);
}

.en_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/en.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.es {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/es2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.es:hover {
	background-image:url(../images/lang/es.jpg);
}

.es_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/es.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.it {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/it2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.it:hover {
	background-image:url(../images/lang/it.jpg);
}

.it_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/it.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.de {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/de2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.de:hover {
	background-image:url(../images/lang/de.jpg);
}

.de_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(../images/lang/de.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
} 

.align-center {
	text-align:center;
}

.no_border {
	border:0px;
}

ul.ul_menu_secondary {
	margin-top:0px;
}

li.li_menu_secondary {
	list-style-type:none;
	margin-left:0px;
}

