* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(images/fondpage.jpg) no-repeat top center;
	font-family: Tahoma, Arial, "sans serif";
	font-size: 14px;
	color: #094941;
}

#ensemble {
	width: 621px;
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
}

#header {
	height: 250px;
}

#baborg {
	position: absolute;
	width: 225px;
	height: 289px;
	top: 45px;
	left: 330px;
}

#logo {
	display: block;
	width: 265px;
	height: 231px;
	background: url(images/logo.png) no-repeat;
	margin-top: 12px;
	margin-left: 40px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#logo span {
	display: none;
}

#corps .haut {
	width: 621px;
	height: 11px;
	background: url(images/fondbody_haut.png) no-repeat;
}
#corps .milieu {
	width: 621px;
	background: url(images/fondbody_milieu.png) repeat-y;
	padding: 40px 0px;
}
#corps .bas {
	width: 621px;
	height: 10px;
	background: url(images/fondbody_bas.png) no-repeat;
}

h2 {
	color: #094941;
	font-size: 24px;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 40px;
	width: 250px;
	text-align: center;
}

a img {
	border: none;
}

#formulaire_login {
	margin-top: 40px;
}
#formulaire_login td {
	padding: 4px;
}
.input_texte {
	width: 102px;
	height: 16px;
	padding: 5px;
	background: url(images/input.png);
}
.input_texte input {
	width: 102px;
	height: 16px;
	font-size: 14px;
	color: #094941;
	background: none;
	border: none;
}
#formulaire_login p {
	text-align: right;
}

#minis_baborgs {
	margin-left: 40px;
}
#minis_baborgs img {
	margin-left: 30px;
	cursor: pointer;
}
#minis_baborgs input {
	display: none;
}

#fleches {
	height: 36px;
	margin-left: 25px;
}
#fleches p {
	float: left;
}
#fleche1 {
	margin-left: 75px;
}
#fleche2 {
	margin-left: 202px;
}
#fleche3 {
	margin-left: 329px;
}
#fleche4 {
	margin-left: 456px;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.message {
	text-align: center;
	margin: 20px;
}
.rouge {
	color: #b70000;
}
.vert {
	color: #579700;
}

#footer {
	padding-top: 5px;
	font-size: 12px;
}

a {
	color: #08907f;
	text-decoration: none;
}
a:hover {
	color: #57d9c8;
}

.news {
	width: 500px;
	border: 1px solid #007d6d;
	margin: 30px auto;
}
.news .titre {
	background: #007d6d;
	color: #FFFFFF;
	position: relative;
}
.news .titre h4 {
	margin: 0px;
	padding: 5px 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
}
.news .titre p {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
}
.news .pair {
	background: #c9e5e9;
}
.news .contenu {
	padding: 10px;
}