html, body {
	margin: 0;
	padding: 0;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif;
	background: url(images/background.jpg) no-repeat top #6da5b9;
	height: 100%;
}


/* Formatages des défauts et création de classes à attributs simples */
img {
	border: none;
}
div {
	margin: 0;
	padding: 0;
}
bold {
	font-weight: bold;
}
input, textarea {
	background: url(images/whitebg.png);
}

/* h1 : titre */
h1 {
	font-style: italic;
	font-size: 1.3em;
	margin-left: 40px;
	color: #669;
}
h1:first-letter {
	font-weight: bold;
	font-size: 125%;
	color: #225;
}
/* h4 : sous-titre ou commentaire souligné par la droite*/
h4{
	border-left: 3px solid #669;
	border-bottom: 1px solid #669;
	margin-left: 107px;
	padding-left: 15px;
	text-align: left;
	font-weight: bold;
}/* h5 : sous-titre ou commentaire souligné par la gauche*/
h5 {
	border-right: 3px solid #669;
	border-bottom: 1px solid #669;
	margin-right: 107px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
}
/* h6 : texte en petite taille*/
h4, h5, h6, div#newslinks, div#barresousmenu, div#barresousmenu a:visited {
	color: #666;
	font-size: 0.8em;
	font-family: "Verdana", "Arial", helvetica, sans-serif;
}


/* Divs du design global du site */
div#conteneur {
	margin: 0 auto;
	width: 70%;
	min-width: 770px ;
}
div#header {
	background: url(images/headerbg.png) repeat-x;
	margin: 0 12px;
	height: 106px;
}
div.bordL {
	background: url(images/bordL.png) left repeat-y;
}
div.bordR {
	background: url(images/bordR.png) right repeat-y;
}
div#contenu {
	background: url(images/whitebg.png);
	margin: 0 12px;
	padding: 10px 0;
	min-height:100%;
	min-height: 300px;
}
div#contenu p {
	margin: 0;
	padding: 0 20px;
}
div#footerL {	
	float: left ;
	width: 13px;
	height: 97px ;
	background: url(images/bottomL.png) no-repeat;
}
div#footerR {	
	float: right ;
	width: 13px;
	height: 97px ;
	background: url(images/bottomR.png) no-repeat;
}
div#footer {
	background: url(images/bottomM.png) repeat-x;
	margin: 0 13px;
	height: 57px;
	text-align: center;
}
div#footertxt {
	border-top: 1px dashed #537d8d;
	height: 39px;
	background: url(images/whitebg.png);
	text-align: center;	
	font: 0.8em "Verdana", helvetica, sans-serif;
	color: #666;
	margin: 0 13px;
	padding: 0 10px;
}
div#footertxt p {
	margin : 0;
	padding : 10px 0 0 0;
}
div#menuconteneur {
	height: 37px;
	margin: 0 12px;
	overflow: hidden;
	background: url(images/menubg.png) repeat-x;
}
div#menulist {
	width: 746px;
	margin: 0 auto;
}
.menu {
	width: 746px;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	text-indent: 3em ;
}
.menu li {
	float: left;
	height: 37px;
	text-align: center;
}
.menu li a {
	height: 37px;
	width: 122px;
	display: block;
	text-decoration: none;
	text-indent: 0;	
	font: "Verdana", helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #336;
	padding-top: 5px;
}
.menu li a:hover {	
	background: url(images/menuroll.png) repeat-x;
	color: #224;
}
.separateur {
	width: 2px;
	background: url(images/menuslash.gif);
}


/*Tables de type 'Fenêtre' pour le calendrier*/
.tabTop {
	height: 22px;
	background: url(images/tabTop.png);
	font: "Verdana", helvetica, sans-serif;
	text-indent: 2em;
	font-size: 0.8em;
	color: #336;
}
.tabBottom {
	min-height: 12px;
	height: 12px;
	background: url(images/tabBottom.png);
	line-height: 1px;
}
.tabC {
	background: url(images/tabMiddle.png);
	padding: 8px 12px;
	text-align: center;
}


