* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #bababa;
}
a:active {
	text-decoration: none;
	color: #bababa;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #bababa;
}

body {
	background: #111 url(images/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% arial,"Lucida Sans Unicode", sans-serif;
     margin: 0;
}
p, ul {
	/*font-size: 1.2em;
	padding-bottom: 1.2em;*/
	font-size: 12px;
/*	font-size: 1.3em;*/
	padding-bottom: 1.3em;
}
blockquote {
	font: bold 1em sans-serif;
}
code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}
images {
	border: none;
}
ul {
	margin-left: 2em;
}
h1 {
	font: normal 12px sans-serif;
	/*font: normal 2.4em sans-serif;*/
}
h2 {
	font: normal 10px sans-serif;
	/*font: bold 1.6em Verdana, sans-serif;*/
	padding-bottom: 4px;
}
h3 {
	font: normal 12px sans-serif;
}
/* misc */
.clearer {
	clear: both;
}
.stripes {
	background: #333 url(images/stripe.gif);
	height: 6px;
}
.left {
	float: left;}
.right {
	float: right;
}
/* header */
.header {
	background: #252525;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 60px;
}


/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}
.main {
	background: #242424;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

.main .left {
/*	width: 64%;*/
	width: auto;
}
/*.main .right {
	width: 36%;
}*/
.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
  /*ajout test galerie*/
 /* height: auto;*/
}
/* content elements */
.content h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
		/*font: normal 1.3em sans-serif; POUR R2DUIRE LA TAILLE DU TEXTE EN H1 EN HAUT DE PAGE */
		font: normal 1.4em sans-serif; /*POUR R2DUIRE LA TAILLE DU TEXTE EN H1 EN HAUT DE PAGE */
padding: 6px 0 4px;
}
.content h2 {
	font: bold 1em Verdana, sans-serif;  /*pour mettre du linking interne sans trop faire de granes lettres */
	padding-bottom: 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {
	color: #CCC;
}
.content .descr {
	margin-bottom: 5px;
}
 #navigation {
position: absolute;
width: 1220px;
margin-left: -610px;
/*width: 1120px;
margin-left: -510px;*/
left: 50%;
margin-top:30px;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
}
.subnav h1 {
	padding-top: 8px;
}
.subnav ul {
	margin: 0;
}
.subnav li {
	background: url(images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #BBB;
}
/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
		font: normal 1.3em sans-serif; /*POUR  LA TAILLE DU TEXTE haut de page surtout  */
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}
.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center {
	margin: 0 3%;
}
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {
	color: #888;
}
/* liens */
.liens {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
		font: normal 0.9em sans-serif; /*POUR  LA TAILLE DU TEXTE haut de page surtout  */
}
.liens ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.liens li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.liens li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.liens a {
	color: #666;
}
.liens a:hover {
	color: #BBB;
	background: #222;
}
.col3, .col3center {
	float: left;
	width: 23%;
/*	width: 31%;*/
}
.col3center {
	margin: 0 3%;
}


