/* Général */
html, body {
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #47b6ec;
	background-image: url(img/main/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}
	
td {
	padding: 0px;
	vertical-align: top;
}

p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

h2 {
	color: #158fde;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
}

li {
	color: #363636;
	list-style-image: url(img/pictos/puce.gif);
	list-style-position: outside;
	line-height: 15px;
}




/* Page */
#main, #top, #bottom {
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
}

#left, #right {
	position: absolute;
	width: 10px;
	height: 230px;
	top: 20px;
	z-index: 5;
}

#main {
	background-color: White;
	background-image: url(img/main/main.gif);
	background-position: center;
	background-repeat: repeat-y;
	overflow: hidden;
	top: 20px;
	bottom: 20px;
	z-index: 1;
}

* html #main {
	height: 100%;	
	border-top: 20px solid #1488d9;
	border-bottom: 20px solid #49b7ed;
	top: 0px;
	bottom: 0px;
}


#top, #bottom {
	height: 20px;
}

#top {
	background-image: url(img/main/top.gif);
	background-position: top;
	background-repeat: no-repeat;
	top: 0px;
	z-index: 5;
}

#bottom {
	background-image: url(img/main/bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	bottom: 0px;
	z-index: 5;
}

#left {
	background-image: url(img/main/left.jpg);
	background-position: right;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -370px;
}

#right {
	background-image: url(img/main/right.jpg);
	background-position: left;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: 360px;
}


/* Haut de page */
#header {
	position: absolute;
	height: 110px;
	width: 239px;
	margin-left: 10px;
	z-index: 6;
}

#div_header_anim {
	position: absolute;
	height: 84px;
	width: 481px;
	margin-left: 249px;
	z-index: 6;
}

/* Barre de lang */
#langbar {
	position: absolute;
	overflow: hidden;
	text-align: right;
	width: 480px;
	height: 16px;
	top: 137px;
	margin-left: 240px;
	z-index: 8;
}


/* Menu */
#menu {
	position: absolute;
	overflow: auto;
	width: 210px;
	top: 120px;
	bottom: 0px;
	margin-left: 20px;
}

* html #menu {
	height: 100%;
	top: 0px;
	bottom: 0px;
	border-top: 120px solid White;
	border-bottom: 0px solid White;
}

#menu_content {
	background-image: url(img/menu/bg.gif);
	background-repeat: repeat-y;
	width: 190px;
	margin-bottom: 10px;
}

#menu_content img {
	display: block;
}

#menu_content a {
	display: block;
	background-image: none;
	color: #363636;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 15px;
	margin-left: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-top: 5px;
	line-height: 12px;
}
#menu_content b {
	color: #158fde;
	font-size: 11px;
	padding-left: 14px;
	padding-right: 15px;
	margin-left: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-top: 5px;
	line-height: 12px;
}


#menu_content a:hover, #menu_content a:active {
	background-image: url(img/menu/bg_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #4d5f9d;
}

#menu_content a.actif {
	font-weight: bold;
	background-image: url(img/menu/bg_act_off.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu_content a.actif:hover, #menu_content a.actif:active {
	color: #363636;
	background-image: url(img/menu/bg_act_on.gif);
}








/* Titre */
#titre {
	position: absolute;
	overflow: hidden;
	text-align: right;
	width: 480px;
	height: 35px;
	top: 100px;
	margin-left: 240px;
	z-index: 7;
}


/* Coeur de page */
#text {
	position: absolute;
	overflow: auto;
	width: 485px;
	top: 160px;
	bottom: 0px;
	margin-left: 230px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 10px;
	z-index: 3;
}

* html #text {
	width: 500px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	border-top: 160px solid White;
	border-bottom: 0px solid White;
}


a {
	color: #4d5f9d;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f06d1a;
	text-decoration: none;
}



/* Image */
.shadow_container {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}
	
.shadow_container td {
	height: 100%;
	font-size: 1px;
}
	

.shadow_img img {
	padding: 5px;
	border: 1px solid #bababa;
	display: block !important;
	overflow: hidden !important;
}

* html .shadow_img img {
	border: none;
}

* html .shadow_img {
	padding: 5px;
	border: 1px solid #bababa;
}

	
.shadow_right, .shadow_right_bis {
	background-image: url(img/shadow_img/right.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 10px;
}
	
.shadow_right_bis {
	vertical-align: bottom;
}
	

.shadow_right_top, .shadow_right_bottom {
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
	
.shadow_right_top {
	background-image: url(img/shadow_img/right_top.gif);
	background-position: left top;
}
	
.shadow_right_bottom {
	background-image: url(img/shadow_img/right_bottom.gif);
	background-position: left bottom;
}
	
	
.shadow_bottom {
	background-image: url(img/shadow_img/bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 10px;
}

.shadow_bottom_left, .shadow_bottom_right {
	background-repeat: no-repeat;
	height: 10px;
}
	
.shadow_bottom_left {
	background-image: url(img/shadow_img/bottom_left.gif);
	background-position: left top;
}
	
.shadow_bottom_right {
	background-image: url(img/shadow_img/bottom_right.gif);
	background-position: right top;
}

	
.shadow_corner {
	background-image: url(img/shadow_img/corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}


/* Bas de page */
#bottom {
	font-size: 9px;
	text-align: center;
}

#bottom a {
	text-decoration: none;
}