@charset "utf-8";
.menu_c {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor: hand;
	background-color: #FFFFFF;
	height: 10px;
	text-align:left;
	height:20px;
}
body {
	background-color: #BCB99F;
}
.menu_cs {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor: hand;
	background-color: #CC0033;
	height: 10px;
	text-align:left;
	font-weight: bold;
	height:20px;
}
.tableMenuPrincipal {
	margin: 1px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 3px;
	border-right-color: #FFE3D7;
}


.smenu_c {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #993300;
	border: 1px solid #FFFFFF;
	background-color:#FFFFCC;
	cursor: hand;
}
.smenu_cs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #993300;
	border: 1px solid #FFFFFF;
	background-color:#FFFFEC;
	cursor: hand;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #35525D;
}
.EntetePage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #993300;
}
.rightSide {
	background-image: url(../images/contourTraitDroite.jpg);
	background-repeat: repeat-y;
	background-position:left;
}
.leftSide {
	background-image: url(../images/contourTraitGauche.jpg);
	background-repeat: repeat-y;
	background-position:right;
}
.Bottom {
	background-image: url(../images/contourTraitBas.jpg);
	background-repeat: repeat-x;
}
table {
	border: 1;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
dd {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #35525D;
}
.hmenu_c {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #314955;
	font-size: 11px;
	text-align:left;
	cursor: hand;
	text-indent: 10px;
}
.hmenu_cs {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #C25125;
	font-size: 11px;
	text-align:left;
	cursor: hand;
	text-indent: 10px;
}
.menugauche {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	
	
}

.maingauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 6px;
	padding-right: 6px;
}



.basictab{
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial;
	font-size: 11px;
	width:100%;
	color: #B2B2B2; /*  996611 */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B2B2B2;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 0px 10px;
margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B2B2B2;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
color: #B2B2B2;
}


.basictab li a:hover{
color: #878787; /* #DA930E*/
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #FFFFFF;
border-right-color: #B2B2B2;
border-bottom-color: #B2B2B2;
border-left-color: #B2B2B2;
}

.basictab li a:active{
color: #878787; /* #FFCC00 */
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
color: #878787; /*  #996600 */
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #B2B2B2;
border-left-color: #FFFFFF;
}


.submenustyle{
padding: 2px 0px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align:left
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
text-align:left
}

.submenustyle a{
padding: 1px 10px;
text-decoration: none;
color: #B2B2B2; /*  #996600 */
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #B2B2B2;
border-right-color: #B2B2B2;
border-bottom-color: #B2B2B2;
border-left-color: #B2B2B2;
font-family: Arial;
font-size: 11px;
text-align:left
}

.submenustyle a:hover{
color: #878787; /*  #996600 */
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #B2B2B2;
border-left-color: #FFFFFF;
}
