* {
	margin: 0;
	padding: 0;
	}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	color: #eee;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	background-color: #339999;
}
/*input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}*/
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	
}

h2 {
	font-size: 1.2em;
	margin: 10px;
	
}
code {
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #ccc;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #ccffff;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}
.header {
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-color: #339999;
	
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 135px;
	margin-bottom: 0;
	text-align: center;
}


/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 160px;
}
.sidenav h1 {
	color: #DDD;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
	background: url(img/MenuNav1.png) no-repeat;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #555;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content ----------------------------------------------------------------------------------------------*/
.content {
	float:right;
	width: 560px;

}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	margin-bottom: 8px;
}


.content .item a {
	text-decoration : none;
	color : #CCFF99;
}

.content .item a:hover {
	text-decoration : none;
	color : #00FFFF;
}
.content .item p {
	text-align: justify;
}
.main .content .item .imgadroite {
	float:right;
	margin : 20px;
}

.main .content .item .imgagauche {
	float:left;
	margin : 20px;
}
.main .content .item .imgcentre img {
	left: 200px;
}


.content .accueil {
	border: none;
}



.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.main .content .item .Sta {
	font-size: 18px;
	text-align: center; 
	letter-spacing:5px;
}

.main .content .item .Stb { 
	font-size : 14px;
	text-align: center; 
	color: #EEE;

}





/* footer ---------------------------------------------------------------------------------*/
.footer {
	/* border: 1px solid #EEE;*/
	color: #333;
	font-size: 1.1em;
	padding-top: 8px;
	border-top:1px;
	border-color : #333
	
}
.footer a {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #bbb;
	text-decoration: none;
}


