@charset "utf-8";
/* CSS Document */

html, body	{
	margin:0px; padding:0px; background-color:#ffffff; height:100%; font-family: Trebuchet MS, Tahoma, sans-serif; font-size:1em; text-align:center;
}
html { 
	min-height: 100%; margin-bottom: 1px; 
}


/*	STRUCTURE	*/
/****************/

#general	{
	width:100%; margin:0px; padding:0px; text-align:center;
}
#main	{
	width:950px; margin-left: auto; margin-right:auto;
}
#leftFrame	{
	width:210px; margin:25px 0px 20px 0px; float:left; text-align:left;
}
#logo	{
	margin-left:20px;
}
#menu {
	width:200px; height:145px; margin:0px; padding:0px; margin-top:15px; background-image:url(../images/layout/menu_bg.gif); background-repeat:no-repeat; border:1px solid #ffffff;
}
#menu_container {
	width:189px; margin:25px 0px 0px 4px;
}
#menu2 {
	width:200px; height:72px; margin:0px; padding:0px; margin:0px; background-image:url(../images/layout/ctf_bg.gif); background-repeat:no-repeat; border:1px solid #ffffff;
}
#menu2_container {
	width:189px; margin:15px 0px 0px 4px;
}
	
#contactinfo {
	width:200px; height:298px; background-image:url(../images/layout/contact_bg.gif); background-repeat:no-repeat; border:1px solid #ffffff;
}
#contactinfo_container {
	margin:27px 0px 0px 22px;
}



#contentFrame	{
	width:735px; float:left;
}
#content {
	text-align:left; margin:0px; padding:0px 0px 20px 20px;
}
#contentTop {
	height:117px; text-align:right; margin:25px 0px 0px 0px;
}
	#titre	{
		
	}



#footer	{
	width:100%; margin:10px 0px; padding:0px; text-align:right; font-size:0.6em; color: #959595; clear:both;
}
	#footer	a, #footer	a:visited	{
		color:#7c7c7c;
	}
	#footer img {
		vertical-align:middle;
	}





