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#menugauche {
	margin-top:15px;
	float:left;
	width:200px;

}
	div#contenu {
	margin-top:15px;
	margin-left:210px;
	width:540px;

}
	div#conteneur{
		width: 770px ;
		margin: 0 auto ;
		text-align: left ;
		border: 10px solid #fff ;
		background: #fff ;
}
		
div#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 {
		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: #A0182E 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;
}

div#contenu h1{
	margin-top: 15px ;
	padding-left: 10px ;
	line-height: 25px ;
	font-size: 1.6em ;
	border-left: 6px solid #AB012D ;
	color: #AB012D ;
	border-bottom: 2px solid #AB012D ;
	text-transform: uppercase;
}
		
	
		
div#contenu h2{
	padding-left: 10px ;
	line-height: 25px ;
	font-size: 1.6em ;
	border-left: 6px solid #AB012D ;
	color: #AB012D ;
	border-bottom: 2px solid #AB012D ;
	text-transform: uppercase;
}
		
div#contenu h3{
	margin-left:3px;
	text-transform: uppercase;
	color: #AB012D;
	font-family: "Trebuchet MS",arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	padding-left:20px;
	background: url(images/star.gif) no-repeat left center;
        
		}
		
		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: #A0182E;
}
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: #FEDDD6;
	padding: 7px;
	font-weight: bold;
	border: thin dotted #7F1804;
}

		
		
		pre span
		{
			color: #560 ;
		}
		
		pre span.comment
		{
			color: #b30000 ;
		}
		
		
		.blue {
color:#3f71b6;
font-weight: 800;
}

.bluesquare {
	color:#7F1804;
	font-weight: 800;
	padding-left:12px;
	background: url(images/square.gif) no-repeat left center;
}
.blanc {color: #FFFFFF}
