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

* { 
	margin:0; 
	padding:0; 
	}
	
body { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	}
	
a {
	color:#4d5a80;
	text-decoration:none;
	}

a:hover {
	color:#808080;
	}

#site {
	position:absolute;
	width:800px;
	height: 600px;
	left: 50%;
	top: 10px;
	margin-left: -400px; /* moitie de la largeur */
	background-color:#FFFFFF;
	}
	
#header {
	width:800px;
	height:95px;
	border: 0px solid #000000;
	}
	
#header h1 {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	background-position: 10px;
	width:294px;
	height:95px;
	font-size:0px;
	color:#FFFFFF;
	border: 0px solid #000000;
	}
#header h1 a {
	display: block;
	width:294px;
	height:95px;
	font-size:0px;
	color:#FFFFFF;
	}
	
#topmenu {
	position:absolute;
	top:67px;
	left:320px;
	width: 450px;
	height:28px;
	text-align:right;
	border: 0px solid #000000;
}

#topmenu ul {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

#topmenu ul li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

#topmenu ul li a {
	color: #fff;
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 85px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size:10px;
}

#topmenu ul li a:hover, #topmenu ul li a.selected {
	background-position: bottom left;
}

#content {
	width:800px;
	border: 0px solid #000000;
	float: left;
}

#footer {
	width:780px;
	margin-left:5px;
	line-height:20px;
	font-size:10px;
	border-top:1px dashed #808080;
	text-align:center;
	color:#808080;
	float: left;
}

/* #808080 */

/** HOMEPAGE ****************************************/

#home_main {
	background-image:url(img/home_main.jpg);
	background-repeat:no-repeat;
	background-position: 4px;
	width:800px;
	height:501px;
	font-size:0px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	float: left;
	border: 0px solid #000000;
}

#home_content {	
	margin-left: 10px;
	float: left;
	border: 0px solid #000000;
}

#home_content h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home_text {
	width:495px;
	padding:10px;
	color:#808080;
	font-size:14px;
	float:left;
	border: 0px solid #000000;
}

#news {
	width:250px;
	float:left;
	padding:10px;
	color:#808080;
	font-size:12px;
	border-left:1px dashed #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}


#news h1 {
	font-size:20px;
	margin-bottom:10px;
	text-align:right;
}

#news h1 .blue {
	color:#4d5a80;
}

#news p {
	text-align:justify;
}

#news ul {
	margin-left: 20px;
}

/** GOONDI ***************************************/

#goondi_left_pane {
	width: 240px;
	height: 713px;
	background-image:url(img/goondi_left_pane.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	background-color: #FFFFFF;
	float: left;
	border: 0px solid #000000;
}

#goondi_main {
	background-image:url(img/goondi_main.jpg);
	background-repeat:no-repeat;
	width:547px;
	height:500px;
	font-size:0px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	float: left;
	border: 0px solid #000000;
}

#goondi_main h1 {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 25px;
	font-weight: normal;
}

#goondi_main p {
	width: 450px;
	font-size: 20px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#goondi_content {	
	margin-left: 240px;
	width:547px;
}

#goondi_content h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#goondi_text {
	width:500px;
	padding:10px;
	color:#808080;
	font-size:14px;
	float:left;
	border: 0px solid #000000;
}

#goondi_text p {
	text-align:justify;
	font-size: 12px;
	width: 535px;
}

/** SOLUTIONS ***************************************/

#solutions_left_pane {
	width: 240px;
	height: 713px;
	background-image:url(img/solutions_left_pane.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	background-color: #FFFFFF;
	float: left;
	border: 0px solid #000000;
}

#solutions_main {
	background-image:url(img/solutions_main.jpg);
	background-repeat:no-repeat;
	width:547px;
	height:150px;
	font-size:0px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	float: left;
	border: 0px solid #000000;
	padding-top: 350px;
}

#solutions_main h1 {
	margin-top: 20px;
	margin-left: 190px;
	font-size: 16px;
	font-weight: bold;
}

#solutions_main p {
	width: 450px;
	font-size: 20px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#solutions_content {	
	margin-left: 240px;
	width:547px;
}

#solutions_content h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#solutions_text {
	width:500px;
	padding:10px;
	color:#808080;
	font-size:14px;
	float:left;
	border: 0px solid #000000;
}

#solutions_text p {
	text-align:justify;
	font-size: 12px;
	width: 535px;
}

/** HEBERGEMENT ***************************************/

#hebergement_left_pane {
	width: 240px;
	height: 840px;
	background-image:url(img/hebergement_left_pane.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	float: left;
	border: 0px solid #000000;
}

#hebergement_main {
	background-image:url(img/hebergement_main.jpg);
	background-repeat:no-repeat;
	width:547px;
	height:280px;
	font-size:0px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	float: left;
	border: 0px solid #000000;
	padding-top: 220px;
}

#hebergement_main h1 {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 25px;
	font-weight: normal;
}

#hebergement_main p {
	width: 450px;
	font-size: 20px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#hebergement_content {	
	margin-left: 240px;
	width:547px;
}

#hebergement_content h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#hebergement_text {
	width:500px;
	padding:10px;
	color:#808080;
	font-size:14px;
	float:left;
	border: 0px solid #000000;
}

#hebergement_text p {
	text-align:justify;
	font-size: 12px;
	width: 535px;
}

/** CONTACT ***************************************/

#contact_left_pane {
	width: 240px;
	height: 840px;
	background-color: #FFFFFF;
	float: left;
	border: 0px solid #000000;
}

#contact_main {
	background-image:url(img/contact_main.jpg);
	background-repeat:no-repeat;
	background-position: 20px;
	width:800px;
	height:501px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	float: left;
	border: 0px solid #000000;
}

#contact_main h1 {
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 60px;
	width: 750px;
	text-align: center;
}

.tarif {
	font-size: 10px;
	color:#808080;
	font-weight: normal;
}

#contact_main div.commercial {
	margin-left: 120px;
	margin-right: 20px;
	margin-top: 20px;
	width:450px;
	color: #FFFFFF;
	font-size:14px;
	float:left;
	border: 0px solid #FFFFFF;
}

#contact_main div.commercial p {
	font-size: 14px;
}

#contact_main div a {
	//color:#5e6b9a;
	color:#708ba0;
}

#contact_main form.commercial {
	border: 0px solid #FFFFFF;
	float: left;
	margin-top: 30px;
	margin-left: 220px;
}

#contact_main form.commercial th {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding-right: 10px;
	vertical-align: top;
}

#contact_main form.commercial input {
	width: 200px;
	border: none;
}

#contact_main form.commercial textarea {
	border: none;
	width: 200px;
	height: 100px;
}

#contact_main div.technique {
	margin-left: 120px;
	margin-right: 20px;
	width:500px;
	color: #FFFFFF;
	font-size:14px;
	float:left;
	border: 0px solid #FFFFFF;
}


#contact_content {	
	margin-left: 240px;
	width:547px;
}

#contact_content h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact_text {
	width:500px;
	padding:10px;
	color:#808080;
	font-size:14px;
	float:left;
	border: 0px solid #000000;
}

#contact_text p {
	font-size: 12px;
	width: 535px;
}

