/* decoration Page #######################################################*/

.bg_page {
	background-image: url(/images/spacer_page.gif);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	/*margin-top: 5px;*/
	margin:0px;
}

.bas_page 
{
	font-size:10px
}

/* decoration des tableaux de la page contenu #######################################################*/

.bordure_page_top {
	background-image: url(/images/spacer_page.gif);
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}

.bordure_page_droitte {
	background-image: url(/images/spacer_page.gif);
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
}
.bordure_page_gauche {
	background-image: url(/images/spacer_page.gif);
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
}


/* decoration des tableaux index #######################################################*/
.bordure_index_top {
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	background-image: url(/images/spacer_index_ar.gif);

}

.bordure_index_bas {
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	background-image: url(/images/spacer_index_ar.gif);

}
.bordure_index_right {
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	background-image: url(/images/spacer_index_ar.gif);

}

.bordure_index_left {
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 2px;
	background-image: url(/images/spacer_index_ar.gif);

}

 /* vignettes textes page index */

.text_index {
	color: #000000;
	font-weight: normal;
	background-image: url(/images/spacer_index_ar.gif);
}

.text_index_title {
	color: #000000;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
}

.text_index_content {
	color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;

}

.text_index a{
	font-size: 9px;
	color: #ffffff;
	padding-right: 9px;

}



/* decoration des tableaux articles #######################################################*/

.bg_article {
	background-color: #FFFFFF;
}
.bordure_article_top {
	border-top-style: solid;
	border-top-color: #434647;
	border-top-width: 1px;
}
.bordure_article_bas {
	border-bottom-style: solid;
	border-bottom-color: #434647;
	border-bottom-width: 1px;
}
.bordure_article_droitte {
	border-right-style: solid;
	border-right-color: #434647;
	border-right-width: 1px;
}
.bordure_article_gauche {
	border-left-style: solid;
	border-left-color: #434647;
	border-left-width: 1px;
}




 /* vignettes textes articles */

.text_article {
	color: #787878;
	padding-left: 1px;
	padding-right: 6px;
	text-align: justify;

}

.text_article_title {
	color: #00A0E2;
	font-weight: bold;
	
}

.text_article_link a {
	font-size: 9px;
	color: #00A0E2;
	padding-right: 9px;
	padding-top:0px;
}

.text_article_top {	
		padding-top: 4px;	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:300px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:300px;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:auto;
}

.titre
{
	color: #787878;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
