/**Accueil**/

#accueil
{
	border-collapse: collapse;
	margin-bottom: 40px;
}

#accueil h2
{
	padding: 10px;
	margin: 0px;
	border-bottom: 2px solid grey;
	border-radius: 10px 10px 0px 0px;
	background-color: #8EA2C6;
	font-family: 'Maven Pro', sans-serif;
}

#titre_blog
{
	width: 1040px;
}

#conteneur_article
{
	width: 1140px;
	height: 200px;
	margin-bottom: 5px;
	display: inline-block;
}

marquee
{
	font-size: 80px;
	padding-top: 10px;
}

/**Dates**/

.conteneur_date
{
	float: left;
	background: url("../../images/site/calendrier.jpg") no-repeat;
	width: 60px;
	color: black;
	line-height: 15px;
	margin-left: -6px;
	margin-right: 6px;
	margin-top: 3px;
}

.img_date
{
	text-align: center;
}

.jour
{
	font-size: 25px;
}

.mois
{
	position: relative;
	top: 11px;
	right: 15px;
	font-size: 11px;
}

.annee
{
	position: relative;
	bottom: 4px;
	left: 13px;
	font-size: 11px;
}

/**tailles**/

#info_important
{
	width: 100%;
}

#espace
{
	width: 76px;
}

#info_conteneur
{
	height: 130px;
}

#acces_blog
{
	font-size: 12px;
	color: teal;
	float: right;
	position: relative;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/** map **/

#map
{
	width: 400px;
    height: 300px;
    display: inline-block;
    left: 730px;
    top: 10px;
}

.conteneur_text_map
{
	margin-left: 10px;
	width: 610px;
	position: relative;
	bottom: 296px;
	border-top: 1px solid #8C98A4;
}
.view_article
{
	border-radius: 6px;
	background-color: #428bca;
    border-color: #357ebd;
    border-style: solid;
    border-width: 1px;
    color: #fff;
  	text-align: center;
  	display: inline-block;
  	height: 18px;
  	width: 95px;
  	position: relative;
  	bottom: 10px;
  	font-size: 13px;
  	padding-top: 2px;
  	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.view_article:hover
{
	color: #fff;
  	background-color: #3276b1;
  	border-color: #285e8e;
	text-decoration: none;
	color: white;
}

.view_article:after
{
	clear: both;
}

.info_article
{
	font-size: 14px;
	color: #333;
	text-align: inherit;
	float: right;
	position: relative;
	bottom: 3px;
}

.info_article:after
{
	clear: both;
}

.article_contenu h1, .article_contenu h2, .article_contenu h3, .article_contenu h4
{
	font-size: 16px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: Arial , sans-serif;
	color: #454b53;	
	text-transform: uppercase;
	font-size: 18px;
	height: 20px;
	background-color: white;
	line-height: normal;
	box-shadow: none;
	border-bottom: none;
}

/**Dates**/

.conteneur_date
{
	float: left;
	background: url("../../images/site/calendrier.jpg") no-repeat;
	width: 60px;
	color: black;
	line-height: 15px;
	margin-left: -6px;
	margin-right: 6px;
	margin-top: 3px;
}

.img_date
{
	text-align: center;
}

.jour
{
	font-size: 25px;
}

.mois
{
	position: relative;
	top: 11px;
	right: 15px;
	font-size: 11px;
}

.annee
{
	position: relative;
	bottom: 4px;
	left: 13px;
	font-size: 11px;
}

/**** Upload ****/
.hidden
{
	display: none;
}

.documentform
{
	border-left: 1px solid #8C98A4;
	margin-bottom: 15px;
	padding-left: 10px;
}