/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	line-height: 1;
	height: 100%;
	text-align:left;
	background-color: #000;
}
#container {
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clear {clear:both;}
#header {
	width:770px;
	height:199px;
	background-image: url(images/jdc2009_01.jpg);
	background-repeat: no-repeat;
}
#centre {
	width:770px;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-y;
}
#gauche {
	width:225px;
	float:left;
	background-image: url(images/jdc2009_02.jpg);
	height: 590px;
	padding-left: 47px;
}
#menu {
	width:220px;
	margin-top: 30px;
}
#contenu {
	width:495px;
	float:left;
	background-image: url(images/jdc2009_03.jpg);
	background-repeat: repeat-y;
	min-height: 590px;
}
#contenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCC;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
#contenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 14px;
}
#footer {
	width:770px;
	background-image: url(images/jdc2009_04.jpg);
	height: 150px;
	background-repeat: no-repeat;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 120px;
	text-align: center;
	padding-right: 35px;
}
#footer p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CB5732;
	text-align: center;
	line-height: 12px;
}
/* MAIN
-------------------------------------- */

p {
}
a { text-decoration: none; }
a:hover {
}
a:link,a:visited { text-decoration:none; }
a img,:link img,:visited img { border:none; }

.uneliste {
}
.uneliste ul {list-style-image: url(images/bullet.gif);margin-bottom: 15px;}
.uneliste li {font-size: 12px;color: #505050;padding-bottom: 8px;}
.uneliste li em {font-weight: bold;}
label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 2px;
}
select {
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
input {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

