.image {
	display: block;
	position:absolute;
	z-index: 99;
}

body {
	background-image: url(background.jpg);
	background-color: #00ADC8;
	background-repeat: repeat-x;
	margin-top: 0px;
}

body,td,th {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #00ADC8;
	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:25px;
}

h2 {
	display:block;
	width:100%;
	height:30px;
	line-height:25px;
	color:#333333;
	font-size:12px;
	margin:0px;
}

h3 {
	margin:0px;
	font-size:10px;
	font-weight:bold;
}

hr {
	border-top:#ACA899 solid 1px;
	border-bottom:#ECE9D8 solid 1px;
	margin-top:8px;
	margin-bottom:8px;
}

.champ_formulaire_small {
	border:solid 1px #CCCCCC;
	background-color:#F0F0F0;
	color:#333333;
	width:50px;
	height:20px;
}

.champ_formulaire_normal {
	border:solid 1px #CCCCCC;
	background-color:#F0F0F0;
	color:#333333;
	width:130px;
	height:20px;
}

.champ_formulaire_large {
	border:solid 1px #CCCCCC;
	background-color:#F0F0F0;
	color:#333333;
	width:250px;
	height:20px;
}

.champ_formulaire_box_normal {
	border:solid 1px #CCCCCC;
	background-color:#F0F0F0;
	color:#333333;
	width:250px;
	height:150px;
}

.champ_formulaire_box_large {
	border:solid 1px #CCCCCC;
	background-color:#F0F0F0;
	color:#333333;
	width:350px;
	height:250px;
}

.button {
	border:solid 1px #CCCCCC;
	background-color:#F0F0F0;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
	color:#333333;
	width:150px;
	height:auto;
	cursor:pointer;
	padding:2px;
}

.button:hover {
	border:solid 1px #333333;
	background-color:#333333;
	color:#CCCCCC;
}

#parent {
	display:block;
	position:absolute;
	width:950px;
	left:50%;
	margin-left:-475px;
}

#keywords {
	display:block;
	position:absolute;
	width:950px;
	height:19px;
	background-color:#FFFFFF;
	color:#999999;
	font-size:11px;
	text-align:center;
	line-height:19px;
	margin-bottom:1px;
	z-index: 6;
}


#mark {
	display:block;
}

#baseline {
	display:block;
}

#header_flash {
	display:block;
	position:absolute;
	background-color:#FFFFFF;
	width:950px;
	height:150px;
	left: 0px;
	top: 21px;
	z-index: 10;
}

#menu_main {
	display:block;
	position:absolute;
	width:950px;
	height:29px;
	left: 0px;
	top: 171px;
	z-index: 8;
}

.menu_main {
	display:block;
	width:190px;
	height:29px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

.menu_main:hover {
	color:#00ADC8;
	text-decoration:none;
	background-color:#FFFFFF;
	background-image:url(menu_main_hover.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#parent_2 {
	display:block;
	position:absolute;
	width:950px;
	margin-top:200px;
	background-color:#FFFFFF;
	top: 0px;
}

#menu_secondary {
	display:block;
	width:304px;
	height:auto;
	background-color:#FFFFFF;
	float:left;
	margin-left:10px;
}

.menu_secondary_title {
	display:block;
	width:300px;
	height:30px;
	background-image:url(menu_secondary_title.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	line-height:27px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.menu_secondary {
	display:block;
	width:304px;
	height:30px;
	color:#00ADC8;
	text-align:center;
	background-image:url(button_default.jpg);
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;
	line-height:22px;
}

.menu_secondary:hover {
	background-image:url(button_rollover.jpg);
	text-decoration:none;
	color:#FFFFFF;
}

#content {
	display:block;
	float:left;
	width:600px;
	height:auto;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

#title {
	display:block;
	width:565px;
	height:30px;
	background-image:url(title.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	line-height:27px;
}

#content_text {
	display:block;
	width:550px;
	margin-left:auto;
	margin-right:auto;
}

.image_left {
	display:block;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

.image_center {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

.image_right {
	display:block;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

#footer {
	display:block;
	clear:both;
	width:950px;
	height:99px;
	background-image:url(footer.jpg);
	background-repeat:repeat-x;
	background-color:#00ADC8;	
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	padding-top:5px;
}

.footer_link {
	color:#FFFFFF;
	text-decoration:none;
}

.footer_link:hover {
	color:#005662;
	text-decoration:underline;
}

.footer_link:visited {
	color:#FFFFFF;
}

.cursor_help {
	cursor:help;
}

.footer_link_prodweb {
	color:#FFFFFF;
	text-decoration:none;
}

.footer_link_prodweb:hover {
	color:#FF0000;
	text-decoration:underline;
}

.bloc_accueil_small {
	display:block;
	width:174px;
	height:170px;
	background-image:url(background_bloc_accueil.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:5px;
	float:left;
}

.bloc_accueil_normal {
	display:block;
	width:370px;
	height:170px;
	background-image:url(background_bloc_accueil.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:5px;
	float:left;
}

.bloc_accueil_large {
	display:block;
	width:565px;
	height:auto;
	background-image:url(background_bloc_accueil.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:5px;
	float:left;
}

.bloc_accueil_title {
	display:block;
	width:auto;
	height:22px;
	color:#00ADC8;
	font-size:11px;
	font-weight:bold;
	padding-top:8px;
}

#multi_langages_footer {
	display: block;
	width:140px;
	height:17px;
	margin-left:330px;
}

.fr {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/fr2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.fr:hover {
	background-image:url(global/lang/fr.jpg);
}

.fr_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/fr.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.en {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/en2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.en:hover {
	background-image:url(global/lang/en.jpg);
}

.en_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/en.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.es {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/es2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.es:hover {
	background-image:url(global/lang/es.jpg);
}

.es_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/es.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.it {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/it2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.it:hover {
	background-image:url(global/lang/it.jpg);
}

.it_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/it.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.de {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/de2.jpg);
	border:none;
	cursor:pointer;
	float:left;
	margin-left: 5px;
}

.de:hover {
	background-image:url(global/lang/de.jpg);
}

.de_actived {
	display:block;
	width:23px;
	height:17px;
	background-image:url(global/lang/de.jpg);
	cursor:pointer;
	float:left;
	margin-left: 5px;
} 

#header_flash {
	display:block;
	position:absolute;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	left: 0px;
	top: 20px;
	z-index: 98;
}

