* {
	margin: 0;
	padding: 0;
}

/* @group hacks */

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

/* @group main */

body {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

ul, dl {
	/*position: relative;*/
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:link, a.text:hover {
	color: #c10000;
}

a.text {
	color: #2d2d74;
	text-decoration: underline;
}

a:hover {
	color: #313174;
}

a:visited {
	color:  #f80;
}

.clear {
	clear: both;
}

div.clear {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

.hide, hr {
	display: none;
}

/* @end */

/* @group header */

#header {
	position: relative;
	height: 91px;
	background: #f35a00 url(../images/header_bg.gif) no-repeat 0 10px;
}

#header h1 a {
	display: block;
	margin-left: 60px;
	width: 166px;
	height: 0;
	font-size: 1px;
	padding: 81px 0 0;
	background: url(../images/header_logo.gif) no-repeat 0 10px;
	overflow: hidden;
	
	height: 81 px; /* IE-5 */
}

#header h2 {
	position: absolute;
	right: 35px;
	top: 28px;
	padding: 0 0 0 10px;
	color: #fff;
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	border-left: 3px solid #fff;
}

/* @end */

/* @group menu */

#menu {
	height: 26px;
	margin: 0;
	padding-left: 60px;
	background: url(../images/menu_bg.gif);
}

#menu li {
	float:  left;
	padding: 0;
	background: none;
}

#menu a {
	display: block;
	padding: 5px 10px 6px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	border-right: 1px #ba0000 solid;
	z-index: 1000;
	background: url(../images/menu_bg.gif);
}

#menu a:link {
	color: #fff;
}

#menu a:hover {
	background-position: left center;
}

#menu li.selected a {
	background: url(../images/menu_bg.gif) left bottom;
}

/* @end */

/* @group submenu */

.submenu {
	height: 26px;
}

.submenu li {
	display: inline;
	padding: 0;
	background: none;
	float: left;
	text-align: center;
	width: 33%;
}
.submenu.l2 li {
	width: 49%;
}

.submenu li a {
	display:  block;
	padding: 4px 10px 5px;
	border: 1px solid #a9bbcc;
	border-width: 1px 0;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background: url(../images/submenu_bg.gif);
}

.submenu li a:hover {
	text-decoration: underline;
}

.submenu li.selected a {
	padding: 5px 10px 6px;
	border: none;
	color: #fff;
	background: url(../images/menu_bg.gif) left bottom;
}
.submenu li.selected a:hover {
	text-decoration: none;
}
	
/* @end */

/* @group questions */

#questions {
	position: relative;
	background: #709dd6;
	padding: 20px 35px;
	border-bottom: 1px #2d2d74 solid;
	color: #fff;
}

#questions li {
	width: 60%;
	padding: 0 0 15px 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background: url(../images/bullet_white.gif) no-repeat;
}

#questions h3 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 60%;
}

#questions h3 strong {
	font-size: 16px;
}

/* @end */

/* @group home */

#home #header h2 {
	right: 35px;
	top: 35px;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	border-left: 3px solid #fff;
}

#home #intro {
	position: relative;
	padding: 26px 0 0;
	background: url(../images/menu_bg.gif) repeat-x;
}

#home #intro #menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#home #intro .img {
	position: absolute;
	top: -26px;
	right: 0;
	height: 230px;
	width: 280px;
	/*background: url(../images/home_img.jpg);*/
	
	z-index: 1;
}

#home #questions .img {
	float: right;
	position: relative;
	margin-top: -60px;
	height: 146px;
	width: 250px;
	background: none;
}

#home #questions div.img {
	float: right;
	position: relative;
	top: 0;
	height: 219px;
	width: 250px;
	border: 4px solid #fff;
	background: none;
}

/* @end */

/* @group layout middle */

.middle .content .left, .middle .content .right {
	position: relative;
	margin: 0 0 30px;
	width: 48%;
	background: transparent;
	border: none;
}

.middle .content .left {
	float: left;
}

.middle .content .right {
	float: right;
}

/* @end */

/* @group layout center */

.center .content {
	width: 50%;
	margin: 0 auto;
}
	
/* @end */

/* @group page */

.page {
	
}
	
/* @end */

/* @group content */

.content {
	position: relative;
	padding: 20px 35px;
}

.content p {
	margin: 0 0 5px;
}

.content h2 {
	margin: 20px 0;
	color: #f35a00;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align:justify;
}

.content h2 strong {
	color: #2d2d74;
}

.content h2.top {
	margin: 0 0 20px;
}

.content h3 {
	clear: both;
	margin: 20px 0;
	padding: 10px 0 0;
	border-top: 1px solid #a9bbcc;
	color: #2d2d74;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.content h3.top {
	margin: 10px 0 20px;
	padding: 0;
	border: none;
}

.content h3.color {
	color: #f35a00;
}

.content h3 strong {
	color: #f35a00;
	font-size: 16px;
}

.content h4 {
	color: #f35a00;
	padding: 10px 0;
}

ul {
	margin: 10px 0;
}

ul li {
	background: url(../images/bullet_orange.gif) no-repeat 0 3px;
	padding: 0 0 5px 15px;
	
}
.content ol {
	margin: 5px 0;
}

.content ol li {
	list-style-type: decimal;
	margin: 0 0 3px 50px;
	padding: 0;
	background: none;
}

.content .left img {
	float: right;
	margin: 0 0 20px 10px;
	border: 1px solid #a9bbcc; 
}


/* @group left */

.content .left {
	margin-right: 255px;
	padding-right: 15px;
	border-right: #abc solid 1px;
}
#objectifs {
	height: 500px;
}
#preconisations {
	height: 900px;
}

