﻿@charset "UTF-8";

/* CSS Document */



/*==========================================================



Client: Ibiscom

Author: Olivier Beauregard -for- Ibiscom



Version: 1 (page de construction)

____________________________________________________________



Colors:




Rouge - (Pantone Red 484):       #983222





==========================================================*/

/*=======================

         RESET

=======================*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {

	margin: 0;

	padding: 0;

	/*line-height:inherit;*/

}



/*=======================

         Global

=======================*/



body {
	
	background:#F5F5F5 url(../images/bot_bg.png) center bottom fixed repeat-x;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 62.5%;
	
	margin:0px;

}



h1 {

	font-size:36px;

	font-weight:bold;

	color:#983222;

}



h2 {

	font-size:18px;

	font-weight:bold;

	color:#000;

	margin:5px 0;

	
}



h3 {

	font-size:16px;

	font-weight:bold;

	color:#900;

}



h4 {

	font-size:14px;

	font-weight:bold;

	/*color:#8A7967;*/

}



h5 {

	font-size:12px;

	font-weight:bold;

	font-style:italic;

	/*color:#8A7967;*/

}



img {

	border:none;

}



p {

	font-size:12px;

	color:#000;

}

hr {

	border:#E1E1E1 solid 0.1em;

	margin-bottom:15px;

	
}



a:link, a:active, a:hover, a:active {

	/*color:inherit;*/

	color:#666;

	text-decoration:none;

}

	
/*=======================

        Contenu

=======================*/


.global {

}

.top_container {
 	height:75px;
	width:900px;
	margin:auto;
	background:transparent;
}

.top_logo {
	float:left;
	width:350px;
	height:65px;
	margin:10px 0 0 0;
	background:#CCC;
}

.top_menu {
	float:right;
	width:540px;
	height:65px;
	margin:10px 0 0 0;
	background:#900;
}

.flash_container {
 	height:240px;
	width:1000px;
	margin:auto;
	background:transparent;
}



.main_container {
 	height:380px;
	width:900px;
	margin:auto;
	background:transparent;
}

.main_info {
	float:left;
	width:550px;
	height:380px;
	margin:0;
	background:#f5f5f5;
}

.main_card {
	float:right;
	width:350px;
	height:380px;
	margin:0;
	background:#e1e1e1;
}



.footer_container {
 	height:35px;
	width:900px;
	margin:auto;
	background:#e1e1e1;
}






/*================================================
//
//       Nouvelles classes  (Construction)
//
=================================================*/





.top {
	background: url(../images/top_bg.png) repeat-x center top;
	width: 100%;
	height: 110px;
	/*margin: none;*/

}

.construction_container {
	width: 900px;
	height: 400px;
	margin: auto;
	/*border: #000 solid 1px;*/


}

.cons_right {
	width:700px;
	height: 389px;
	float: right;
	/*background: url(../images/produits.png) center top no-repeat;*/
}

.cons_left {
	border-right:#E1E1E1 solid 2px;
	width:195px;
	height: 389px;
	float: left;
	background: url(../images/logo_ibis.png) left top no-repeat;
}

.cons_texte {
	margin: 175px 0 0 5px;

}

.cons_texte h1{
	font-size:27px;

}

.cons_texte h2{
	font-size:22px;
	line-height: 22px;
	

}
.cons_texte p{
	padding-right: 5px;
	

}
.bigger {
	font-size: 14px;
	font-weight: bold;

}
