@charset "utf-8";
body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	}
a {
	border:none;
	outline:none;
	color:inherit;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#0060B6;
}
a:active {
	color:#0060B6;
}

/* T E X T */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font: 'Gill Sans';
	font-weight: lighter;
	margin: 0 0 0.6em 0;
	color: #0060B6;
	border-bottom: 1px #0060B6 solid;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:0.8em;
}

p {
	margin:1em 0 1.4em 0;
}
ul {
	margin:0 0 15px 0;
}
.leftcol li {
	margin:3px 0 0 0;
	list-style-type: none;
	background:url(images/bullet.gif) no-repeat left top;
	padding-left: 12px;
}
.rightcol li {
	margin:3px 0 0 0;
	list-style-type: none;
	background:url(images/bullet.gif) no-repeat left top;
	padding-left: 12px;
}
.small {
	font-size: 1px;
	color: #CCCCCC;
}
.medium {
	font-size:1.2em;
}

/* M E N U */
#menu {
	height:29px;
	background:url(images/menu_bkg.gif) no-repeat;
	clear:both;
	margin-bottom: 50px;
}
#menu ul {
	margin:0 0 0 0;
	display:inline;
}
#menu ul li {
	list-style-type:none;
	margin:0 0 0 0;
	cursor:pointer;
}
#accueil {
	background:url(images/acceuil.gif) no-repeat;
	width:126px;
	height:29px;
	float:left;
}
#conformite {
	background:url(images/conformite.gif) no-repeat;
	width:155px;
	height:29px;
	float:left;
}
#servcomptable {
	background:url(images/servcomptable.gif) no-repeat;
	width:221px;
	height:29px;
	float:left;
}
#contact {
	background:url(images/contact.gif) no-repeat;
	width:129px;
	height:29px;
	float:left;
}
#english {
	background:url(images/english.gif) no-repeat;
	width:119px;
	height:29px;
	float:left;
}

/* R O L L O V E R S  F O R  M E N U */
#accueil:hover {
	background:url(images/acceuil_ro.gif) no-repeat;
}
#conformite:hover {
	background:url(images/conformite_ro.gif) no-repeat;
}
#servcomptable:hover {
	background:url(images/servcomptable_ro.gif) no-repeat;
}
#contact:hover {
	background:url(images/contact_ro.gif) no-repeat;
}
#english:hover {
	background:url(images/english_ro.gif) no-repeat;
}

/* B O D Y */
#container {
	width: 750px;
	text-align: left;
	margin:0 auto;
}
#header {
	background:url(images/header.gif) no-repeat top right;
	height:125px;
	margin:0;
}
#banner {
	background:url(images/topbanner.gif) no-repeat top;
	height:153px;
	margin:10px 0 0 0;
}
.leftcol {
	width: 257px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 23px 0 0;
}
.rightcol {
	width: 430px;
	float: left;
	padding: 0 0 0 10px;
}
#prefooter {
	clear:both;
	margin:30px 0 0 0;
	text-align:center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:5px 0 5px 0;
	color: #999999;
}
#footer {
	background:url(images/footer_bkg.gif) repeat-x top;
	height:23px;
	text-align: center;
	color: #999999;
	margin:50px 0 0 0;
	width:100%;
	padding: 4px 0 0 0;
	display: block;
	float: left;

}
