@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#bandeau {
	
}

#langue {
  clear: both;
  color: #666666;
  float: right;
  font-size: 12px;
  text-align: right;
}

#conteneur {
  margin: 0 auto;
  width: 965px;
}
#conteneur #titrePage {
	clear: both;
	color: #a4a9af;
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
	padding-left: 205px;
}

#corps {
  clear: both;
  padding-left: 3px;
}

#corps #article {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#corps  #article  #titreBandeau {
	font-size: 14px;
	color: #ca033e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ababab;
	height: 51px;
}

#corps #article #titreBandeau #titre {
	width: 500px;
	padding-top: 25px;
	padding-bottom: 0px;
	height: 50px;
}
#corps #article #titreBandeau #images {
	float: right;
}

#corps #article #corpsArticle {
  color: #7B7B7B;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  padding: 0;
  text-align: justify;
  width: 780px;
}
#corps #article #corpsArticle a {
	text-decoration: none;
	color: #7B7B7B;
	font-weight: bold;
}
#corps #article #corpsArticle a:hover {
	text-decoration: underline;
}


#corps #article #corpsArticle p {
	margin-top: 2px;
}

#corps #article #download {
	height: 90px;
	padding: 3px;
	margin-top: 10px;
}

#corps #article #download #titreDownload {
	margin-top: 5px;
}

#corps  #article  #download  #titreDownload  a {
	font-size: 11px;
	color: #7B7B7B;
	text-decoration: none;
	margin-top: 10px;
}

#conteneur #onglets {
	height: 46px;
	background-image: url("/images/fondMenu.png");
}
#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 {
  color: #666666;
  text-decoration: none;
}

#footer {
  border-bottom: 1px solid #D9D9D9;
  clear: left;
  height: 65px;
  width: 965px;
}

#footer #bateau {
	float: right;
}

