html, body {
margin: 0;
padding: 0;
background: #2A2A2A;
color: #666;
font-size:12px;
font-family:  "Arial", "Verdana", "Tahoma";
line-height:160%;
}

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

/* links */
a {
color: #de000e;
text-decoration:none;
}

a:hover {
color: #666;
text-decoration:none;
}

a.active {
color: #FFF;
}

.selected {
color:#FF0000;
}


/* general classes */
.image_alt_text {
display:none;
}
/* structure */
#fullwrapper {
width:100%;
background: #2A2A2A url('../images/bg.gif') repeat-x;
}

div#wrapper {
width: 960px;
clear: both;
margin: 0 auto;
}

#top-bar {
width:100%;
height: 72px;
color: #666;
}

#header {
width:100%;
height:120px;
}

#navigation {
width:932px;
height:21px;
padding:14px;
text-align:center;
}

#mainarea {
width:960px;
}

#sidebar {
float:left;
width:200px;
height:100%;
}

#maincontent {
float:right;
width:760px;
background: url(../../images/light_bar_bg.gif) repeat-y;
height: 100%;
}

#footer {
clear:both;
height:50px;
margin: 30px 0 0 0;
color: #666;
text-transform:uppercase;
font-size:10px;
padding: 5px;
text-align:center;
border-top: solid 1px #333;
}

.clear {
clear:both;
}
.clear2 {
clear:both;
height:1px;
background: #DEDEDE;
}
/* sub-structure */
	/*top bar */
	.logo {
	float:left;
	}
	
	.login {
	float:right;
	margin: 35px 0 0 0;
	}
	
	/* NAVIGATION */
	ul#nav_list {
	list-style-type:none;
	padding:0;
	}
	
	#nav_list  li{
	display:inline;
	margin: 0 5px;
	padding: 0 15px;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	}

	#nav_list a {
	color: #888;
	text-decoration:none;
	margin: 0;
	padding: 15px;
	}
	
	#nav_list a.active {
	color: #EEE;
	text-decoration:none
	}
	
	#nav_list a:hover {
	color: #de000e;
	text-decoration:none;
	}
	
	/* mainarea top bar */
	#mainarea_welcome {
	width:420px;
	float:left;
	height: 120px;
	background: #333;
	margin: 30px 0;
	padding: 20px;
	color:#999;
	}
	
	#mainarea_help {
	width:310px;
	float:right;
	height: 120px;
	padding: 20px 140px 20px 20px;
	background: #333 url(../images/mainarea_help_bg.gif) no-repeat;
	margin:30px 0;
	color:#999;
	}
	
	#mainarea_box {
	width:600px;
	float:left;
	background: #fff;
	padding:20px;
	color: #444;
	height:260px;
	}
	
	#mainarea_select {
	width:360px;
	float:right;
	background:#333;
	padding: 20px;
	height:260px;
	}
	
	/* maintext scroller */
	#mainarea_select, #mainarea_box,.section{
	padding:0;
	margin:0;
	list-style:none;
	}

	.sub {
	list-style:none;
	}

	#mainarea_box{
	overflow:hidden;
	position:relative;
	}

	#mainarea_select .sup{
	margin:12px 16px;
	font-size:14px;
	background: #2A2A2A;
	padding:5px;
	}
	#mainarea_select .sup2{
	margin:12px 0;
	padding:5px 0 0 5px;
	}
	#mainarea_select .sup .selected {
	color: #fff;
	border-bottom:0;
	}
	#mainarea_select .sup .scrolling{
	color: #999;
	}
	h3#mainarea_select {
margin:10px 10px 0 0;
padding:0;
color: #FFF;
text-transform: uppercase;
font-weight:bold;
font-size:12px;
	}
	
	.section{
	position:relative;
	}

	.section .sub{
	padding:20px;
	width:560px;
	height:220px;
	}
	
	.left_img {
	margin: 0 5px 0 0;
	padding:0;
	}
	
	.sub_title {
	height:70px;
	}
	.sub_text {
	height:135px;
	margin: 0;
	}
	.sub_text ul, .left ul{
	margin: 0 0 0 20px;
	list-style-type:square;
	padding:0;
	}
	.sub_more {
	height:15px;
	margin: 0;
	text-align:right;
	}
	.more {
	text-align:right;
	}
	
	
	.partenaires-box {
	float:left;
	width:290px;
	margin: 0 5px 5px 0;
	}
	
/* general */
h2 {
padding:0;
margin:0;
color: #de000e;
font-weight:normal;
font-size:18px;
}

h3 {
padding:0;
margin:0;
color: #FFF;
text-transform: uppercase;
font-weight:bold;
font-size:12px;
}


h4 {
padding:0;
margin:0;
color: #444;
font-weight:normal;
font-size:14px;
}

h5 {
padding:0;
margin:0;
color: #555;
text-transform: uppercase;
font-weight:bold;
font-size:12px;
}

	/* partenaires */
	#fullmain {
	width:900px;
	padding: 30px;
	color: #666;
	background: #FFF;
	margin: 30px 0;
	}
	
	img#fullmain  {
	margin: 15px;
	}
	
	/* concept */
	.left {
	float:left;
	width:600px;
	padding: 0 15px 0 0;
	border-right: solid 1px #DEDEDE;
	}
	
	.right {
	float:right;
	width:265px;
	}
	
	.right ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
	.right li {
	background: url(../images/tick.png) no-repeat left center;
	padding: 0 0 0 24px;
	margin:5px 0;
	font-size:14px;
	}
	
.problematique {
font-style:italic;
color: #de000e;
}

.solution {
font-style:italic;
color: #018F00;
}


blockquote {
margin: 0;
padding: 5px;
border-left: solid 3px #AAA;
}