/* CSS Document */

body {
	margin:0px auto;
	padding:0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	color: #333333;
	position: relative;
	background: #ff7200 url(images/fond.jpg) no-repeat center top;
}

#body_wrap {
	width:746px;
	margin: 0px auto;
	padding: 10px 12px 40px;
	background: #FFFFFF;
	clear:both;
}

hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #E3E3E3;
}

hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}

#header_wrap {
	width: 754px;
	height: 232px;
	margin: 0px auto;
	padding: 0px 6px;
	color:#FFFFFF;
}

#footer_wrap {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	width: 746px;
	background: #000000;
	margin: 0px auto;
	padding: 5px 12px 12px;
	color:#999999;
	clear:both;
}

.table {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
	border:0px;
	border-style:solid;
	border-color:red;
	vertical-align: middle;
}

#tablo {
	
	width: 100px;
}

#single-leftcol {
	float:left;
	width: 165px;
}

#single-rightcol {
	float:right;
	width: 540px;
	background: #f4f4f4 url(images/logo.jpg) no-repeat center top;
	;
	border: #dae2cc 1px dotted;
	padding: 0px 6px;
	height: 100%;
}

.soustitre {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #ff7200;
}

.submenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
}
.submenu li{
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #dae2cc 1px dotted;
	line-height: 70%;
	list-style:none;
}
.submenu li a{
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
	padding: 4px 6px 4px 2px;
	display:block;
	list-style:none;
}
.submenu li a:visited{
	color: #4e4e4e;
	text-decoration: none;
}
.submenu li a:hover{
	text-decoration: none;
	background-color: #ff7200;
}
.submenu .page_item {
	display:block;
}

.submenu .current-cat {
	background: url(images/fleche2.gif) no-repeat left center;
}
.submenu .current_page_item {
	background: url(images/fleche2.gif) no-repeat left center;
}

.GrosTitre {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.Texte {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a, strong a {
	color: #FF6600;
	text-decoration:none;
}
a:visited {
	color: #FF9900;
}
a:hover {
	text-decoration:underline;
}