body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;	
	margin: 0;
	padding: 0;	
}

/*********** Layout blue ************/

#blue {
	background-color: #d1efff;
}

#site {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 700px;	
	z-index: 100;			
}

#header {
	position: relative;
}

#innerheader {
	height: 130px;
}

#logo {
	position: absolute;	
	left: -23px;	
}

#content {
	min-height: 590px;	
	width: 700px;
	background-color: #fff;
}

#green #content {
    min-height: 560px;
}

#innercontent {
 	width: 650px;
	background-color: #fff;
	padding: 0 25px 0 25px;
}

#intro {
	height: 400px;
	width: 700px;	
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#content_left {
	width: 300px;
	float: left;
	margin-right: 50px;
}

#content_right {
	width: 300px;
	float: left;		
}

.footer {
	height: 7000px;	
	position: fixed;
	bottom: 0;	
	width: 7000px;	
	z-index: 50;
}

#footer_blue{
	background-image: url(../images/footer_bg_cpropr.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 50px;
	background-color: #d1efff;	
}

#innerfooter {
	width: 698px;
	height: 98px;
	border: 1px solid #fff;
	margin: 0 auto;
	background-image: url(../images/footer_add_bg.png);
	margin-top: 25px;
}

#footer_left {
	width: 300px;
	float: left;
	margin: 10px 50px 0 0;		
}

#footer_right {
	width: 325px;
	float: right;
	padding-top: 10px;	
}

#cpropr {
	margin: 5px 0 0px 15px;
	float: left;
}

ul {
	float: left;
	padding-left: 20px;
}
	
li {
	list-style-image: url(../images/point_list.png);
	padding-bottom: 8px;
}

/*********** Layout green ************/

#green {
	background-color: #ddeeb2;
}

#footer_green {
	background-image: url(../images/footer_bg_nvservices.png); 
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 50px;
	background-color: #DDEEB2;	
}

#nvservice {
	margin: 5px 0 0px 15px;
	float: left;
}

#si-logo {
	float: right;
	width: 100px;
	margin-right: 25px;
}

#footertext {
	width: 175px;
	float: left;
}

/*********** Typographie ************/

p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;	
	margin-bottom: 10px;
	color: #00abe9;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 5px;	
	color: #319d13;	
}

#blue h2 {
	color: #00abe9;	
}

#blue h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;	
	color: #00abe9;	
	margin: 0;
	padding-bottom: 5px;
}

#green h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;	
	color: #319d13;	
	margin: 0;
	padding-bottom: 5px;
}

a img{
	border: none;
}

#footer_right p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

/*************************************************/
/* HELPER                                        */
/*************************************************/

.hide {
   display: none;
}

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

.clearfix {
   display: inline-block;
}

* html .clearfix {
   height: 1%;
}

.clearfix {
   display: block;
}
