@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 0.9em;
	line-height : 1.3;
	background-color: #FFFFFF;
	background-image: url(../img/body_bck.gif);
	background-repeat: repeat-x;
}

a {
	color:#444;
	text-decoration: none;
}

img {
	border:  none;
}

a:hover {
	color: #ff7c0a;
}

#wrap {
	width : 850px;
	margin : 0 auto;
	text-align : left;
}

#header {
	position : relative;
	background-color: #ffffff;
	background-image: url(../img/header_bck.gif);
	background-repeat: repeat-x;
	height: 180px;
	border-left : 1px solid #f2f2f2;
	border-right : 1px solid #f2f2f2;
}

#logo {
	margin-top: 15px;
	margin-left: 15px;
}

#headerleft {
	float: left;
}

#headerleft ul {
	margin-top: 20px;
}

#headerleft li {
	margin-left: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color:#EEEEEE;
	list-style-image: url(../img/li-picto.gif);
	list-style-type: none;
	font-size: 0.75em;
	margin-bottom: 5px;
}

#headerleft li a {
	color:#EEEEEE;
}

#headerleft li a:hover {
	text-decoration: none;
}

#headerright {
	text-align: right;
	margin-right: 20px;
	float: right;
}

#headerphoto {
	border: #333333 solid 1px;
	padding: 5px;
	background-color: #FFFFFF;
	width: 500px;
	height: 80px;
}

#textheadertop {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff7c0a;
}

#textheaderbot {
	margin-top: 15px;
}

.mainmenu {
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 1px;
	height: 26px;
	line-height: 26px;
	background-image:url(../img/menu_bck.gif);
	font-size: 0.8em;
	font-weight: bold;
}

.mainmenu a {
	display:block;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}


.mainmenu a:hover {
	background-image:url(../img/menu_sel_bck.gif);
}

.breadcrumb {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.75em;
}

.contentW100 {
	width: 100%;
}
.contentRCL {
	width: 433px;
}

.contentRC {
	width: 613px;
}

.contentW60 {
	width: 60%;
}
.contentWR {
	width: 200px;
}
.contentWL {
	width: 150px;
}

#content {
	background-image: url(../img/bck-R.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.inside {
	padding: 0px;
	padding-top: 5px;
	float:left;
	font-size: 0.90em;
}

.inside p.retrait {
	margin-left: 20px;
}

.sidebarL {
	background-color:#d8ec92;
	padding: 5px;
	float:left;
}

.sidebarR {
	padding: 10px;
	padding-right: 8px;
	padding-left:12px;
	margin-left: 15px;
	float:left;
}

.sidebarR .block {
	background-color:#FFF;
	padding: 5px;
	font-size: 0.75em;
}

.sidebarR .block .blocktitle {
	background-color:#d8ec92;
	padding: 2px;
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.sidebarR .block form{
	margin: 0px;
}

.news {
	border-bottom:#999 solid 1px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 0.85em;
}

.newsdate {
	font-size: 0.8em;
	color:#999;
}

.newsheading {
	font-weight: bold;
	font-size: 1.2em;
	color: #ff7c0a;
}

.newsheading span.sublink{
	font-weight:normal;
	font-size: 12px !important;
	color: #ff7c0a;
	color:#444;
}

.footer {
	margin-top: 5px;
	font-size: 0.74em;
	padding: 5px;
	background-color: #ff7c0a;
}

/* Common */

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear:both;
	height: 0px;
}

.center {
	text-align:center;
}

.marginB15 {
	margin-bottom: 15px;
}

.marginT15 {
	margin-top: 15px;
}

.marginT10 {margin-top: 10px;}
.marginB10 {margin-bottom: 10px;}