#multi_langages_footer {
	display:block;
	position:absolute;	
	width:200px;
	height:60px;
	top:18px;
	left:10px;
	z-index:555;
}

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

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


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


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

body {
	background-color:#1088EE;
	margin-top: 0px;
}

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

a {
	color: #7A3087;
	font-family: 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:#7A3087;
	font-size:12px;
	margin:0px;
}

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

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

#keywords {
	display:block;
	position:absolute;
	width:900px;
	height:25px;
	color:#7A3087;
	font-size:10px;
	text-align:center;
	padding-top:10px;
	z-index: 6;
	top: 10px;
	background-image:url(keywords.jpg);
	background-repeat:no-repeat;
}

#header {
	display:block;
	position:absolute;
	width:870px;
	height:180px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	left: 0px;
	top: 39px;
	padding-left:30px;
	padding-top:20px;
	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;
}

#header_flash {
	display:block;
	position:absolute;
	width:1000px;
	height:500px;
	left: 0px;
	top: 39px;
	z-index: 0;
}

#mark {
	display:block;
	width:350px;
	font-weight:bold;
	color:#762E82;
	text-align:center;
	margin-bottom:17px;
	z-index: 8;
}

#baseline {
	display:block;
	width:350px;
	font-size:15px;
	color:#232E7A;
	text-align:center;
	font-weight:bold;
	z-index: 9;
}

#menu_main {
	display:block;
	position:absolute;
	width:945px;
	height:45px;
	background-image:url(menu_main.jpg);
	background-repeat:no-repeat;
	left: 0px;
	top: 239px;
	z-index: 8;
	padding-left:8px;
}

.menu_main {
	display:block;
	width:180px;
	line-height:45px;
	text-align:center;
	color:#7A3087;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

.menu_main:hover {
	color:#FFFFFF;
	text-decoration:overline underline;
	font-weight:bold;
}

#parent_2 {
	display:block;
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	margin-top:240px;
	top: 43px;
	background-color: #FFFFFF;
	z-index:50;
}

#menu_secondary {
	display:block;
	width:298px;
	height:auto;
	float:left;
	background-image:url(menu_secondary_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:60px;
	background-color:#E0CAF7;
}

.menu_secondary_title {
	display:block;
	width:280px;
	line-height:30px;
	text-align:left;
	color:#7A3087;
	font-size:11px;
	padding-left:18px;
	background-color:#E0CAF7;
	font-weight:bold;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}

.menu_secondary {
	display:block;
	width:278px;
	height:22px;
	color:#7A3087;
	padding-top:4px;
	padding-left:20px;
	font-size:13px;
	text-decoration:none;
	background-image:url(menu_secondary.jpg);
	background-repeat:no-repeat;
	background-position:left;

}

.menu_secondary:hover {
	background-image:url(menu_secondary_hover.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#AD7DBF;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

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

#title {
	display:block;
	width:580px;
	line-height:30px;
	text-align:left;
	color:#7A3087;
	font-size:11px;
	padding-left:18px;
	background-color:#E0CAF7;
	font-weight:bold;
	border:2px solid #FFFFFF;
}

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

#footer {
	display:block;
	clear:both;
	width:900px;
	height:70px;
	color:#7A3087;
	background-image:url(footer.jpg);
	background-repeat:repeat-x;
	text-align:center;
	line-height:25px;
	padding-top:20px;
}

.footer_link {
	font-weight:bold;
	color:#7A3087;
	text-decoration:none;
}

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

.footer_link_wsp {
	font-size:9px;
	color:#7A3087;
	text-decoration:none;
}

.footer_link_wsp:hover {
	color:#7A3087;
	text-decoration:underline;
}

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

