/* ---------------------------------- LAYOUT ----------- */
html {
	text-align : center;
	height: 100%;
}
body {
	height: 100%;
	text-align:left;
	background-color: #8a8687;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 951px;
	min-height: 100%;
	height: auto;
	background-color: #FFF;
}
/* Hack for IE, Reset to 100% height */
* html #Content {
	height: 100%;
}
/* End IE Hack */
.clear {
	clear:both;
}
/* ---------------------------------- HEADER ----------- */
#header {
	width: 951px;
	height: 148px;
	background-color: #FFF;
}
#header #branding {
	width: 192px;
	height: 146px;
	float: left;
	background-image: url(../images/logo_culturepourtous.gif);
	background-repeat: no-repeat;
	margin-right: 14px;
}
#header #branding h1 {
	text-indent: -9999px;
}
#header #haut {
	float: left;
	width: 744px;
}
#header #anim {
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
	height: 106px;
	width: 744px;
	float: left;
}
/* GAUCHE
-------------------------------------- */
#gauche {
	background-color: #FFF;
	width: 190px;
	float: left;
	height: 100%;
}
#gauche .elementgauche {
	width: 164px;
	float: left;
	margin-left: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin-right: 0px;
}
#gauche .elementgauche h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	line-height: 12px;
	padding-bottom: 7px;
}
#gauche .elementgauche h4 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	line-height: 12px;
	padding-bottom: 7px;
}
#gauche .elementgauche h5 {
}
#gauche .elementgauche h6 {
}
#gauche .elementgauche p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 12px;
	margin-bottom: 12px;
}
#gauche .elementgauche a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #78A22F; 
	text-decoration: underline;
}
#gauche .elementgauche a:hover {
	text-decoration: none;
}
#gauche .elementgauche_sans {
	width: 164px;
	float: left;
	margin-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
}
/* MAIN
-------------------------------------- */
#centre {
	width: 951px;
	height: 100%;
}
/* ---------------------------------- CONTENU ----------- */
#contenu {
	background-color: #FFF;
	width: 730px;
	float: left;
	height: 100%;
	margin-left: 16px;
}
#contenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #828282;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 15px;
}
#contenu h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
#contenu h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}
#contenu h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F37421;
	line-height: 14px;
	padding-bottom: 5px;
}
#contenu h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F37421;
	line-height: 12px;
	padding-bottom: 5px;
}
#contenu h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 11px;
	text-align: left;
	margin-bottom: 3px;
}
#contenu p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 13px;
	text-align: left;
	margin-bottom: 20px;
}
#contenu p strong {
	font-weight: bold;
}
#contenu p em {
	font-style: italic;
}
#contenu p strong em {
	font-weight: bold;
	font-style: italic;
}
#contenu a { 
	text-decoration: none;
	color: #f37421; 
}
#contenu a:hover {
	text-decoration: underline;
}

#contenu .separation {
	margin-top:14px;
	margin-bottom:14px;
	background-color: #898686;
	height: 1px;
}
#contenu .vignette {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 11px;
}
#contenu p.chapeau {
	background-color: #F0F0F0;
	width:687px;
	font-style: italic;
	padding: 10px;
	letter-spacing: 1px;
}

/* ---------------------------------- une liste ----------- */
#contenu .uneliste {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	margin-bottom: 20px;
}
#contenu .uneliste ul {

}
#contenu .uneliste li {
	list-style: none;
	padding-bottom: 2px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 12px;
}
#formulaire_recommander {
	width: 180px;
	float: right;
	text-align: right;
	position: relative;
}
.bouton_envoyer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F37421;
	text-decoration: none;
	background-color: #FFF;
	line-height: 12px;
	width: 125px;
	border: 1px solid #78A22E;
	padding: 3px;
}
#contenu .image_article {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#contenu .image_article img {
	padding-bottom: 5px;
}
#contenu .image_article p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 11px;
}
#contenu .image_article_d {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
#contenu .image_article_d img {
	padding-bottom: 5px;
}
#contenu .image_article_d p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 11px;
}
#contenu .image_article_full {;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#contenu .image_article_full img {
	padding-bottom: 5px;
}
#contenu .image_article_full p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 11px;
}
#contenu .image_article_legende {
	float: left;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
#contenu .image_article_legende img {
	padding-bottom: 5px;
}
#contenu .image_article_legende p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 11px;
}
#contenu .image_article_legende_d {
	float: right;
	margin-bottom: -10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
#contenu .image_article_legende_d img {
	padding-bottom: 5px;
}
#contenu .image_article_legende_d p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 11px;
}
#contenu .article_separe {
	margin-top:14px;
	margin-bottom:20px;
	background-color: #78A22F;
	height: 1px;
}
#contenu #article_credit {
}
#contenu #article_credit p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #838383;
	line-height: 12px;
}

.espace {
	height: 20px;
	padding: 2px;
}
#footer {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	width: 931px;
	background-color: #f37321;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: -16px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 11px;

}
#contenu  .titres_soulignes_verts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #78A22F;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	padding-top: 5px;
}
#contenu  .titres_soulignes_oranges {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f37421;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	padding-top: 5px;
}
.article_encadre {
	display: block;
	background-color: #FFC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
sup {
position: relative;
top: -3px;
vertical-align: top;
font-size: 90%;
}
#container .chapeau {
	background-color: #E8E8E8;
	width: 687px;
	padding: 10px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#container .chapeau p{
	display:block;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
#container .chapeau span{
	display:block;
}
#container .chapeau img{
	float: left;
	margin-right: 10px;
}
#container .chapeau em{
	font-style: normal;
	font-weight:normal;
}
#container .encadre {
	background-color: #CCC;
	display: block;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#container .encadre img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#container .encadre h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px;
}
#container .encadre p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#container .encadre strong{
	font-weight: bold;
}
#container .encadre em{
	font-style: italic;
}
