html {
	background-color: black;
}
* {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image: url(../images/fond_body.jpg);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: center top;
	font-family:helvetica;
	font-size:11px;
	letter-spacing:.2em;
	color:red;
}
#global {
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	position: relative;
	/*height: 97%;*/
	background-color: black;
	background-image: url(../images/fond_contenu.jpg);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

a {
	text-decoration:none;
	font-family:helvetica;
	font-size:14px;
	letter-spacing:.2em;
	color:#c0c0c0;
	outline:none;
}
div#logo {
	position:relative;
	float:left;
	/*top:0;
	left:0;*/
	margin-left:0px;
	/*margin-right:auto;*/
	width:200px;
	height:254px;
	background-color:white;
}
div#bandeNoire {
	position:absolute;
	top:0;
	left:200px;
	width:698px;
	height:197px;
	background-color:black;
	background-image: url(../images/fond_entete.jpg);
	background-repeat:repeat-x;
	border:none;
	/*border-bottom:solid 1px #333333;*/
}
div#logo img {
 margin:0 0 0 0;
 padding:0 0 0 0;
 border:none;
}

div#onglets {
	position:absolute;
	top:162px;
	height:55px;
	left:201px;
	width:697px;
	border:none;
	text-align:center;
	color: #C0C0C0 ;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

div#onglets a {
   float: left;
   height: 35px;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   padding-bottom: 0;
	padding-left: 6px;
	padding-right:	6px;
   padding-top: 0;
   text-align: center;
	border-left:solid white 1px;
	border-right:solid dimgray 1px;
	vertical-align:middle;
}
div#onglets a div{
	position:relative;
	top:50%;
	margin-top:-10px;
	font-family:helvetica;
	font-size: 13px;
	color: #C0C0C0 ;
	line-height:10px;
	text-align: center;
	letter-spacing:.1em;
	font-weight: bold;
}
div#onglets a.onglSel  {
	background-image: url(../images/onglSel.jpg);
	background-repeat:repeat-x;
}
div#onglets a.onglSel div {
	color: black ;
}
div#onglets a.onglDesel  {
	background-image: url(../images/onglDesel.jpg);
	background-repeat:repeat-x;
}
div#onglets a.onglLeft {
	background-image: url(../images/onglLeft.jpg);
	background-repeat:no-repeat;
	background-position: 0 -2px;
	border:none;
	font-size:11px;
}
div#onglets a.onglRight {
	font-size:11px;
	background-image: url(../images/onglRight.jpg);
	background-repeat:no-repeat;
	background-position: 0 -2px;
	border:none;
}
div#onglets a:hover div {
	color: white;
	text-transform:none;
	font-weight: bold;
}
div#onglets a:active div {
	color:red;
}
div#banniere {
	position:absolute;
	width:480px;
	height:120px;
	top:40px;
	left:300px;
	/*background-image: url(../images/banniere_500x120.jpg);
	background-repeat:no-repeat;*/
	color:white;
	padding: 5px 5px;
}
div#banniere h1 {
	text-align:left;
	font-size:14px;
	text-decoration:underline;
	margin:0 0 0 0;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
div#contenu {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	top:-30px;
	text-align:center;
}
div#article {
	/*position:absolute;*/
	width:460px;
	margin-left:100px;
	margin-right:auto;
	/*height:350px;*/
	/*top:240px;*/
	/*left:100px;*/
	padding: 15px 5px;
	text-align:justify;
	/*overflow:auto;*/
}
div#article h1 {
	margin-top:6px;
	margin-bottom:6px;
	padding-top:0px;
	font-size:16px;
	text-align:center;
}
div#article h2 {
	margin-top:6px;
	margin-bottom:6px;
	padding-top:0px;
	font-size:15px;
	text-align:center;
	color:orange;
}
div#article ul {
	margin-top:5px;
	margin-left:4px;
	padding-left:4px;
	display:block;
	list-style-type:circle;
}
div#article ul li {
	display:block;
	padding-bottom:6px;	
	list-style-type:square;
}
/*div#article img {
	width:100px;
	float:left;
	margin:4px 4px;
}*/
div#article img {
	margin:4px 4px 4px 4px;
}
div#article object {
	margin-left:0px;
}
.clear {
	clear:both;
}
fieldset {
	border:outset 1px red;
	background-color:#bf1111;
	color:white;
	padding:5px 5px;
}
fieldset td.sel {
	background-color:#770000;
}
legend {
	color:orange;
	background-color:black;
	border:inset 1px red;
	/*border-top:none;
	border-left:none;*/
	padding-left:5px;
	padding-right:5px;
}

