body {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;	
	background-image: url("../images/body.gif");
	text-align: center;
}

#main {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 703px;
	//height: 100%;
	background-image: url("../images/background.gif");
	border: 2px solid gray;
	text-align: justify;
}

#title {
	height: 234px;
	width: 703px;
	background-image: url("../images/title.gif");
	
}

#menusp {
	padding: 208px 0px 0px 402px;
	margin: 0px 0px 0px 0px;
}

#menusp ul {
   padding: 0px;
   margin: 0px;
}

#menusp ul li {
   list-style: none;
   display: inline;
   font-size: 12px;
   margin-right: 12px;
}

#menusp ul li a {
   text-decoration: none;
   color: #ffffff;
}

#menusp ul li a:hover {
   color: #15409c;
}

#menu_container {
	float: left;
	width: 198px;
	background-image: url("../images/menu_m.gif");
	background-repeat: repeat-y;
}

#menu_h {
	width: 198px;
	height: 65px;
	background-image: url("../images/menu_h.gif");
}

#menu {
	width: 188px;
	margin: 0px 0px 0px 10px;
}

#menu ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#menu ul li {
	list-style-type: none;
}

#menu ul li a {
	font-size: 12px;
	border: none;
}

#menu ul ul li a {
	margin: 0px 0px 0px -10px;
	font-size: 10px;
}

#menu_f {
	width: 198px;
	height: 24px;
	background-image: url("../images/menu_f.gif");
}

#content_container {
	float: right;
	width: 498px;
	background-image: url("../images/content_m.gif");
	background-repeat: repeat-y;
	/*border: 1px solid red;*/
}

#content_h {
	width: 498px;
	height: 20px;
	background-image: url("../images/content_h.gif");
}

#content {
	padding: 0px 30px 0px 30px;
}

#content_f {
	clear:both;
	width: 498px;
	height: 44px;
	background-image: url("../images/content_f.gif");
}


#full_container {
	width: 703px;
	background-image: url("../images/full_m.gif");
	background-repeat: repeat-y;
	/*border: 1px solid red;*/
}

#full_h {
	width: 703px;
	height: 20px;
	background-image: url("../images/full_h.gif");
}

#full_f {
	clear:both;
	width: 703px;
	height: 24px;
	background-image: url("../images/full_f.gif");
}

#footer {
	clear: both;
	height: 17px; /* = 41 - 2 x 12 � cause du padding */
	width: 703px;
	background-image: url("../images/footer.gif");

	padding: 12px 0px 12px 0px;

	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

#footer ul {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#menunav ul {
	margin: 0px 30px 0px 30px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#menunav ul li {
	display: inline;
	margin: 0px 30px 0px 30px;
	padding: 0px 0px 0px 0px;
}