.content .left .left, .content .left .right {
	position: relative;
	margin: 0;
	width: 48%;
	background: transparent;
	border: none;
}



.content .left .left {
	float: left;
}

.content .left .right {
	float: right;
}

.content .left dt {
	color: #f35a00;
	padding: 0 0 5px 15px;
	background: url(../images/bullet_orange.gif) no-repeat 0 3px;
}

.content .left dd {
	padding: 0 0 15px 15px;
}

/* @end */

/* @group right */

.content .right {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px 35px 0 0;
	width: 235px;
}

.content .right .separator {
	padding: 15px 0 0;
	border-top: 1px solid #abc;
}

.content .right img {
	display: block;
	margin: 0 auto;
}

.content .right dl {
	
}	

.content .right dt {
	color: #2d2d74;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 2px;
}

.content .right dt a {
	color: #2d2d74;
}
.content .right dt a img {
	border: 1px solid #fff;
}
.content .right dt a:hover {
	color: #c10000;
}
.content .right dt a:hover img {
	border-color: #ccc;
}

.content .right dd {
	font-size: 11px;
	padding: 0 0 15px;
}

/* @end */

/* @end */

/* @group reference */

#reference .content ul {
	
}

#reference .content li {
	background: none;
	border-bottom: 1px solid red;
	border-color: #d4dde5;
	padding-top: 5px;
	padding-bottom: 5px;
}

#reference .content li.noborder {
	border-style: none;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	margin: 30px 36px 10px;
	padding: 2px 0;
	text-align: right;
	border-top: 1px #a8bbcc solid;
}

#footer strong {
	float: left;
	color: #a7bbcc;
	font-weight: normal;
}

#footer a {
	color: #a7bbcc;
	padding: 3px;
	font-size: 12px;
}

#footer a:hover {
	
}
#footer p#bottomMenu{
float:right;
width:390px
}
#footer p#linkInfobule{
float:left;
width:390px
}
/* @end */

/* @group audit */

fieldset {
	border: none;
	clear: both;
	padding: 5px 0 0;
	margin: 10px 0 0;
}

legend {
	color: #f35a00;
	font-weight: bold;
}

label {
	float: left;
	clear: left;
	width: 100px;
	margin: 2px 0;
}

input {
	float: left;
	width: 200px;
	margin: 2px 0;
}

.radio label, .radio input, .checkbox label, .checkbox input {
	float: none;
	width: auto;
	margin: 2px;
}

.radio label {
	
}

textarea {
	clear: both;
	display: block;
	width: 300px;
}
.textarea {
	width: 300px;
}

#submit, #annul {
	clear: both;
	float: none;
	width: auto;
}

fieldset ul {
	margin: 0 0 5px;
	padding: 0;
}

fieldset li {
	background: none;
	padding-left: 0;
}

fieldset fieldset legend {
	font-weight: normal;
}

fieldset fieldset li {
	padding-left: 15px;
}

.required {
	font-weight: bold;
}

/* @end */

/* @group plan */

#plan dt {
	font-size: 14px;
}

#plan dt a {
	display: block;
	padding: 2px;
	margin: 0 0 5px;
}


#plan dt a:link {
	border-bottom: 1px solid;
}

#plan dt a:hover {
	color: #fff;
	background: #f35a00;
}

#plan dt a:visited {
	border-bottom: 1px solid;
}

#plan dd {
	color: #a7bbcc;
	margin: 2px 0 20px;
}

#plan dl dl {
	padding-left: 20px
}

#plan dl dl dd {
	
}	
/* @end */

.sections li {
	display: inline;
	padding: 0 0 0 3%;
	background: none;
	float: left;
	text-align: left;
	width: 29%;
}

.sections ul li {
	display: block;
	float: none;
	width: auto;
	padding: 0 0 5px;
}

ul.point li {
	background: url(../images/bullet_orange.gif) no-repeat 0 3px;
	padding: 0 0 5px 15px;
}

.left .produit img{
	position: relative;
	float: right;
	
}

.left .produit2 img{
	position: relative;
	float: left;	
}

.left .produit strong, .left .produit2 strong{
	
}

/* @group 2007-BP */

div.leftcol {
	float: left;
	width: 35%;
}

div.rightcol {
	float: right;
	width: 64%;
}

.content .left div.rightcol img {
	float: none;
	clear: both;
	margin-bottom: .5em;
}

/* @end */
/*******************************************/
/*    Infobulle au clic  */
/*******************************************/
div#presentation2 {
	z-index: 50;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	top:0;
	left: 0;
	margin-top:-174px;
  width: 400px;
	height: 100%;
	display: none;
	border: 1px solid #464679;
	background: #fff;
}
div#presContent {
text-align: justify ;
	height: 100%;
	background: #FFF;
}
div#presContent p {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
}
div#presContent p.infoTitre {
	height: 25px;
	line-height: 15px;
	margin: 10px;
}
div#presContent p.infoTitre a {
	color: #f35a00;
	font-weight: bold;
}
div#presContent a {
	text-decoration: none;
	color: #f35a00;
}
div#presContent a:hover, div#presContent a:focus {
	text-decoration: underline;
}
div#presContent p#closer {
	margin: 0;
	padding: 0 3px 3px 0;
	width: 390px;
	background: #fff;
	text-align: right;
	font-size: 100%;
}
div#presContent p#closer a {
	margin: 0;
	padding: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

div.contact {
	font-size: 1.2em;
	padding: .5em 1em;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
}
