/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	height: 100%;
}
body {
	background-color: #deeef6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
h1 {
	position: absolute;
	top: 104px;
	right: 349px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #575759;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	position: absolute;
	top: 127px;
	right: 349px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #575759;
	font-size: 13px;
	font-weight: normal;
}
#all {
	position: relative;
}
#header {
	width: 100%;
	height: 177px;
	background: url(/design/images/header_repeat.jpg) repeat-x top left;
	text-align: center;
}
#header_content {
	margin: 0 auto;
	position: relative;
	width: 764px;
	height: 177px;
	background: url(/design/images/header.jpg) no-repeat top left;
	text-align: right;
}
#header_content a {
	position: absolute;
	top: 40px;
	left: 13px;
	display: block;
	width: 189px;
	height: 52px;
}
#footer {
	/*position: absolute;
	bottom: 0;*/
	height: 30px;
	background: url(/design/images/header_repeat.jpg) repeat-x bottom;
	text-align: center;
}
#footer_content {
	margin: 0 auto;
	width: 764px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
}
.presentation {
	position: relative;
	background-color: #fff;
	padding: 10px;
	/*height: 200px;*/
	width: 330px;
	margin: 16px;
	float: left;
}
.presentation img {
	border: 1px solid #e6e6e6;
}
.presentation a {
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
	/*font-size: 1px;*/
}
.presentation a:hover {
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}
.presentation_txt {
	margin-top: 10px;
}

.en-cours {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/design/images/en-cours.png) no-repeat top left;
	width: 73px;
	height: 67px;
	z-index: 2;
}

img {
	border: none;
}
