<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body{
	background: none repeat scroll 0 0 #fde26e;
	
}

#mainbody{
	width:1008px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;	
	background-color:#fde26e;	
}



#header{
	
	margin-left: 46px;
	color: #ccccce;	
	
}

#menulist{
	margin-left:auto;
	margin-right:auto;
	width:800px;	
	height:46px;
	font-size:14px;
	border:1px dashed #999;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */	
	background-color:#eee;
		
}


ul#navlist {
	list-style-type : none; 
	margin-top:13px;
	margin-left:0px;


}

ul#navlist li { 

	display : inline;
	padding : 0px 26px; /* Pour espacer les boutons entre eux */
	font-size:15px;
	font-family:verdana, arial, helvetica, sans-serif;
	}

ul#navlist a { 
	color: #000; /* link color*/
	text-decoration:none; /*no underline*/
	font-family:verdana, arial, helvetica, sans-serif;	/* font*/
}
ul#navlist a:hover {
	color: #ccccce; /* link color*/
	text-decoration:none; /*no underline*/
	font-family:verdana, arial, helvetica, sans-serif;	 /* font*/
}
ul#navlist a:visited { 
	color: #000; /* link color*/
	text-decoration:none; /* no underline*/
	font-family:verdana, arial, helvetica, sans-serif;	/* font*/
}
	
li#one a:hover{
	font-weight:bold;
	color:#9cabe2;
	
	
}

li#two a:hover{
	font-weight:bold;
	color:#9bab7f;
	
	
}
li#three a:hover{
	font-weight:bold;
	color:#fa5fa8;
	
	
}
li#four a:hover{
	font-weight:bold;
	color:#bbc6b4;
	
	
}
li#five a:hover{
	font-weight:bold;
	color:#fde26e;
	
	
}
li#six a:hover{
	font-weight:bold;
	color:#f0faf1;
	
	
}

#contentmenu{	
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	padding: 6px 0px 12px 12px;

	height:auto; 
	min-height:185px;
	width:800px;
	border:1px dashed #999;
	border-color:black;
	border-width:1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:normal;
	background-color:#eee;
	font-size:14px;
}


/* Again, "be nice to Opera 5". */

#contentmenu li a{
	color:#4bb3e4;
}

#contentmenu li { margin: 0 0 .2em 0; }

#contentmenu a:hover
{
background-color: #369;
color: #FFF;
}
#contentmenu ul
{
list-style-type: none;
padding: 2em;
margin-left: 1em;
}


#projectscontent{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	height:auto;
	border:1px dashed #999;
	border-color:black;
	border-width:1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:50px;
	background-color:#eee;
	
	
}</pre></body></html>