body {
	margin:0px;
	padding:0px;
	
	background-color:#c3c3c3;
	background-image:url('images/fond.png');
	background-repeat:no-repeat;
	background-position:0px 200px;
	
	font-family:Arial, serif;
	color:#191919;
	font-size:12px;
}

a {
	color:#3d1414;
}

a img {
	border:none;
}

h2 {
	margin:0px;
	margin-bottom:10px;
	
	color:#264c5e;
	font-size:15px;
}

.spacer {
	height:20px;
}

/****************************************/
/*	-----	BANNIERE					*/
/****************************************/

#banniere {
	height:111px;
	
	background-image:url('images/banniere-repeat.png');
	background-repeat:repeat-x;
	
	border-bottom:4px solid #41738a;
}

#banniere2 {
	height:111px;
	
	background-image:url('images/banniere.png');
	background-repeat:no-repeat;
}



/****************************************/
/*	-----	TITRE						*/
/****************************************/

#titre {
	height:85px;
	
	background-image:url('images/sous-banniere-repeat.png');
	background-repeat:repeat-x;
}

#titre h1 {
	padding:0px;
	margin:0px;
	padding-top:15px;
	color:white;
	
	font-weight:normal;
	font-size:25px;
	font-family:Tahoma, serif;
}

#titre2 {
	/*width:770px;
	display:table-cell;
	vertical-align:middle;*/
	height:85px;
	
	padding-left:30px;
	background-image:url('images/sous-banniere.png');
	background-repeat:no-repeat;
}


/****************************************/
/*	-----	MENU						*/
/****************************************/

#menu {
	float:left;

	font-size:13px;
	color:white;
	width:150px;
	
	margin-left:30px !important;
	margin-left:15px;
	
	font-family:Tahoma, serif;
}

#menu a {
	text-decoration:none;
	font-weight:bold;
	color:white;
}

#menu .selected {
	/*color:#220808;*/
	text-decoration:underline;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style-position:inside;
}

#menu li {

	margin:0px;
	padding:0px;
	
	/*height:26px;*/
	
	padding-top:5px;
	padding-bottom:5px;
	
	padding-left:10px;
	margin-bottom:1px;
	
	background-image:url('images/fond-menu.png');
	background-repeat:repeat-x;
}



/****************************************/
/*	-----	CORPS						*/
/****************************************/

#corps {
	margin-left:210px;
	margin-right:20px;
}

#espace {
	clear:left;
	height:20px;
}

/****************************************/
/*	-----	BAS DE PAGE					*/
/****************************************/


#bas_de_page{
	clear:left;
	
	margin:30px;
	padding:10px;
	border-top:2px solid #7d696a;
	
	font-family:Tahoma, serif;
	font-size:12px;
}

#bas_de_page ul{
	text-align:center;
}

#bas_de_page li{
	display:inline;
}

#bas_de_page a{
	display:inline;
	text-decoration:none;
	color:#3d1414;
	margin:10px;
}

#bas_de_page a.selected{
	font-weight:bold
}



/****************************************/
/*	-----	ACCUEIL						*/
/****************************************/

.tab.bloc_news {
	float:left;
	width:200px;
	margin-right:10px;
}

.article {
	font-family:Tahoma, serif;
	border-bottom:1px solid #5b3f41;
	margin-bottom:10px;
}

.article h2 {
	font-family:"Times New Roman", serif;
	font-size:17px;
	margin:0px;
	padding:0px;
}
.article h2 a {
	text-decoration:none;
}

.article .date, .date {
	color:#4c4c4c;
}

.article p {
	color:white;
}

.contenu {
	margin-left:220px;
}

/****************************************/
/*	-----	PAGINATION					*/
/****************************************/

.pagination {
	margin-top:10px;
	margin-bottom:10px;
}


.article_page_article {
	padding-bottom:10px;
}
