@charset "utf-8";
/* CSS Document */
/** Reset de alsacréations **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* fin du reset */

/** Géneral (body, content et géneraux **/
body {
	background: url(../images/body_bg.png);
	font: 0.9em Georgia, serif ;
	color:#47909f;
}

#content {
	width:768px;
	height:791px;	
	margin: 10px auto;
}
a {
	color:#728a54;
	text-decoration:none;
}
a:hover {
	color:#47909f;
	text-decoration:underline;	
}
.invisible {
	display:none;
	clear:both;
}
.selec {
	color:#53bfd2;
	text-decoration:none;
	font-weight:bolder;
}
.ill_deco {
	float:right;
}
h3{
	color:#53bfd2;
	text-decoration:none;
	font-weight:bolder;
	margin: -12px 0 10px 25px;
}
h4{
	text-align:left;
	font-weight:bolder;
	margin: 0 0 0 25px;
}
p{
	padding: 10px 20px
}
strong{
	font-weight: bolder;
}

hr.cache {
clear:both;
visibility:hidden;
margin:0;
padding:0;
}
/** fin de géneral **/

/** Menu **/

#retour a {
	display: block;
	width: 768px;
	height: 80px;
}

#menu {
	background:transparent url(../images/haut_bg.png) no-repeat;
	height:114px;	
}
#menu ul{
	padding-left:300px;
}
#menu li{
	display:inline;
	margin: 0;
	padding:0;
	text-align:center;
}
#menu li a{
	display:block;
	margin: 0 5px;
	float: left ;
	width: 80px;
	height: 25px;

}
#menu a {
	color:#728a54;
	text-decoration:none;
	font-size: medium;
}
#menu a:hover {
	color:#47909f;
	text-decoration:underline;
}
/** fin de menu **/

/** Contenu **/
#contenu{
	background:#FFF;
	min-height:300px;
	padding: 15px 25px 5px 25px;
	
}
#contenu ul{
	padding-left:50px;
}
#contenu p{
	margin-left:150px;
	width:100px;
	
}	
#contenu li{
	display:inline;
	margin: 0 5px;
}	
/** fin de contenu **/

/** Pied **/
#pied {
	margin-top:-40px;
	height:90px;
	background:transparent url(../images/pied_bg.png);
	text-align:center;
}
#pied p{
	padding-top:53px;
	margin-left:80px;
}
/** fin de pied **/

/** Galerie html **/
#galerie p, #galerie h4, #galerie img{
margin: 5px 0 5px 0;
padding: 0;
}
#content.versionhtml h3{
}
#content.versionhtml img{
margin-left: 150px;
}
#content.versionhtml menu p{
text-align:right;
}
#content.versionhtml p{
	width:75%;
}	

#navigation_galerie li{
float:left;
}
#gauche {
margin-top:-10px;
width:67px;
height:45px;
background: url(../images/btn_l.jpg);
display:block;
}
#droite {
margin-top:-10px;
width:67px;
height:45px;
background: url(../images/btn_r.jpg);
display:block;
}
#nav_pied{
margin-top:30px;
margin-left:120px;
}
/** fin de galerie html **/
.hidden{
visibility:hidden;
}
