body {
	margin: 0;
	padding: 0;
	font: 11px/13px "Trebuchet MS",Arial,Helvetica,sans-serif;
	background: #586273 url(/img/bg-tile.png) repeat top left;
}
#rupture {
	clear: both;
	height: 4px;
}

#container {
	width: 490px;
	margin: 5px auto;
	padding: 0;
	overflow: hidden;
	background: #bac1cc url(/img/bg-container.png) repeat-y ;
}

#contenu {
	clear: both;
	width: 470px;
	padding: 5px;
	margin-bottom: 35px;
	font-size: 13px;
	line-height: 130%;
	text-decoration: none;
}
#contenu p , #contenu li {
	margin-top: 6px;
	margin-bottom: 6px;
}

#header {
	width: 490px;
	height: 61px;
	background: #dbd7c5 url(/img/bg-header.png) repeat-x top center;
	overflow:hidden;
}


#footer {
	clear: both;
	width: 490px;
	border-bottom: 1px solid #D3D3D1;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	text-align: right;
	background: #bac1cc url(/img/bg-footer.png) repeat-y ;
}
#headermenu {
	clear: both;
}


h1 {
	clear: both;
	font: 27px Georgia,Times,serif;
	color: #000;
	border: 0;
	padding: 0;
	margin: 16px 0;
	text-align: center;
}

.chapo {
	font: 17px Georgia,Times,serif;
	color: #000;
}

h2 {
	font: 32px Georgia,Times,serif;
	color: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}

h2 span {
	font: 40px Georgia,Times,serif;
	color: #A9A9A8;
	font-style: italic;
}

h3 {
	font: 20px Georgia,Times,serif;
	background-color: #485364;
	margin: 10px 10px 10px 0 ;
	padding: 10px 10px;
	clear: both;
}

#footer p {
	clear: both;
	padding: 8px;
	margin: 0;
	padding-top: 16px;
	text-align: right;
}

#indexcopyright {
	margin: 5px 0 70px 0;
	padding: 5px ;
	font: 10px/12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #999;
	text-align: right;
	clear: both;
}
	
a:link	{ color: #000; text-decoration: underline; }
a:visited	{ color: #000; text-decoration: underline; }
a:active	{ color: #000; text-decoration: underline; }
a:hover	{ color: #8B8B8A; text-decoration: underline; }

a.header:link		{ color: #fff; text-decoration: none; }
a.header:visited	{ color: #fff; text-decoration: none; }
a.header:active	{ color: #fff; text-decoration: none; }
a.header:hover		{ color: #A9A9A8; text-decoration: none; }

a img { text-decoration: none; border:none; }

#error {
}
#errormessage {
	margin-left: 100px;
	width: 368px;
}
#errormessage h1{
	margin: 0;
	padding: 0;
}
#errorcancel {
	clear: both;
	text-align: right;
}
#errorgalerie {
	width: 90px;
	float: left;
}

p#galerie img , p#errorgalerie img {
	margin: 3px;
	border: 1px solid #000000;
}

#google {
	clear: both;
	padding-top: 15px;
	height: 76px;
}



#tags_p {
	padding-left: 20px;
}

#tags_p a {
	padding: 2px;
	margin: 2px;
	border: 1px solid #a9a9a9;
	text-decoration: none;
	font-size: 80%;
}

#tags_p a:hover {
	background: black;
	color: white;
}

#tags_liste {
	list-style: none ;
	margin: 0;
	padding: 0;
	padding-left:20px;
}
#tags_liste li {
	font-size: 13px;
	text-align:center;
	display: inline ;
}

#tags_liste a {
	display:block;
	float:left;
	padding:2px;
	margin:2px;
	border: 1px solid #a9a9a9;
	text-decoration: none;
	font-size:80%;
}

#tags_liste a:hover , #tags_liste a.actif  {
	background:black;
	color:white;
}



#menuhaut {
	list-style: none ;
	margin: 0;
	padding: 0;
	background: #202a3d url(/img/header-1.png) no-repeat bottom right ;
}
#menuhaut-1 { background-image: url(/img/header-1.png) ;}
#menuhaut-2 { background-image: url(/img/header-2.png) ;}
#menuhaut-3 { background-image: url(/img/header-3.png) ;}


#menuhaut li {
	width: 100%;
	clear: both;
	height: 22px;
}

#menuhaut a , #menuhaut span.deployer{
	display: block;
	float: left;
	padding: 1px ;
	height: 20px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	color: white;
	background: #181f2b ;
}
#menuhaut span.deployer {
	background: #181f2b ;
	width: 10px;
	opacity: 0.0;
	text-align: right;
}
#menuhaut .next {
	background: url(/img/main-nav-a-next.png) repeat-x top center;
}
#menuhaut .prev {
	background: url(/img/main-nav-a-prev.png) repeat-x top center;
}
#menuhaut .current {
	background: url(/img/main-nav-a-current.png) repeat-x top center;
}

#menubas {
	list-style: none ;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
#menubas li {
	font-size: 13px;
	text-align: center;
	display: inline ;
}

#menubas a {
	display: block;
	float: left;
	width: 68px;
	color: white;
	background: #181f2b ;
	padding: 2px;
	margin: 2px;
	margin-right: 6px;
	text-decoration: none;
	font-size: 90%;
	text-align: center;
	height: 20px;
}

#menubas a:hover , #menubas a.actif {
	background: black;
	color: white;
}


input, textarea {
	border: 1px solid #a9a9a9;
}

input[type="submit"] {
	color: white;
	background: #181f2b ;
	padding: 2px;
}



dt {
	border-top: 1px solid #a9a9a9;
	padding: 2px;
	margin-top: 20px;
}
dt .div1 {
	width: 330px;
}
dt .div2 {
	width: 130px;
	float: right;
	text-align: right;
}
dd.admin {
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	padding-top: 6px;
	padding-left: 6px;
	margin-top: 6px;
}
dd.admin div.div2 {
	width: 130px;
	float: right;
	text-align: right;
}

#preview{
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
	text-align: center;
}

#pLogin {
	width:40px;
	height:19px;
	position:relative;
	top:43px;
	left:449px;
	padding:0;
	margin:0;
	background:url("/img/plogin_right.png") no-repeat right top;
	font-size:9px;
 }
 #header h2 {
	border: 0;
	padding: 0;
	margin: 0;
	position:relative;
	top:-15px;
	left:-30px;
}


 
 
#pLogin span {
	background:url("/img/plogin_left.png") no-repeat left top;
	padding:5px 5px;
	display:block;
	height:9px;
}

#mask {
	background:#678 url(/tools/img/expose/mask_gradient_1000.png) no-repeat;
	background-position: 0 0;
}

#formLogin {
	border:1px outset #ccc;
	background:#fff url(/img/h150.png) repeat-x;
	padding:20px;
	margin:20px 20px 20px 50px;
	text-align:center;
	width:350px;
	-moz-border-radius:4px;
}

#formLogin label, #formLogin input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#formLogin label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

#formLogin br {
	clear: left;
}

