body
{
	background-color: #0b2e42;
	background-image: url("www3.jpg");
	background-repeat: repeat-x;
	margin: auto;
	text-align: center;
	width: 1024px; 
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 5px;
}

img
{
	border: 0px;
}

#haut
{
	background-image: url("banniere.png");
	background-repeat: no-repeat;
	width: 1024px;
	height: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#centre
{
	background-color: #ffffff;
	width: 949px;
	text-align: left;
	margin-left: 41px;
	margin-right: 34px;
	margin-top: 0px; /* IE */
	margin-bottom: 0px; /* IE */
	padding-top: 5px;
	padding-bottom: 40px;
}

body>#centre 
{
	margin-top: -12px; /* FF */
	margin-bottom: -45px; /* FF */
}

#bas
{
	background-image: url("bastest3.jpg");
	background-repeat : no-repeat;
	background-position : bottom right;
	color: black;
	width: 949px;
	height: 460px;
	margin-left: 41px;
	margin-right: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

h1,h2,h3,h4,h5,h6
{
 padding-left: 5px;
}

h1{
	font-size: 23px ;
}
h2{
	font-size: 20px ;
}
h3{
	font-size: 18px ;
}
h4{
	font-size: 16px ;
}
h5{
	font-size: 14px ;
}
h6{
	font-size: 12px ;
}

p
{
	padding-left: 10px;
	padding-right: 5px;
}

#copyright
{
	font-size: 0.9em;
	padding-top : 50px;
}

/* Position */

.centre /* Centré */
{
	text-align: center;
}

.gauche /* A gauche */
{
	text-align: left;
}

.droite /* A droite */
{
	text-align: right;
}


/* Décorations */

.barre /* Texte barré */
{
	text-decoration: line-through;
}

.souligne /* Texte souligné */
{
	text-decoration: underline;
}

.alerte
{
	color: #fff; 
	border: 2px solid #930000;
	background-color: #d02828;
	padding: 4px;
	margin: 3px;
}

.alerte2
{
	color: #fff; 
	border: 2px solid #006d03;
	background-color: #209623;
	padding: 4px;
	margin: 3px;
}

.rouge
{
	color: #bf0000; 
}

/* Liens */

a /* Ensemble des liens */
{
	text-decoration: none;
}

a:link /* liens non-visité */
{
	color: #bf0000; 
} 

a:visited /* liens visité */
{
	color: #bf0000; 
} 

a:hover /* liens survolé */
{
	color: #bf0000; 
} 

a:active /* liens activé */
{
	color: #bf0000; 
} 

/* News */
#index td
{
	text-align: left;
	vertical-align: top;
	min-height: 630px;
	font-family: Arial;
	font-size: 12px;
}

#globalnews, #sous-menu
{
	width: 500px;
	padding: 5px;
}

#imageacceuil
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.news
{
	margin: 5px;
	padding: 5px;
	border: 2px solid #797979;
	background-color: #eeeeee;
}

.news div, .news p
{
	margin: 0px;
	padding: 0px;
}

.open div.messnews 
{
	display: block;
}
.closed div.messnews {display: none;}
.titrenews {cursor: pointer;}

.top
{
	vertical-align: top;
}

/* Sous-menu */
#sous-menu a
{
	display: block;
	width: 300px;
	padding: 2px;
	padding-left: 5px;
	background-color: #eee;
	color: #000;
	margin-bottom: 2px;
}
#sous-menu a:hover
{
	padding-left: 20px;
	width: 320px;
	color: #fff ;
	background: #d00 ;
}

.fiche
{
	padding: 10px;
	width: 700px;
	text-align: left;
	vertical-align: top;
	min-height: 630px;
	font-family: Arial;
	font-size: 12px;
}

.newscoms
{
	text-align: right;
	font-weight	: bold ;
	display: block;
}

.coms
{
	margin: 5px;
	padding: 5px;
	border: 2px solid #797979;
	background-color: #eeeeee;
}

.coms div
{
	margin: 0px;
	padding: 0px;
}

/* Photos */

.bouton
{
	margin-bottom: -3px;
}

img.lien
{
	cursor: pointer;
}

table.photos
{
	width: 950px;
	font-family: Arial;
	font-size: 12px;
}

table.photos tr
{
	margin: 0px;
	padding: 0px;
}

table.photos td.photos
{
	width: 750px;
}

#radio
{
	text-align: left;
	position: relative;
	top: 200px;
	left: 50px;
}

#lang
{
	text-align: right;
	position: relative;
	top: 0px;
	right: 50px;
	color: #c1c1c1;
}

#jo
{
	text-align: right;
	position: relative;
	top: 65px;
	right: 65px;
	color: #c1c1c1;
}

#bouton_admin
{
	text-align: left;
	position: fixed;
	bottom: 0px;
	left: 0px; /* IE */
}

#fiche
{
	background-image: url("middle.jpg");
	background-repeat : no-repeat;
	background-position : top left;
}

#contact
{
	background-image: url("middle2.jpg");
	background-repeat : no-repeat;
	background-position : top left;
}

#calendrier th
{
	padding: 3px;
	background-color: #7e0000;
	color: #fff;
	border: 2px solid #640000;
	text-align: center;
	font-size: 12px;
}

#calendrier td
{
	padding: 3px;
	background-color: #a0a0a0;
	color: #000;
	border: 2px solid #616161;
	text-align: left;
	font-size: 11px;
}

#calendrier 
{
	width: 420px;
	font-family: Arial;
}

#cptarebour
{
	background-image: url("sapin.png");
	background-repeat : no-repeat;
	background-position : top left;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 75px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
}

#comptarebour
{
	font-size: 30px;
	font-style: normal;
}

p.urlmedia
{
	text-align: right;
}

input.urlmedia
{
	color: #535353;
	font-size: 11px;
	font-family: Arial;
	padding: 1px;
}