*{
	padding: 0;
	margin: 0;
}
@font-face { font-family: "geometric"; src: url("/css/geometric.ttf"); }
.clear{clear:both;}
html{
	height: 100%;
}
body{
	background-image:url(/images/background.gif);
	background-repeat: repeat-x;
	background-color:#4a4a4a;
	font-family: Arial;
	font-size: 0.8em;
	height: 100%;
}
div.content{
	margin: 0 auto;
	width: 800px;
}
a{
	color: #fff;
	text-decoration: none;
}
#header, nav, #section{
	display: block;
}
#header{
	display: block;
	background-image:url(/images/header.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#header ul {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#header ul  li{
	display: inline;
	list-style-type: none;
	color: #969696;
}
#header ul li a{
	padding: 2px 5px;
	color: #f4f4f4;
	text-decoration: none;
}
#header ul li a:hover{
	text-decoration: underline;
}

#header .logo{
	float: right;
	text-align: right;
}
#header .logo img{
	margin-bottom: 10px;
}

#section{
	display: block;
	color: #f4f4f4;
	width: 615px;
	float: left;
	margin-right: 20px;
}
#section p{
	padding-bottom:10px;
}
#header form{
	padding-top: 30px;
}
#header form#search{
	padding-top: 0px;	
}
#section .error{
	padding: 20px;
	background-color: #900;
	border-radius: 10px;
}
#section .partenaires{
	float :left;
	margin: 0 25px;
}
 .element input,#section .element select,  .element textarea{
	background-color: #5C5C5C;
	border: #b1b1b1 1px solid;
	padding: 3px;
	font-size: 1em;
	font-family:Arial;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
}
 .element input.txt{
	width: 250px;
}
 .element select.txt{
	width: 260px;
}
 .element label{
	width: 160px;
	text-align: right;
	display: block;
	float: left;
	padding-right: 10px;
	color:#e8e8e8;
}
 .element.site .images{
	width: 120px;
	float: left;
	margin-right: 10px;
}
 .element.site .info{
	width: 140px;
	float: left;
}
#section .catchild{
	list-style-type: none;
	float: left;
}
#section .catchild li{
	background-image: url(/images/pucerep.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
}
#section .catchild li span{
	color: #c0c0c0;
}
#section  .buttons input.submit{
	padding: 8px;
	background: none;
	background-image: url(/images/submit.gif);
	background-repeat: repeat-x;
	border: none;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	margin-left: 170px;
	-moz-border-radius: 5px;
}
#section .catchild{
	padding-bottom: 20px;
	padding-left: 20px;
}
#section .catchild li a{
	padding-bottom:5px;
	color: #f4f4f4;
	text-decoration: none;
}
#section .catchild li a:hover{
	text-decoration: underline;
}
#site span.date{
	display: block;
	padding-bottom: 20px;
	font-style: italic;
}
#site .image {
	width: 175px;
	float: left;
}
#site .desc{
	width: 430px;
	float: left;
	line-height: 150%;
}
#site .desc a,
#section .element  a.link{
	color: #5ee634;
}
#site .desc a{
	padding: 20px 0 10px 0;
	display: block;
}
#site .desc a:hover,
#section .element  a.link:hover{
	text-decoration: underline;
}
#section .element  h4{
	color: #fff;
}
#section .element  h4 a{
	color: #fff;
	text-decoration:none;
}
#section .element {
	padding-bottom: 10px;
}
#section .element.site {
	padding-bottom: 20px;
	width: 300px;
	float: left;
}
#section #pagination{
	text-align: right;
}
#section #pagination a, #section #pagination span.page{
	color: #adadad;
	border: solid 1px #adadad;
	padding: 3px;
	text-decoration: none;
}
#section #pagination a:hover, #section #pagination span.page{
	color: white;
	border: solid 1px white;
}
#section #nouveaux .images{
	float: left;
	margin: 5px 14px;
}
#section .note{
	margin-bottom: 10px;
}

div#pub{
	width: 120px;
	height: 600px;
	float: right;
}
#footer{
	border-top: 1px  dotted #adadad;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer .breadcrumb{
	float:left;
}
#footer .breadcrumb ul{
	list-style-type: none;
	padding-left: 0px;
}
#footer .breadcrumb ul li{
	display: inline;
	color: #969696;
}
#footer .breadcrumb ul li a{
	color: #f4f4f4;
	padding-right: 5px;
	text-decoration: none;
}
#footer .breadcrumb ul li a:hover{
	text-decoration: underline;
}
#footer div#mentions a{
	color: #969696;
}
#footer div#mentions{
	text-align: right;
	color: #969696;
	float: right;
}
h1{
	color: #adadad;
	border-bottom: 1px  solid #6e6e6e;
	border-top: 1px  solid #6e6e6e;
	font-family: geometric, Lucida;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
}

