	/* CSS general */
* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(../img/fond.jpg);
	background-position: top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#efc683;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #F89315;
}

	/* CADRE CENTRE */
#pratique {
	position:relative;
	top:0px;
	left: 50%;
	margin-left:-340px;
	width:231px;
	height:34px;
	text-align:center;
	font-size: 13px;
	letter-spacing:1px;
	font-weight:bold;
	line-height: 25px;
	background-image:url(../img/bouton_pratique.png);
}
	#pratique a {
		width:231px;
		height:29px;
		display:block;
		text-decoration:none;
		color:#FFFFFF;

	}
	
	
	#pratique a:hover {
		width:231px;
		height:29px;
		display:block;
		text-decoration:none;
		color:#FFFFFF;

	}
	
#centre {
	margin-top:40px;
	width:946px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
	#centre .haut1 {
	float:left;
	width:946px;
	height:35px;
	background:url(../img/fd1_h.png);
	}
	#centre .centre2 {
	float:left;
	width:946px;
	height:auto;
	background-image:url(../img/fd2_c.png);
	background-repeat: repeat-y;
	}
	#centre .bas3 {
	float:left;
	width:946px;
	height:40px;
	background-image:url(../img/fd3_b.png);
	background-repeat: no-repeat;
	}
#logo {
	float:right;
	width:308px;
	height:55px;
	margin-top: -25px;
	margin-right:30px;
	background-image:url(../img/logo.png);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
}
.barre_haut {
	margin: 3px 0px 0px 100px;
	float:left;
	display:inline;
	width:150px
}
.liens {
	margin: 3px 0px 0px 0px;
	display:block;
	float:left;
	width:250px
}

.titre {
	font-size:12px;
	font-weight:bold;
	margin: 5px 0px 0px 7px;
	display:block;
}
.breve {
	margin: 5px 0px 0px 7px;
	display:block;
}

.recherche {
	margin-left:17px;
	height:15px;
	width:130px;
	border:none 0px #FFFFFF;
	margin:2px 2px 0px 10px;
	
} 
	/* FIN CLASSE */
	
	/* LIENS */
	
a.plus {
	color:#F70011;
}

a.simple {
	color:#FFFFFF;
	text-decoration:none;
}

/* popup */

.pop_actu {
	margin:10px;
	background-image:url(../img/fd_pop.png);	
	padding-top:10px;
	height:435px;
	overflow:auto;
	}
	
#baspage {
	width:100%;
	height:20px;
	font-size:10px;
	float:left
	}
.baspagetxt {
	color:#333333;
}

