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

@import "common.css";


*{
	margin:0px;
	padding:0px;
	}

body{
	font-size:0.8em;
	color:#000000;
	}

a{
	text-decoration:none;
	}
	
a:link { color: #000000; }

a:visited { color: #664466; }

a:hover { color: #666666; }

a:active { color: #660000; }


img{
	border:none;
	}
	

#header {
	width: 824px;
	border-bottom: 13px solid #990033;
	float:left;
	margin-bottom: 20px;
	height: 70px;
}

#header #icon{
	width:270px;
	float:left;
	}

#header #header-menu {
	margin-top:45px;
	width:408px;
	float:right;
	height: 25px;
	text-align: right;
}

#header #header-menu table {
	margin:0px;
	padding:0px;

}

#header-menu #menu-table td{
	text-align:right;
}



#container {
	width: 900px;
	margin:0px auto;
}


#wrapper {
	width: 824px;
	margin:0px auto;
	float:left;
}

#one-column-contents {
	width:824px;
	float:right;
}

#two-column-contents {
	width:600px;
	float:right;
}

#two-column-menu {
	width:180px;
	float:left;
	}

#two-column-menu li{
	list-style:none;
	padding-left:10px;
	font-size:15px;
	}


#footer {
	margin-top:30px;
	width: 824px;
	clear:both;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
}
.contents-groupe h3 {

	background-color: #990166;
	color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 15px;
}
#page-title {
	text-align: right;
}

#page-title h1{
	font-size: 12px;
	text-align: right;
}

