body {
	background-image: url(images/bluesky_back.jpg);
	background-repeat: repeat-x;
	background-color: #C9E7FF;	
    margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
}
		

	div#contenu {
float:left;
position: relative;
margin-top: 10px;
margin-left: 15px; 
width:650px;
font-size: 90%;
}
	div#conteneur{
		width:1000px ;
		margin: 0 auto ;
		text-align: left ;
		border: 6px solid #fff ;
		background: #fff ;
}

div#menugauche {
clear:both;
margin-top:15px;
float:left;
position: relative;
width:180px;
margin-top: 10px;
}
div#menugauche3 {
position: relative;
float:left;
width:130px;
margin-top: 10px;
margin-left: 15px;	
}

		
div#header {
		height: 183px ;
		margin: 0 ;
		background: url(images/header2.jpg) no-repeat left top ;
		/* On définit la hauteur de la partie header, contenant le titre du site */
}
h1#header {
		height: 205px ;
		margin: 0 ;
		background: url(images/logo5.jpg) no-repeat left top ;
		/* On définit la hauteur de la partie header, contenant le titre du site */
}
		
h1#header a {
		width: 400px ;
		height: 70px ;
		display: block ;
		background: url(title.gif) no-repeat ;
		position: relative ;
		left: 350px ;
		top: 15px ;
}
		
h1#header a span {
		display: none ;
}
		
#menu {
	height: 45px;
	margin: 0 auto;
	background: #5C8549 repeat-x;
}


#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	
	display: inline;
}


#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	height : 25px;
	padding: 15px 10px 0px 10px;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #ffcd04;
	letter-spacing: 1px;
	
		
}

#menu a:hover {
	border-bottom-color: #ffcd04;
	background: #ffcd04;
}

#menu .active a {
	border-bottom-color: #ffcd04;
	background: #ffcd04;
}


h1{
    font: 1.4em "Arial Narrow", Helvetica, Arial, Geneva, sans-serif;
    margin-top: 30px;
	font-size:200%;
	font-weight: bold;
    padding: 0 0 0 25px;
    background: transparent url(background.gif) repeat-x 0 50%;
}
h1 span {
    padding: 0 8px;
    background: #FFF;
	line-height : 90%;
}
h2 {
    font: 1.4em "Arial Narrow", Helvetica, Arial, Geneva, sans-serif;
    margin-top: 30px;
	font-size:200%;
	font-weight: bold;
    padding: 0 0 0 25px;
    background: transparent url(background.gif) repeat-x 0 50%;
}

h2 span {
    padding: 0 8px;
    background: #FFF;
	line-height : 90%;
}



		
		div#contenu p
		{
			text-align: justify ;
			line-height: 1.7em ;
		}
		
		div#contenu a
		{
			color: #A0182E ;
		}
		
		div#contenu a:hover
		{
			color: #A0182E ;
		}
		
		p#footer
		{
			margin: 0 ;
			padding-right: 10px ;
			line-height: 50px ;
			text-align: right ;
			color: #A0182E ;
		}
strong {
	font-weight: bold;
	color: #FF3300;
}
img {
	margin-right: 8px;
	margin-top: 4px;
}

		
		pre
		{
			overflow: auto ;
			background: #dea ;
			border: 2px solid #9b2 ;
			padding: 5px 0 0 5px ;
			font-size: 1.2em ;
		}
.johnson_box {
	background-color: #E4EFE6;
	padding: 7px;
	font-weight: bold;
	border: thin dotted #4C7C52;
}

		
		
		pre span
		{
			color: #560 ;
		}
		
		pre span.comment
		{
			color: #b30000 ;
		}
		
		