/* CSS Document */
a:link {
	color: #11688D;
}
a:visited {
	color: #11688D;
}
a:hover {
	color: #2FAEE6;
}
a:active {
	color: #11688D;
}
body{
	background: url('images/fond.gif') repeat-x;
	background-color: #11688d;
	margin: 0;
	padding: 0;
}
.textenormal{
	font: 13px Tahoma;
	color: #188bbd;
	line-height: 110%;
	margin: 0;
	margin-bottom: 5px;
	padding-right: 15px;
}
.textenormalsites{
	font: 13px Tahoma;
}
.copyright{
    font: 15px Tahoma;
	color: #000000;
}
#page{
	width: 930px;
	margin: auto;
}

#header{
	height: 159px;
	overflow: hidden;
}

#header_logo{
	width: 323px;
	height: 159px;
	background: url('images/header_logo.gif') no-repeat;
	float: left;
	display: inline;
}

#header_fin{
	width: 607px;
	height: 159px;
	background: url('images/header_fin.gif') no-repeat;
	float: left;
	display: inline;
}

#separateur{
	height: 61px;
	widows: 930px;
	background: url('images/separateur.gif') no-repeat;
}

#conteneur{
	width: 930px;
	overflow: hidden;
	background: url('images/conteneur.gif') repeat-y;
}

#menu{
	width: 270px;
	float: left;
	display: inline;
	
}

#menu-primaire{
	width: 22px;
	height: 481px;
	background: url('images/menu_primaire.gif') no-repeat;
	float: left;
	display: inline;
}

#menu-contenu{
	width: 248px;
	height: 481px;
	background: url('images/menu_second.gif') repeat-x;
	float: left;
	display: inline;
}

.box{
	width: 200px;
	height: 63px;
	background: url('images/box.gif') no-repeat;
	margin-left: 23px;
	margin-bottom: 10px;
}

.box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
	widows: 200px;
	height: 63px;
}

.box li{
	font: 15px Tahoma;
	color: #fdd158;
}

.box li a{
	font: 15px Tahoma;
	color: #fdd158;
	text-decoration: none;
}

#box1{
	width: 248px;
	height: 47px;
	background: url('images/box1.gif') no-repeat;
}

#box2{
	width: 248px;
	height: 43px;
	background: url('images/box2.gif') no-repeat;
}

#box3{
	width: 248px;
	height: 47px;
	background: url('images/box3.gif') no-repeat;
}

#contenu{
	float: left;
	display: inline;
	width: 660px;
	overflow: hidden;
}

#contenu_primaire{
	width: 660px;
	
	background: url('images/contenu_primaire.gif') repeat-x;
	overflow: hidden;
}

#corps{
	width: 599px;
	
	background: url('images/corps_box.gif') repeat-x;
	margin-left: 31px;
	overflow: hidden;
}

#interieur h1{
	width: 449px;
	height: 25px;
	background: url('images/corps_h1.gif') no-repeat;
	margin: 0;
	margin-bottom: 5px;
	font: 16px Tahoma;
	color: #1ca9e5;
	padding-top: 10px;
	padding-left: 50px;
	margin-left: 10px;
	font-weight: bold;
}

#box{
	width: 570px;
	overflow: hidden;
	margin-left: 10px;
	background: url('images/interieur_corps.gif') no-repeat;
	background-color: #cbeafa;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
}

#box h2{
	height: 19px;
	width: 550px;
	background: url('images/sous-menu.gif') no-repeat;
	font: 13px Tahoma;
	color: #1796cc;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 15px;
	font-weight: bold;
}
#box h3{
	font: 18px Tahoma;
	color: #188bbd;
	line-height: 110%;
	margin: 0;
	margin-bottom: 5px;
	padding-right: 15px;
}
#box p{
	font: 13px Tahoma;
	color: #188bbd;
	line-height: 110%;
	margin: 0;
	margin-bottom: 5px;
	padding-right: 15px;
}
#interieur_bas{
	width: 580px;
	height: 23px;
	background: url('images/interieur_bas.gif') no-repeat;
	margin-left: 10px;
}

.gauche{
	float: left;
	display: inline;
	margin: 10px;
}

.droite{
	float: right;
	display: inline;
	margin: 10px;
}

.important{
	float: left;
	background: url('images/important-droite.gif') no-repeat right top;
	margin: 0;
	padding: 0;
}

.important a{
	display: block;
	background: url('images/important-gauche.gif') no-repeat left top;
	padding: 5px 15px;
	font: 15px Tahoma;
	color: #ffd978;
}