/* Cellules du calendrier, mise en forme pour les évenements */
td#tabCalCurr {
	background: #cef;
}
.tabCal, .tabCalEvent {
	width: 20px;
	height: 12px;
	border: 1px dotted #bbf;
}
.tabCal {
	background: #fff;
}
.tabCalEvent {
	background: #cf9;
}
div#CalMois {
	font: "Verdana", helvetica, sans-serif;
	font-size: 1.5em;
	color: #336;
	border-bottom: 1px solid #abb2b5;
	margin-bottom: 6px;
}
table#tabCalinc {
	margin: 0 auto;
}
div#divcalendrier {
	float: left;
	width: 260px;
	margin: 0 auto;
	padding-left: 20px;
}
div#event {
	padding-left: 300px;
	min-height: 250px;
}
div#listeevents {
	padding-left: 40px;
}
div#listeevents a {
	font-weight: bold;
	text-decoration: underlined;
	color: #669;
}
div#listeevents a:first-letter {
	font-size: 120%;
	color: #225;
}


/* Spoiler du footer */
.spoiler, .spoilerline {
	text-decoration: none;
	color: #669;
}
.spoiler:hover, .spoilerline:hover {
	color: #666;
}
.spoiler span, .spoilerline span {
	display: none;
}
.spoiler:hover span {
	display: block;
	position: absolute;
	max-width: 500px;
	margin-left: 15px;
	padding: 0 10px;
	background: #ffc;
	border: 3px dotted #cf9;
}
.spoilerline:hover span {
	display: inline;
}


/* Spécifique à la page 404 */
div#div404 {
	margin: 10px auto;
	text-align: center;
}


/* Spécifique à la galerie */
div#selecteurgaleries {
	float: right;
	margin-right: 15px;
}
.miniature {
	width: 104px;
	height: 114px;
	margin: 10px;
	display: block;
	float: left;
	background: url(images/miniaturebackground.png);
}
.miniature img{
	padding-top: 22px;
}
div.conteneurminis {
	text-align: center;
	width: 744px;
	height: 134px;
	margin: 0 auto;
}
div#conteneurphoto {
	text-align: center;
}
div#conteneurphoto img {
	max-width: 90%;
	border: 2px solid #669;
	border-right-width: 6px;
}


/* Spécifique au formulaire de contact */
p#msgerreur {
	background: #f00;
	border: 1px double #cf9;
}
form#formcontact {
	width: 700px;
	margin: 0 auto;	
}
div#formulairetop {
	height: 120px;
	margin-bottom: 3em;
}
div#msggauche, input#reponse {
	float: left;
}
div#msgdroite, input#formbouton  {
	float: right;
}
input#formbouton  {
	margin-right: 270px;
}


/* Spécifique aux blocs de news */
div.newsblock {
	padding-top: 10px;
	height: 250px;
	text-align: justify;
	overflow: auto;
}
div#systemenews {
	float: right;
	width: 45%;
	margin-right: 4%;
	margin-left: 3%;
}
div#newsconteneur {
	height: 260px;
	margin: 0 2px;
	overflow: hidden;
	border-top: solid 2px #669;
	background: url(images/newsconteneur.png) top repeat-x;
}
div#newsconteneurL {
	background: url(images/newsconteneurBorder.png) top left no-repeat;
}
div#newsconteneurR {
	background: url(images/newsconteneurBorder.png) top right no-repeat;
}
div#newsconteneur h6 {
	float: right;
	margin-right: 15px;
}
div#newslinks {
	height: 15px;
	text-align: center;
	margin: 0 20px;
	overflow: hidden;
}
div#newslinks a {
	float: left;
	height: 15px;
	width: 20px;
	display: block;
	text-decoration: none;	
	color: #666;
	background: #fff;
	border: #669 solid;
	border-width: 2px 1px 0;
}
div#newslinks p {
	float: right;
	margin: 0;
	padding: 0 4px;
	height: 15px;
	border: #669 solid;
	background: #fff;
	border-width: 2px 1px;
}
div#newslinks a:hover {
	color: #225;
	font-weight: bold;
	background: #9fb;
}
div#welcomemessage {
	text-align: center;
}
div#welcomemessage p, h1 {
	text-align: justify;
}
div#welcomemessage img {
	padding-top: 40px;
	margin: 0 auto;
}


/* Spécifique à Synchro et Club */
div#barresousmenu {
	background: #61dbaa;
	border: solid #699;
	border-width: 1px 0;
	text-align: center;
	padding: 4px;
}