/*
Original design by Free CSS Templates
http://www.freecsstemplates.org (isometric)
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	/*text-transform: lowercase;*/
	text-align: center;
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #31576F;
}

h3 {
	height: 25px;
	background: #0077A7 url(../images/img3.gif) repeat-x left top;
	padding: 13px 0 0 20px;
	font-size: 11px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 180%;
}

ul {
	padding-left: 0;
	list-style-type: none;
	/*list-style-position: inside;
	list-style-image: url(../images/puce.png);*/
	margin: 4px 0 0 10px;
}

ul li {
	padding-left: 12px;
	background: transparent url(../images/puce.png) no-repeat left 6px;
}

a {
	color: #6B6B6B;
	text-decoration: underline;
}

a:hover {
	color: #ABBA47;
}

img {
	padding: 0;
	border-width: 0;
}

.bg1 {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(../images/img4.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(../images/img4.gif) repeat-x;
}

/* Header */

#header {
	text-align: left;
	width: 892px;
	height: 160px;
	margin: 0 auto;
	background-position: 0px 0px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#header * {
	margin: 0;
	padding: 0;
	/*text-transform: lowercase;*/
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 0 0 10px;
	font-size: 33px;
	text-transform: lowercase;
}

#header h2 {
	position: absolute;
	padding: 82px 0 0 0;
	top: 39px;
	left: 70px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

#header h2 a:hover {
	color: #31576F;
}

#header ul {
	float: right;
	margin: 0;
	padding: 82px 0 0 0;
	list-style: none;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: #ABBA47 url(../images/img2.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
}

ul#languages {
	position: absolute;
	padding: 82px 0 0 0;
	top: 38px;
	left: 10px;
	list-style: none;
}

ul#languages li {
	display: inline;
	margin: 0 0 0 8px;
	padding: 0;
	background: transparent;
}

/* Content */

#content {
	text-align: justify;
	width: 892px;
	margin: 0 auto;
}

#colOne {
	text-align: left;
	float: left;
	width: 186px;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0 0 0;
	background-image: url(../images/img6.gif);
        background-repeat: repeat-x;
        background-position: 0 0px;
}

#colOne li.first {
	background: none;
}

#colTwo {
	text-align: left;
	float: right;
	width: 686px;
}

/* Footer */

#footer {
	text-align: left;
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(../images/img7.gif);
        background-repeat: repeat-x;
}

#footer p {
	font-size: 90%;
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}