div#agenda {
	/*position:absolute;*/
	float:right;
	width:200px;
	height:350px;
	top:240px;
	left:620px;
	padding: 5px 5px;
	text-align:left;
}
div#agenda fieldset {
	background:none;
	margin-top:10px;
}
div#agenda legend {
	margin-left:40px;
	text-align:center;
	width:100px;
}
div#agenda ul {
	padding-left:4px;
	display:block;
	list-style-type:circle;
}
div#agenda ul li {
	display:block;
	list-style-type:square;
}
div#agenda span.date{
	font-weight:bold;
}
div#agenda a {
	color:orange;
	font-size:11px;
}
div#agenda a:hover {
	color:red;
	font-size:11px;
}

div#decoGauche {
	position:absolute;
	top:260px;
	left:0px;
	width:100px;
	height:350px;
	background-image: url(../images/arabesque_gauche.png);
	background-repeat:no-repeat;
}
div#decoDroite{
	position:absolute;
	top:260px;
	right:0px;
	width:100px;
	height:350px;
	background-image: url(../images/arabesque_droite.png);
	background-repeat:no-repeat;
}
/* columnizer */
.column{ padding: 20px; }
#wrapper { margin: 0px 0px; }
.wide, .thin { clear:both; }

/* galerie de photos */
#galerie_incluse {
/*	clear:both;*/
}
#galerie_incluse a, #galerie_incluse li , #galerie_incluse ul {
}
#galerie_incluse li {
}
#galerie_incluse a img{
	border:solid 1px red;
	width:70px;
}

/* panneau d'administration */
fieldset.config1, fieldset.config1suppr{
	width:50%;
	margin-top:20px;
	padding: 10px 10px;
	margin-left:auto;
	margin-right:auto;
	color:#bbbbbb;
	text-align:left;
}
fieldset.config1 {
	background-color:#778A8C;
	color:black;
}
fieldset.config1suppr {
	background-color:#950000;
}

fieldset.config1 table {
	border-spacing: 0px;
	border-collapse: collapse;
}

fieldset.config1 td {
	margin:0 0 0 0;
	padding-left:16px;
	padding-right:16px;
	border:solid 1px dimgray;
	text-align:center;
	color:white;
}
fieldset.config1 th {
	margin:0 0 0 0;
	padding-left:16px;
	padding-right:16px;
	border:solid 1px black;
	background-color:dimgray;
	color:white;
	text-align:center;
}
fieldset.config1 label {
	font-weight:bold;
	display:block;
	width:200px;
	float:left;
}

fieldset.config1 legend , fieldset.config1suppr legend {
	padding-left:20px;
	padding-right:20px;
	margin-left:20px;
	border:solid 1px white;
	background-color:#9B9B9B;
	color:black;
	font-weight:bold;
}
fieldset.config1 a , fieldset.config1suppr a {
	/*float:right;*/
}
a.float_right {
	float:right;
}
a.btn {
	display:block;
	float:none;
	text-decoration:none;
	border:outset 2px white;
	background-color:#cccccc;
	width:200px;
	color:black;
}
input.rec {
	background-color:#CFFAC5;
}
a.btn:hover {
	background-color:white;
	background-image:none;
	color:blue;
	font-weight:bold;
}
div#footer {
	clear:both;
/*	position:relative;
	bottom:0;
	left:0;*/
	width:100%;
	height:25px;
	text-align:center;
	font-size:10px;
	color:dimgray;
	font-family:verdana;
	/*border-top:dotted dimgray 1px;*/
	background-color:black;
}
div#footer a {
	font-size:10px;
}
div#footer a:hover {
	text-decoration:underline;
}

