@charset "utf-8";
/*div {
	background-color: transparent;
}*/
body {
	background-color: #FFFFC0;
	font-family: arial;
}
.full
{
	width:100%;
	margin:0px;
	line-height:100%;
	background-color: #FFFFC0;
}
.banniereArea {
	background-image: url('logoCBV4.jpg');
	background-repeat: no-repeat;
	background-position: left;
	margin:15px;
	min-width: 500px;
	height:120px;
	overflow: auto;
}
	.centerContainer{
	margin-left : 160px;
	overflow: auto;
	padding: 5px;
	
}

.leftContainer{
	float:left;
	width: 150px;
	overflow: auto;
	padding: 5px;
}

.rightContainer{
	float:right;
	width: 250px;
	overflow: auto;
	padding: 5px;
	margin-top: 5px;
}
.bottomContainer{
/*border-style : solid;
border-width : thin;
position:absolute;
bottom:0px;*/
text-align : center;
/*margin-left : 160px;*/
overflow: auto;
padding: 5px;
	}
.vignetteArea{
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	}
.LiensRapidesArea {	
	border-style : solid;
	border-width : thin;
	margin-bottom : 15px;
	/*margin: 9px 1px 1px 1px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 200px;*/
}
.menuArea {
}
.menuLine {
	/*background-position: 4px 2px;*/
	margin: 5px;
	padding : 5px;
	border-style : solid;
	border-width : thin;
	color: rgb(0,0,0);	
	font-family: arial;
	font-size: 70%;
	font-weight: bold;
	background-color: rgb(254,193,40);
	
	/*color: rgb(153,46,160);*/
}


/*liens actifs pour menuLine*/
.menuLine a:link {
	color: rgb(0,0,0);
	text-decoration: none;
}
.menuLine a:visited {
	color: rgb(0,0,0);
	text-decoration: none;
}
.menuLine a:hover {
	background-color: rgb(248,152,40);
	color: rgb(0,0,0);
	text-decoration: none;
}
.menuLine a:active {
	color: rgb(0,0,0);
	text-decoration: none;
}
.menuLine a:focus {
	color: rgb(0,0,0);
	text-decoration: none;
}



/*Zone articles - début*/

.articleArea {
/*	position:absolute;
	top: 150px;
	left: 300px;
	width: 750px;
	overflow: hidden;
	border-style: ridge;*/
/*	border-style: groove;
	border-color: rgb(234,181,251);*/
}
.articleElement {
	border-style : solid;
	border-width : thin;
	margin : 5px;
/* padding : 5px;
	border-style: none;
	border-color: rgb(254,193,40);
	margin-bottom: 20px*/
}
.articleTop {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	background-color: rgb(248,152,40);
	padding : 3px;
}
.articleHeader {
	font-weight: bold;
	background-color: rgb(254,193,40);
	font-family: arial;
	font-size: 100%;
	color: rgb(0,0,0);
	padding : 3px;
}
.articleRef {
	background-color: rgb(255,255,255);
	font-family: arial;
	font-size: 70%;
	color: rgb(248,152,40);
}
.articleCore {
	font-family: arial;
	text-align: justify;
	font-size: 80%;
	color: rgb(0,0,0);
	padding: 5px 5px 15px 5px;
}
/*Zone articles - fin*/

/* test Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; 
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background:  rgb(254,193,40); }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* TEST Logos, documents et images */
.spip_documents { border:1px dotted black; text-align: center; margin: auto; padding: 5px;margin-bottom: 5px; vertical-align:text-bottom }
.spip_documents_center { /*clear: both; width: 30%; margin: auto; */ float:none; width:120px;}
/*span.spip_documents_center { display: block; margin-top:1em; }*/
.spip_documents_left { float: left; margin-right: 15px; }
.spip_documents_right { float: right; margin-left: 15px;   }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

