/* http://www.siteduzero.com/tutoriel-3-13517-mettre-en-place-le-css.html#ss_part_3
Class : avec un .
id : unique et avec un #
*/
# html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
# pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
body, p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	scrollbar-face-color: #806040;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #806040;
	scrollbar-arrow-color: #FFFFFF;
	background: #806040;
}
html{
	scrollbar-face-color: #806040;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #806040;
	scrollbar-arrow-color: #FFFFFF;
}
/* lien */
a, a:visited, a:active{
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	-moz-outline-style: none;
}
a:hover{
	color: #806040;
	text-decoration: none;
	font-size: 14px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	-moz-outline-style: none;
}
/* lien bottom */
.bottom a, .bottom a:visited, .bottom a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	-moz-outline-style: none;
}
.bottom a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	-moz-outline-style: none;
}
/* lien tableau */
.table{
	background-color: #FFFFFF;
	width: 100%;
}
.td a, .td a:visited, .td a:active{
	display: block;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	-moz-outline-style: none;
}
.td a:hover{
	color: #806040;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	outline: none;
	-moz-outline-style: none;
}
.td {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	border: 1px solid;
	border-color : #000000;
	border-collapse: separate;
}
.th {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Univers, Arial, Verdana, sans-serif;
	font-weight: normal;
	border: 1px solid;
	border-color : #000000;
	border-collapse: separate;
}
.image img{
	border-color: #000000;
	border: 1;
}
.roundedcornr_box_967950 {
   background: #d3d3d3;
}
.roundedcornr_top_967950 div {
   background: url(img/roundedcornr_967950_tl.png) no-repeat top left;
}
.roundedcornr_top_967950 {
   background: url(img/roundedcornr_967950_tr.png) no-repeat top right;
}
.roundedcornr_bottom_967950 div {
   background: url(img/roundedcornr_967950_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_967950 {
   background: url(img/roundedcornr_967950_br.png) no-repeat bottom right;
}

.roundedcornr_top_967950 div, .roundedcornr_top_967950, 
.roundedcornr_bottom_967950 div, .roundedcornr_bottom_967950 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_967950 { margin: 0 15px; }

/* NOUVEAU MENU */
.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 11px Verdana;
	width: 130px;
	border-bottom: 1px solid #ccc;
	z-index:1;
	text-align:left;
}
.sidebarmenu ul li{
	position: relative;
	z-index:1;
}
.sidebarmenu ul li a{
	display: block;
	overflow: auto;
	color: white;
	text-decoration: none;
	font: bold 11px Verdana;
	padding: 6px;
	text-align:left;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
	z-index:1;
	outline: none;
	-moz-outline-style: none;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #414141;
	z-index:1;
	outline: none;
	-moz-outline-style: none;
}
.sidebarmenu ul li a:visited{
	color: white;
	z-index:1;
	outline: none;
	-moz-outline-style: none;
}
.sidebarmenu ul li a:hover{
	background-color: #806040;
	z-index:1;
	outline: none;
	-moz-outline-style: none;
}
/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 220px;
	top: 0;
	visibility: hidden;
	z-index:1;
	text-align:left;
}
.sidebarmenu a.subfolderstyle{
	background: url(img/right.gif) no-repeat 97% 50%;
	z-index:1;
	outline: none;
	-moz-outline-style: none;
}
* html .sidebarmenu ul li {
	float: left;
	height: 20;
}
* html .sidebarmenu ul li a {
	height: 20;
	outline: none;
	-moz-outline-style: none;
}
div.topright{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:156;
    height:150;
}
/*URL: http://www.dynamicdrive.com/style/ */
.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}
.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
/*
.toggleopacity img{
border: 0px;
}
.toggleborder:hover img{
border: 0px;
}
*/
.toggleborder:hover {
	color: white;
}

