/* Styles des différentes parties du site */
#langue {
	text-align:right;
}

#langue img {
    border:0px; 
}

#banniere {
	text-align: center;
	width: 853px;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #A9A9A9;
	margin-left:0px;
	padding:0px;
	background-color: #FAFAFF;
}

#menu {
	position: relative;
	display:inline;
	height:100%;
	float: left;
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
	z-index:1;
}


#corps {
	position:relative;
	float: right;
	width: 689px;
	margin-top: 2px;
	margin-bottom:2px;
	margin-right:0px;
	padding: 5px;
	overflow:hidden;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	z-index:0;
}

#pied {
	text-align: center;
	clear: both;
	width: 853px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #A9A9A9;
	margin-right:0px;
	background-color: #FAFAFF;
}

#nopub {
	width:855px;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
}

#iealert {
    border:1px solid maroon;
    background-color:red;
    padding: 5px;
    font-weight:bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Sponsors */
#partenaires {
	float:left;
	width: 120px;
	margin-top:5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#partenaires img {
	border:0px;
	margin-left:10px;
	margin-right:10px; 
	max-width:100px;
	height:auto;
	vertical-align:middle;
}

/* Style général */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #F2F2F7;
}

#container {
	width: 1000px;
	margin: auto; 
	border:0px;
	padding:0px;
}

/* Style du menu */
#menu ul {
	padding: 0;
	width:150px;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #A9A9A9;
	background-color: #FFF;
	margin:0;
	position: relative;
	z-index:100;
}

#menu ul li {
	position:relative;
	list-style:none;
	border-bottom:0;
}

#menu ul ul {
	position:absolute;
	top:0;
	left:150px;
	display:none;
}

#menu li a {
	color: #3D6C87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #FFF;
}


#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
#menu ul.niveau2 li.sousmenu:hover ul.niveau3,
#menu ul.niveau3 li.sousmenu:hover ul.niveau4,
#menu ul.niveau4 li.sousmenu:hover ul.niveau5,
#menu ul.niveau5 li.sousmenu:hover ul.niveau6,
#menu ul.niveau6 li.sousmenu:hover ul.niveau7,
#menu ul.niveau7 li.sousmenu:hover ul.niveau8,
#menu ul.niveau8 li.sousmenu:hover ul.niveau9,
#menu ul.niveau9 li.sousmenu:hover ul.niveau10 { 
	display:block;
}

#menu a:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #5F8EA9;
	background-color: #5F8EA9;
}


/* Style du pied de page */
#pied a {
	color: #5F8EA9;
	text-decoration: underline;
}

#pied a:hover {
	color: #33627D;
	text-decoration: none;
}

/* Style des liens */
a {
	color: #5F8EA9;
	text-decoration: underline;
}

a:hover {
	color: #33627D;
	text-decoration: underline;
}

/* Style des images */
#corps img {
	padding: 5px;
	max-width:670px;
	border: 2px solid #808080;
}

/* Autres styles */
.styleID {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #A9A9A9;
	padding: 10px;
	background-color: rgb(255,10,10);	
}

.styleAdmRub {
	width: 220px;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #A9A9A9;
	padding: 3px;
	background-color: rgb(250,250,250);	
}

.post-title {
	margin: 0;
	padding: 0;
	font: italic bold 180% Georgia, Serif;
	line-height: 1.1em;
	color: #333;
}
.post-title a, .post-title a:visited, .post-title strong {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.date-header {
	margin: 1.5em 0 0;
	font-weight: normal;
	color: #777;
	font-size: 100%;
}

.main-title {
	font-family: fantasy;
	font-size: xx-large;
	text-align: center;
}