@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;}
body { 
	behavior: url(csshover.htc);
	font-family: Arial, Helvetica, sans-serif; 
	background: #666666;
     }
	 
.fear { display: none;}
.clear {clear: both;}
a img {border: none;}
.margin { margin-top: 20px;}

#entrer {
	background: url(images/acc_back.png) repeat-x #666666;
	text-align: center;
}
#entrer img{ margin-top: 200px;}
#entrer p { margin-top: 21px;}
#entrer p a {
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;	
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	color: #666;
	font-weight: normal;
	font-size: 28px;
}

h2 {
	color: #666;
	font-weight: normal;
	font-size: 20px; ;
}

h1.in { padding-top: 30px;}



/*HEADER*/
#header {
	width: auto;
	height: 200px;
	background: url(images/head-back.png) repeat-x #d3cfcc;
}

#header_in {
	width: 800px;
	margin: auto;
	background: url(images/ban.png) no-repeat;
}
p.logo {
	margin-left: 70px;
}

p.logo a { 
	display: block;
	width: 145px;
	height: 130px;
	background: url(images/logo.png);
	float: left;
	margin-top: 61px;
}

ul#jsddm { 
	padding: 109px 0 0 223px;
	font-family: "Times New Roman", Times, serif;
}

ul#jsddm li {
	float: left;
	list-style: none;
	position: relative;
	width: auto;
	padding: 0 10px 0 10px;
	text-align: center;
}



ul#jsddm li a {	
	position: relative;
	color:#b1aaa4;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

ul#jsddm li a:hover {
	color: #fff;
}



ul#jsddm li ul{
	position: absolute;
	background: url(images/sec_back.png) repeat-x #e5e4e2;
	top: 16px;
	left: 0 ;
	padding-top: 22px;	
	display: none;
	list-style: none;
	width: 110px;
}

ul#jsddm li:hover ul {
 display: block;
}

#header ul#jsddm li ul li {
	border-bottom: #999 solid 1px;	
	padding: 5px 0 8px 0;
	text-align: left;
	display: block;
	width: 110px;
	float: none;
	margin: 0;
}

#header ul#jsddm li ul li.last {
	border: none;
}

#header ul#jsddm li ul li:hover {
	background: #dcd3cc;
}
	
#header ul#jsddm ul li a {
	color: #424966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 0 5px;
	background: none;
	height: inherit;
	display: block;
	text-decoration: none;
}

/*CONTENU*/

#content {
	background: #d3cfcc;
}

#content_in {
	background: url(images/logo2.png) 150px 100px no-repeat;
	width: 550px;
	margin: auto;
	padding: 0 120px 50px 300px;	
	color: #424966;	
	font-size: 12px;
	height: 550px;
	overflow: auto;
}

#left {
	width: 200px;
	float: left;
}

ul.news {
	margin: 20px 0 0 0;
	pading: 0;
}
ul.news li {
	padding: 5px 0;
	border-bottom: 1px solid  #424966;
	list-style-type: none;
}

#right {
	width: 540px;
	float: right;
}
#content_in a {color: #666;}
#content p {
	padding: 5px 0;
	text-align: justify;
}

#content ul {
	padding: 0px 0 5px 10px;
}

th, td {
	border: 1px solid #666;
	padding: 5px;
	text-align: right;
}

th.type {
	background: #666;
	text-align: center;
	color: #CCC;
}

th {
	background: #999;
}

td.titre {
	text-align: left;
	border: none;
}

img.lien {
	margin :-20px 50px;
	
}

/*Formulaire*/
form input, form textarea { 
	width: 300px;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
form {
	width: 400px;
	float: left;
	padding-top: 20px;
}

#contact {
	width: 300px;
	float: left;
	padding-top: 20px;
}
p.left { 
	width: 35px;
	float: left;
	margin-bottom: 1px;
	font-weight: bold;
}

p.right {
	width: 100px;
	float: left;
}

address {
	font-style:normal;
	padding-bottom: 15px;
}



/*FOOTER*/
#footer {
	background: url(images/footer-back.png) repeat-x #b0a9a3;
}

#footer_in {
	width: 760px;
	margin: auto;
}

#footer_in p {
	color: #67625c;
	font-size: 12px;
	padding: 5px 0;
	position: relative;
	padding-top: 8px;
	text-align: center;
}

img.mail {
	display: inline;
	margin-top:-6px;
	position: absolute;
	top: 13px;
	
}
