body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {
	text-align: justify;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#header{
	color: #EEEEEE;
	padding: 10px 0 0 30px;
	background:url('../img/arbre.jpg') top left no-repeat;
	height: 254px;
	margin: 10px 0 0 0;
}
#header h1 {
	padding: 0;
	margin: 0 0 0 0;
	width: 250px;
	height: 50px;
}

ul.navbar{
	float: left;
	width: 160px;
}
ul.navbar, ul.navbar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.navbar li{
	width: 150px;
}
ul.navbar ul{
	border-left: 5px solid #333333;
}
ul.navbar ul li a{
	padding: 5px 30px;
}
ul.navbar li a{
	text-align: center;
	display: block;
	width: 90px;
	background-color: #E4E4E4;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 30px;
	border-bottom: 1px solid #CCCCCC;
}
ul.navbar li.last a{
	border-bottom: none;
}
ul.navbar li a:hover{
	text-decoration: none;
}

#content{
	float: left;
	padding: 20px 10px 20px 20px;
	width: 710px;
}
#content h2{
	margin: 0;
	font-size: 24px;
	height: 35px; /*44*/
}
#footer{
	text-align: center;
	font-size:0.9em;
	margin: 12px auto 0 auto;
	border-top: 5px solid #000000;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#sng_image li{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-style: italic;
}
a.sng_image_img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
a.sng_image_img img{
	border: 3px solid #000000;
}

#content ul li{
	list-style-type: none;
	background: url('../img/sphere_bullet.gif') left 3px no-repeat;
	padding-left: 16px;
}

/* Styles RTE */

.rouge{
	color: #FF0000;
}
.gris{
	color: #6F6F6F;
}
.barre{
	text-decoration: line-through;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible /*!important*/;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible /*!important*/;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
}
body .sIFR-hasFlash h2 {
	visibility: hidden;
}