/* CSS Document */
* { margin: 0; padding: 0; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
hr.cleaner {
	border: 0;
	clear: left;
	_height: 1px;
	_margin: -0.5em 0;
	visibility: hidden;
	}
img { border: 0; }


body {
	background-color: #ececec;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

/* Layout */
#global {
	background: url(images/bg_m.jpg) repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
}
#header {
	position: relative;
	background: url(images/header.jpg) no-repeat;
	height: 265px;
}
#content {
	background: url(images/bg_intro.jpg) no-repeat;
	padding: 20px 40px;
	min-height: 90px;
	_height: 90px;
}
#left {
	float: left;
	padding-bottom: 20px;
	width: 310px;
}
#footer {
	background: #ececec url(images/bg_footer.jpg) no-repeat;
	padding-top: 40px;
}
#retour {
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 9;
}


#home {
	font-size: 1em;
	position: absolute;
	top: 40px;
	left: 75px;
	height: 220px;
	width: 230px;
}
#home a {
	display: block;
	height: 100%;
	width: 100%;
}
#home a:hover { text-decoration: none; }
#home span { visibility: hidden; }


#header h1 {
	position: absolute;
	top: 70px;
	right: 40px;
	color: #fff;
	font-size: 1.9em;
	font-weight: bold;
	text-align: right;
	width: 390px;
	z-index: 5;
}
#header h1 span {
	color: #084a65;
	font-size: 0.75em;
}
.hidden {
	visibility: hidden;
}

#intro p.intro {
	font-size: 1.3em;
}

#intro p.intro strong {
	font-size: 1.4em;
}

#content a {
	color: #00AEEF;
}
#content a:hover, #left a.on {
	display: inline;
	color: #666666;
	border-bottom: 1px dotted #EC008C;
	text-decoration: none;
	width: 100%;
}

#content p {
	font-size: 1.2em;
	line-height: 140%;
	margin-bottom: 18px;
}

#left ul {
	font-size: 1.3em;
}
#left li {
	margin-bottom: 0.5em;
}
#left a:hover, a.on {
	font-weight: bold;
}

h2 {
	background: url(images/h2.jpg) no-repeat 310px top;
	font-size: 2em;
	margin-bottom: 22px;
	padding-left: 350px;
	color: #084a65;
}
h3 {
	color: #ef2d39;
	font-size: 1.5em;
	margin-bottom: 8px;
	margin-top: 18px;
}
h4 {
	border-bottom: 1px solid #ef2d39;
	font-size: 1.2em;
	margin-bottom: 8px;
	margin-top: 14px;
}

h3.home {
	margin-top: 0;
	margin-bottom: 1em;
}

#footer p {
	padding-bottom: 0.5em;
	margin-left: 35px;
}
#footer a, #footer a:hover {
	color: #3b3b3b;
}

#retour a {
	color: #ef2d39;
}

table {
	border: 1px solid #EC008C;
	border-collapse: collapse;
	width: 100%;
}
td, th {
	border: 1px solid #EC008C;
	padding: 0.5em;
}
th {
	background-color: #00AEEF;
}

img.floatL {
	float: left;
	margin-right: 1em;
}

img.floatR {
	float: right;
	margin-left: 1em;
}


table.list td {
	vertical-align: top;
}

.facebook {
	position: absolute;
	bottom: 10px;
	right: 28px;	
}
.facebook p {
	font-size: 1.4em;
	line-height: 150%;	
}
.facebook a {
	color: #ef2d39;
}
.facebook img {
	display:block;
	float: right;
	width: 32px;
}
