body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/fond.png");
}

#global {
	background-image: url("../images/fond_global_div.png");
	position: relative;
	height: auto;
	width: 740px;
	border-radius: 15px 15px;
	-moz-border-radius: 15px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#courbe_haut_gauche, #courbe_haut_droit , #courbe_bas_gauche, #courbe_bas_droit {
	height: 19px;
	width: 19px;
	background-repeat: no-repeat;
	font-size: 1px; /* correction d'un bug IE */
}

#courbe_haut_gauche {
	background: url(".../images/courbe_haut_gauche.png");
}

#courbe_haut_droit {
	background: url(".../images/courbe_haut_droit.png");
	float: right;
}

#courbe_bas_gauche {
	background: url(".../images/courbe_bas_gauche.png");
}

#courbe_bas_droit {
	background: url(".../images/courbe_bas_droit.png");
	float: right;
}

#top {
	background-image: url("../images/ban_title.png");
	height: 200px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#ban_menu {
	margin-top: 28px;
}

#titre {
	padding-top: 15px;
	padding-left: 10px;
}

#content {
	background-color: #EDEDED;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#home {
	position: absolute;
	top: 278px;
	margin-left: 200px;
}

#global_left {
	background-image: url("../images/fond_global_div.png");
	float: left;
	margin-right: 20px;
	width: auto;
	border-radius: 15px 15px;
	-moz-border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#left {
	background-color: #EDEDED;
	height: auto;
	font-family: Pristina;
	font-size: 18pt;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.lab {
	background-color: #EDEDED;
	height: auto;
	font-family: Pristina;
	font-size: 10pt;
	text-align: left;
}

#connection_form {
	background-color: #EDEDED;
	text-align: center;
}

#private_content {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: calibri;
	font-size: 20px;
	color: #3c8217;
	text-align: center;
}

#private_content_photos {
	padding-top: 0px;
	padding-right: 100px;
	right: 100px;
	padding-bottom: 10px;
	text-align: center;
}

#div_private_content {
	background-color: #EDEDED;
	height: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
}

#div_private_content_fck {
	background-color: #EDEDED;
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}

.piedpage {
	/*background-color: #4EA01A;*/
	background-color: #608623;
	text-align: center;
	margin-left: 20px;
	margin-top: auto;
	margin-right: 20px;
	padding-bottom: 8px;
}

.photos {
	width: 700px;
	text-align: center;
}

.underline {
	text-decoration: underline;
	display: inline;
}

ul {
	list-style-image: url('../images/arrow.png');
	list-style-type: square;
}

a {
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

a img {
	border: none;
}