@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#bandeau {
	width: 935px;
	margin-bottom: 3px;
}
#langue {
	width: 100px;
	margin-left: 835px;
	text-align: right;
	font-size: 12px;
	color: #0F3179;
}

#conteneur {
	width: 935px;
}
#conteneur #titrePage {
	clear: both;
	color: #0f3178;
	font-size: 16px;
	margin-top: 5px;
	font-style: italic;
}

#corps  {
	clear:both;
	margin-top: 5px;
	height: 390px;
	text-align: left;
	padding-left: 3px;
	overflow: auto;
	
}
#corps #article {
	width: 905px;
	font-size: 11px;
	margin-top: 15px;
	clear: both;
	margin-bottom: 10px;
}
#corps  #article  #titreBandeau {
	font-size: 16px;
	color: #b64e2b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b64e2b;
	height: 51px;
}
#corps #article #titreBandeau #titre {
	height: 50px;
}

#corps  #article  #titreBandeau #images img {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B64E2B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B64E2B;
	border-left-color: #B64E2B;
	margin-left: 4px;
}

#corps #article #titreBandeau #titre {
	float: left;
	width: 500px;
	padding-top: 25px;
	padding-bottom: 0px;
}
#corps #article #titreBandeau #images {
	float: left;
	margin-left: 225px;
	padding: 0px;
}

#corps #article #corpsArticle {
	width: 745px;
	float: left;
	text-align: justify;
	margin-right: 20px;
	color: #0f3178;
	padding: 0px;
	margin-top: 10px;
}
#corps #article #corpsArticle a {
	text-decoration: none;
	color: #0f3178;
	font-weight: bold;
}
#corps #article #corpsArticle a:hover {
	text-decoration: underline;
}


#corps #article #corpsArticle p {
	margin-top: 2px;
}
#corps #article #corpsArticle img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#corps #article #download {
	float: left;
	width: 130px;
	height: 90px;
	padding: 3px;
	text-align: center;
	margin-top: 10px;
}
#corps  #article  #download  #titreDownload  a {
	font-size: 11px;
	color: #0f3178;
	text-decoration: none;
	margin-top: 10px;
}

#conteneur #onglets {
	margin-top: 5px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0f3178;
}
#conteneur  #onglet {
	font-size: 13px;
	float: left;
	margin-right: 50px;
}

#conteneur  #onglet  a {
	color: #0f3178;
	text-decoration: none;
	padding: 2px;
}
.sousTitre {
	font-size: 12px;
}
.paragraphe {
	font-size: 12px;
	font-style: italic;
}
#conteneur #onglets #langue a {
	text-decoration: none;
	color: #0f3178;
}
