* {margin:0; padding:0;}

body
{
	width: 760px;
	height: 640px;
	
  	min-width: 750px;
	min-height: 640px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000033;
	text-decoration: none;
	font-weight: normal;

}
#Siteheader
{
	position:relative;
	left: 0;
	height: 110px;
	 
	background-color: #003366;

}
#Siteheader #SitehName
{
	position:absolute;
	left: 50px;
	top:25px;
	height: 40px;
	font-size: 28px;
	width: 120px;
	 
	font-style: oblique;
	color: #cf6;
}
#Siteheader #SiteSlogan
{
	position: absolute;
	top:8px;
	right: 25px;
	 
	font-size: 18px;
	 color:#fff;
	font-style: oblique;
}
#main 
{
	position: absolute;
	top: 120px;
	width: 700px;
 


}
#main #barNavigGauche
{
	width: 200px;
	 
	float: left;
	clear: left;
}
#main #mainContent
{
	width: 400px;
	 
	float: right;
	margin: 5px;
}
#subcontent 
{
	width: 700px;
	 background-color:#ccc;
	 display:block;
	clear:both;
}
#navIndex
{

	clear: both;
	

}
 
#navIndex ul, #navIndex  ul li
{	
	position: static;
 	list-style: none;
	margin: 0;
	padding:  5px;
	
}
#navIndex li .separator
{
	display: none;
	text-decoration: none;

}

#navIndex ul 
{
	font-size: 1.2em;
	display:none;
	text-decoration: none;
	
}
 #divBoudecode, #divBlog,  #divProjets
{
 		font-size: 1.2em;
  	margin: 5px auto 10px 0;
	display: inline;
	float: left;
	padding:10px;
	
}
 #divBoudecode ul, #divBlog ul,  #divProjets ul
{
 	
	padding: 0;
	
}

 #divBoudecode:hover ul,  #divBlog:hover ul,   #divProjets:hover ul
{
	list-style: circle;
	display:block;
	position: absolute;
  	 background-color:#c96;  
}
 #liBoudecode a, #liBlog a,  #liProjets a
{

	background-color:transparent;
 	 
}
 #divBoudecode a:hover, #divBlog a:hover,  #divProjets a:hover 
{

	 background-color:#99f;

	
}
 
#LienBlockBottom 
{
	position:absolute;
	top:620px;
	left: 100px;
	width: 600px;
	color: #000033;
	font-size: 10px;
	 background-color:#fff;
}
#serveurSignature
{
	position:absolute;
	top: 500px;
	left: 100px;
	width: 400px;
	height: 120px;
	color: #000033;
	font-size: 14px;
	clear: both;
	 
}
#serveurSignature #serveurSignatureName
{
	color: #666666;
	position: absolute;
	right: 60px;
	bottom: 6px;
	width: 100px;
	font-size: 16px;
	float: left;
	font-weight: bold;
	font-style: oblique;
}

#serveurSignature #serveurSignatureDot
{

 	position:absolute;
	width: 30px;
	bottom:6px;
	right: 50px;
	color: #66FF33;
	font-size: 12px;
	float: right;
	text-align: justify;
}
