@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	
	background-image: url(/assets/images/home/ap_body.gif);
	background-repeat: repeat-x;
}

div#index {
	width: 740px;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
}

div#index img {
	float: right;
}

body div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336699;
	text-align: justify;
	line-height: 10pt;
	font-weight: normal;
}

div#left {
	float: left;
	width: 350px;
}
div#right {
	float: right;
	width: 350px;
}
div#leftenter {
	float: left;
	width: 350px;
	
	text-align: center;
}
div#rightenter {
	float: right;
	width: 350px;
	
	text-align: center;
}


/* Page *************************************************/

body div#tetiere {
	position: relative;
	top: 0;
	left: 0;
	
	margin: 0;
	padding: 0;
	
	background-image: url(/assets/images/page/tetiere_repeat_page.gif);
	background-repeat: repeat-x;
	
	width: 100%;
	height: 110px;
}
body div#tetiere img {
	margin: 0;
	padding: 0;
}

/* Actualite *************************************************/

div#actualite {
	float: left;
	
	width: 182px;
	
	margin: 0;
	padding: 0;
	
	background-image: url(/assets/images/page/actualite_middle.gif);
	background-repeat: repeat-y;
}

div#actualite img {
	float: right;
	
	margin: 0;
	padding: 0;
	
	margin-right: 21px;
}

/* Contenu page *************************************************/

div#content {
	position: relative;
	left: 0;
	top: 0;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 600px;
	
	background-image: url(/assets/images/page/fond_content.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
}
div#page {
	float: left;
	
	width: 558px;
	height: 600px;
	
	margin: 0;
	padding: 0;
}
div#contenu {
	float: left;
	
	width: 518px;
	height: 600px;
	
	margin: 0;
	padding: 0;
	
	background-image: url(/assets/images/page/fond_europe.gif);
	background-repeat: repeat-y;
	
	overflow: auto;
}
div#titre {
	float: left;
	
	width: 40px;
	height: 600px;
	
	margin: 0;
	padding: 0;
	
	background-image: url(/assets/images/page/fond_titre.gif);
	background-repeat: repeat-y;
}

/* Footer page *************************************************/

div#footer {
	position: relative;
	left: 0;
	top: 0;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 65px;
	
	background-image: url(/assets/images/page/foot/fond_foot.gif);
	background-repeat: repeat;
}

/* Liens *************************************************/

a:active {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #336699; 
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: normal;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #009999;
	text-decoration: none;
}

/* Liens Drapeaux index *************************************/

a#uk {
	float: right;
	width: 66px;
	height: 48px;
	background-image: url(/assets/images/home/base_2_body.gif);
	
}
a#uk:hover {
	background-image: url(/assets/images/home/base_2_body_hover.gif);
	
}
a#fr {
	float: right;
	width: 61px;
	height: 48px;
	background-image: url(/assets/images/home/base_4_body.gif);
	
}
a#fr:hover {
	background-image: url(/assets/images/home/base_4_body_hover.gif);
	
}