/* CSS Document */
/* ------------ Redefinition des TAG de Base et Id template --------- */
body{
	margin: 0px;
}

/*
.bord_L{
	background-image: url(images/bord_L.gif);

	background-repeat: repeat-y;	
	background-position:100%;
}
*/

#bord_L{
	/*background-attachment: fixed;*/
	background-image: url(images/bord_L.gif);
	background-repeat: repeat-y;
	background-position:100%;
/*	background-position: right top;*/
}

#bord_R{
	/*background-attachment: fixed;*/
	background-image: url(images/bord_R.gif);
	background-repeat: repeat-y;
	background-position:0%;
/*	background-position: left top;*/
}

#tab {
	width: 990px;
}
#menu {
	vertical-align:top;
	width: 149px;
}

#footer{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
}

/* ----------- Font Style ------------- */
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}	

.text_blog{
	font-family: Arial, Helvetica, sans-serif;
}

.text_titre_blog{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.text_noir{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.text_noir:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.text_noir:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.text_gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.text_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.text_menu:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.text_menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;	
}
.text_menu_sel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.text_titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.text_s{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.text_s:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.text_s:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}


.header{
	width: 748px;
}

.trait_droit{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.trait_titre{
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}


/* ----------------- bloc style ----------------- */
.tab_top{
	vertical-align:top;
}
.bloc{
	border: 1px solid #cecece;
	background-color: #F6F6F6;
}
.vert_fond{
	background-color:#dbe88e;
}
.rouge_fond{
	background-color:#efe1eb;
}
.jaune_fond{
	background-color:#fff3c0;
}
.actu_bis{
	background-attachment: fixed;
	background-image: url(images/bloc_titre_actu.gif);
	background-repeat: repeat-x;
	background-position: right top;	

}
