body {
	background-image: url("../images/texture.png");
	font-family: 'Arial';
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 3px #111;
	margin-top: 0px;
}

@font-face { 
    font-family: 'Gentium'; 
    src: url('GenBasR.ttf'); 
}

#main{
	width: 750px;
	margin: auto;
	margin-top: 0px;
}

#main_content{
	width: 370px;
	height: 100%;
	float: left;
	text-align: left;
}

#title {
	text-align: Left;
	font-size: 28px;
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#title span{
	font-size: 14px;
}

#side_left, #side_right {
	width: 150px;
	padding-top: 50px;
	font-size: 18px;
}

#side_left{
	float: left;
	text-align: right;
}

#side_right{
	float: right;
	text-align: left;
}

#descente_left, #descente_right {
	width: 40px;
	float: left;
	background-image: url("../images/descente.png");
}

#descente_right {
	height: 482px;
	background-image: url("../images/descente_2.png");
}

#descente_left{
	height: 358px;
	background-image: url("../images/descente_3.png");
}

/* CLASSES DES LIENS DE MENU */

.tab{
	height: 17px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 18px;
}

.tab_selected{
	font-size: 18px;
	font-weight: bold;
	color: #9897B8;
}

.tab:hover {
	color: #D1CEC9;
}

.tab_right {
	text-align: left;
}

.tab_left {
	text-align: right;
}

.ong_lien_carte{
	font-size: 15px;
	background-color: #D9BA74;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #111; 
	padding: 5px;
	margin-bottom: 5px; 
	margin-left: 5px;
	float: left;
	width: 140px;
	height: 17px;
	font-family: Arial;
	cursor: pointer;
	opacity: 0.7;
	text-align: center;
}

/* VIGNETTES */

.img_thumb {
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px;
	cursor: pointer;
	border: 2px solid white;
	box-shadow: 1px 1px 5px #111;
}

.img_thumb:hover {
	opacity: 0.5;
}

/* CHANGEMENT DE PAGES POUR VIGNETTES */

#bandeau_pages{
	height: 15px;
	width: 100%;
	padding-left: 10px;
	float: left;
}

.switch_page{
	cursor: pointer;
	float: left;
	height: 15px;
	width: 15px;
}

.current_page{
	font-size: 15px;
	color: brown;
}

/* DESCRIPTION D'UNE CATEGORIE */

.description_cat{
	padding: 5px;
	border-left: 2px solid #AAA;
	opacity: 0.7;
	margin-bottom: 5px;
}

/* LEGENDE EN DESSOUS D'UNE IMAGE AGRANDIE */

.caption_img{
	color: #111;
}

/* FORMULAIRE DE CONTACT */

#contact_div input, textarea{
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #111;
	height: 25px;
	box-shadow: 1px 1px 5px #111; 
	padding-left: 2px;
}