/* CSS Document */

body {
	margin-top: 0px;
	text-align: center;      /* IE5.x workaround for container centering, must then do text align left below if don't require centering */
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #316796;
}

#container {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/containerback.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo {

}
.nav {
list-style-image: url(../images/flower.jpg);
	color: #fbcc0d;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 0px;


}
.nav a:link {
	color: #fbcc0d;	
		text-decoration: none
}
.nav a:visited {
	color: #fbcc0d;
	text-decoration: none

}

.nav a:hover {
	color: #FFEDEB;
		text-decoration: none
}


.contenu {
	color: #2f241e;
	width: 400px;
	padding-right: 20px;
	padding-left: 20px;
	border: thin none #FFFF00;
	padding-top: 0px;
	padding-bottom: 10px;
	background-repeat: repeat;
	position: relative;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	vertical-align: top;
}
.contenu h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	padding-top: -5px;
	color: #71975a;
}

.contenu h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
}

.small {

	font-size: 10pt;

}
.bold {
	font-weight: bold;


}


.bottom {
	background-color: #316796;
	color: #ffedea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
}

.bottom a:link {
	color: #ffedea;	
		text-decoration: none
}
.bottom a:visited {
	color: #ffedea;
	text-decoration: none

}

.bottom a:hover {
	color: #fbcc0d;
		text-decoration: none
}


/* pour les images flottantes */

.imageLeft {
	float: left;
	position: relative;
	left: 0px;
	font-size: 6pt;
	margin: 5px 10px 5px 0px;
	padding-right: 10px;

}
.imageRight {
	float: right;
	position: relative;
	right: 0px;
	padding: 5px;
		font-size: 8pt;
}
/* fin images flottantes */

/* tableau de nouvelles */

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	background-color: #666666;
	margin-top: 10px;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	width: 95%;
	margin-right: -15px;


}
.newstext {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	text-align: left;
	list-style-type: disc;
	list-style-image: none;
}

.newstext a:link {
	color: #999999;	
		text-decoration: none
}
.newstext a:visited {
	color: #CCCCCC;
	text-decoration: none

}

.newstext a:hover {
	color: #CCCCCC;
		text-decoration: none
}



/* text */

