/* CSS Document */


body{
	background-image: url("../images/skins/body_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

.BodyContent{
	padding: 15px;
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	color: #000000

}
td{
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	color: #000000
}


.mainmenutable{
	background: #ECF2EA url("../images/skins/bg_menu.jpg") repeat-x;
	height: 29px;
	margin-top: 0px;
	padding-bottom: 4px;

}

/* ----------------------------------------------- START : MENU */
a.mainmenu:link, a.mainmenu:visited{
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-right: 1px solid #000000;
	padding-left: 20px;
	padding-right: 20px;

}
a.mainmenu:hover{
	color: #996633;
	text-decoration: underline;

}
/* ----------------------------------------------- FIN : MENU */




/* Liste à puce */
li{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image:  url("../images/skins/square.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
		color:#666666;
}


/* News links */

.newstable{
	
}
.newstable th{
	color: #7C2137;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	background: #C5CFCF url("../images/skins/bg_row.jpg") repeat-y;
	border-bottom: 1px dashed #7C2137;
	margin-bottom:3px;
}
.newstable td{
	padding-top: 6px;
}

a.news:link, a.news:visited{
	color: #000000;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.news:hover{
	font-weight:normal;
	color: #FF0101;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

/* Les Liens ---------------------------------------- */
a:link, A:visited {
	COLOR: #000000; 
	TEXT-DECORATION: none;
	font-weight:bold;
	
}
a:hover {
	COLOR: #FF0101; 
	TEXT-DECORATION: underline;
	font-weight:bold;
}





.BorderRight { border-right: solid #CFCFCF 1px; }
.BorderLeft { border-left: solid #CFCFCF 1px; }
.BorderRightLeft { border-left: solid #CFCFCF 1px; border-right: solid #CFCFCF 1px; }
.BorderBottom { border-bottom: solid #CFCFCF 1px; }
.BorderTop { border-top: solid #CFCFCF 1px; }
.BorderBottom { border-bottom: solid #CFCFCF 1px; }
.BorderRightBottom { border-bottom: solid #CFCFCF 1px; border-right: solid #CFCFCF 1px; }
.BorderLeftBottom { border-bottom: solid #CFCFCF 1px; border-left: solid #CFCFCF 1px; }
.BorderRightBottomTop { border-bottom: solid #CFCFCF 1px; border-right: solid #CFCFCF 1px; border-top: solid #CFCFCF 1px; }
.BorderTopBottom { border-bottom: solid #CFCFCF 1px; border-top: solid #CFCFCF 1px; }
.BorderLeftTopBottom { border-bottom: solid #CFCFCF 1px; border-top: solid #CFCFCF 1px; border-left: solid #CFCFCF 1px; }
.BorderRightLeftBottom { border-left: solid #CFCFCF 1px; border-right: solid #CFCFCF 1px; border-bottom: solid #CFCFCF 1px; }
.AllBorders {border: solid #CFCFCF 1px; }

.WhiteBorders { border: solid #CFCFCF 1px; }
.DashedAllBorder { border: dashed #9AAABB 1px; }
.DashedBottomBorder { border-bottom: dashed #9AAABB 1px; }
.DashedTopBorder { border-top: dashed #9AAABB 1px; }
.DashedRightBorder { border-right: dashed #9AAABB 1px; }
.DashedLeftBorder { border-right: dashed #9AAABB 1px; }
.DashedBottomTopBorder { border-bottom: dashed #9AAABB 1px; border-top: dashed #9AAABB 1px; }

input, select {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height: 17px;
	font-size:9px;
	color: black;
	margin-left: 0px;
	padding: 0px 0.5em;
	padding-top: 2px;
	
	background: #fefefe url("../images/skins/background_form_element.gif") repeat-x;
	border: 1px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

input.submit{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	margin-left: 0px;
	padding: 0px 0.5em;
	font-weight:bold;
	font-size:9px;
	height:20px;
	cursor:hand;
	background: #fefefe url("../images/skins/background_form_element.gif") repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
textarea{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	background: #fefefe url("../images/skins/background_form_element.gif") repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;

}

.copyright{
	color: #999999;
	font-size: 9px;

}

.Titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #688263;
	font-weight: bold;
	letter-spacing: 0px;
	background: #FFFFFF url("../images/skins/yingyang.gif") no-repeat;
	padding-left: 28px;
	padding-bottom: 2px;
	

}