@charset "UTF-8";

/* CSS Galerie Dix9/site*/

img {
	border:none;
	outline: none;
}
#main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#000000;*/
	background-color: #FFFFFF;
	position: absolute;
	left: 25px;
	top: 10px;
}
#header {
	width: 980px;
	height: 90px;
} 
#header h1 {
	text-indent:-10000px;
	padding:0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header h1 a {
	display:block;
	background:url(images/logo.gif) no-repeat left top;
	height:75px;
	/*border: 1px solid #000000;*/
}
.adresse {
	float:left;
	color: #000000;
}
#date {
	float:right;
	color: #406e90;
}
.content {
	width: 980px;
	margin-top:10px;
	line-height:10px;
	float:left;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*sidebar*/

.left {
	padding-left: 0;
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	border:1px solid #406e90;
	overflow:hidden;
	margin-bottom: 15px;
	background-image: url(images/fondbleu.gif);
	background-repeat: repeat;
	left: 0px;
}
.left a:link,a:active,a:visited { 
	text-decoration:none; 
	color:#FFFFFF; 
	border:none;
}
.left h2,.comments h3 {
	font-size:14px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.left ul,.right ul {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:20px;
	font-size:12px;
}
.left ul li,.right ul li {
	list-style-type:none;
	padding-top: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.left ul li ul,.right ul li ul { 
	list-style-type:square; 
	margin:0; 
	padding:0 3px; 
}
.left ul li ul li,.right ul li ul li { 
	list-style-type:none; 
	background:transparent url(images/bullet.gif) no-repeat 0 4px; 
	border:0; 
	margin:0; 
	padding:0 0 2px 12px; 
}
.left ul li ul li :hover {
	font-size: 12px;
	/*font-weight: bold;*/
	color: #000000;
}

/*content*/

.right {
	font-size:12px;
	line-height:16px;
	float:right;
	width:760px;
	margin-bottom: 10px;
}
.right a {
	color: #cc6600;
	text-decoration: none;
}
.right a:visited {
	color: #cc6600;
	text-decoration: none;
}
.right a:hover {
	color: #cc6600;
	text-decoration: underline;
}
.titre {
	font-size: 14px;
	color: #406e90;
	font-style: normal;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #406e90;
}
.publie {
	padding-right: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.navpage {
	/*text-align: center;
	display: block;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #406e90;
	padding-top: 5px;
}

/*footer*/

#footer {
	clear: both;
	background-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 980px;
}
.adresse {
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.bandeau {
	font-size: 10px;
	color: #406e90;
	text-decoration: none;
	font-weight: normal;
}
a.bandeau:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.bandeau:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bandeaumail {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.bandeaumail:hover {
	text-decoration: underline;
}
