/**
* style.css
* Feuille de style
* 
* @author Olivier BLAIS <contact@netdcom.com>
* @version 1.0
*/

/**
* Contenu général
*/

html, body {
	margin: 0;
	height: 100%;
}
	
body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #696767;
	font-family: Arial;
	font-size: 12px;
	background-color: #F4F4F4;
}

img {
	border: none;	
}

* {
	outline: none;
}

a {
	color: #E31818;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.hidden {
	display: none;
}

div#global {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	height: 100%;
	position: relative;	
}

/**
* Header
*/

div#header {
	margin: 0;
	padding: 0;
	width: 928px;
	height: 156px;
	background: url('./../images/header.jpg') left no-repeat;
	border-left: 1px solid #D7D6D6;
	border-right: 1px solid #D7D6D6;
	position: relative;
}

div#header h1 {
	margin: 0;
	padding: 0;
	top: 15px;
	left: 20px;
	text-indent: -9999px;
	position: absolute;
}

div#header h1 a {
	margin: 0;
	padding: 0;
	width: 103px;
	height: 100px;
	text-indent: -9999px;
	display: block;
}

div#header h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

div#diapo {
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 704px;
	height: 156px;
	background: url('./../images/diapo.jpg') no-repeat;
	position: absolute;
}

/**
* Menu
*/

div#menu {
	margin: 0;
	padding: 0;
	width: 928px;
	height: 40px;
	border-left: 1px solid #D7D6D6;
	border-right: 1px solid #D7D6D6;
	position: relative;
}

div#menu ul {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style-type: none;
	background: url('./../images/menu.jpg') repeat-x;
}

div#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
}

div#menu ul li a {
	margin: 0;
	padding: 0 18px;
	height: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 38px;
	display: block;
}

div#menu ul li a:hover {
	text-decoration: none;
	background: url('./../images/active_menu.jpg') repeat-x;
}

.active {
	border-left: 1px solid #080100;
	border-right: 1px solid #080100;
	background: url('./../images/active_menu.jpg') repeat-x;
}

/**
* Zone central
*/

div#container {
	margin: 0;
	padding: 0;
	width: 928px;
	border-left: 1px solid #D7D6D6;
	border-right: 1px solid #D7D6D6;
	background: url('./../images/content.jpg') repeat-y;
	position: relative;
}

div#shadow {
	margin: 0;
	padding: 0;
	width: 928px;
	height: 15px;
	list-style-type: none;
	background: url('./../images/header_content.jpg') no-repeat;
}

/**
* Zone central / colonne de gauche
*/

div#leftColumn {
	margin: 0;
	padding: 0;
	width: 224px;
	min-height: 100px;
	float: left;
}

div#search {
	margin: 0 0 10px 0;
	padding: 0 0 0 7px;
	width: 216px;
	font-size: 10px;
}

div#search h3 {
	margin: 0 0 6px 0;
	padding: 0;
	width: 216px;
	height: 14px;
	text-indent: -9999px;
	background: url('./../images/search.jpg') no-repeat;
}

div#search select {
	margin: 4px 0;
	padding:0;
	width: 207px;
}

div#search input {
	margin: 4px 0;
	padding:0;
	width: 202px;
}

div#offers {
	margin: 0;
	padding: 12px 0 5px 7px;
	width: 216px;
	font-size: 10px;
	background: #F8F6F6 url('./../images/offers_header.jpg') no-repeat;
}

div#offers h3 {
	margin: 0 0 6px 0;
	padding: 0;
	width: 216px;
	height: 15px;
	text-indent: -9999px;
	background: url('./../images/offers.jpg') no-repeat;
}

div#offers a {
	margin: 0 0 8px 0;
	padding: 0;
	width: 206px;
	font-size: 11px;
	text-decoration: underline;
	display: block;
}

div#offers a:hover {
	text-decoration: none;
}

/**
* Zone central / colonne de droite
*/

div#rightColumn {
	margin: 0;
	padding: 0;
	width: 704px;
	min-height: 100px;
	float: right;
}

div#content {
	margin: 0;
	padding: 0 25px 18px 25px;
	width: 654px;
	min-height: 100px;
	line-height: 18px;
	font-size:12px;
}

div#content h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
}

div#content.home {
	margin: 0 0 18px 25px;
	padding: 0;
	width: 441px;
	min-height: 100px;
	float: left;
}

div#news {
	margin: 11px 25px 24px 0;
	padding: 8px;
	width: 170px;
	min-height: 265px;
	border: 1px dashed #C3C2C2;
	float: right;
	position: relative;
	
}

div#news h3 {
	margin: 0;
	padding: 0;
	width: 74px;
	height: 15px;
	top: -9px;
	left: 12px;
	text-indent: -9999px;
	background: url('./../images/news.jpg') no-repeat;
	position: absolute;
}

div.date { 
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #E21816;
	background: url('./../images/bullet.jpg') 0 3px no-repeat;
}

div.title {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

div.news {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

div.news a {
	color: #696767;
}

div#selection {
	margin: 0 0 18px 25px;
	padding: 0;
	width: 441px;
	height: 209px;
	float: left;
}

div#selectionContent {
	margin: 0;
	padding: 0;
	width: 438px;
	height: 173px;
	background: url('./../images/selection_background.jpg') repeat-x;
	border-top: 1px solid #D7D6D6;
	border-left: 1px solid #D7D6D6;
	border-right: 1px solid #D7D6D6;
	position: relative;
} 

div#selection h3 {
	margin: 8px 0 7px 4px;
	padding: 0;
	width: 438px;
	height: 14px;
	text-indent: -9999px;
	background: url('./../images/selection_of_month.jpg') no-repeat;
} 

div#selection a {
	margin: 0;
	padding: 1px;
	width: 131px;
	height: 142px;
	bottom: -1px;
	display: block;
	position: absolute;
	z-index: 20;
}

div#selection a.selected {
	margin: 0;
	padding: 0;
	width: 131px;
	height: 142px;
	bottom: -1px;
	border-top: 1px solid #CF0100;
	border-left: 1px solid #CF0100;
	border-right: 1px solid #CF0100;
	border-bottom: 1px solid #F51500;
	background: url('./../images/selection_gradient1.jpg') repeat-x;
}


a#imgBien1 {
	left: 10px;
}

a#imgBien2 {
	left: 152px;
}

a#imgBien3 {
	left: 295px;
}

div#selection img {
	margin: 10px;
	padding: 0;
	border: 1px solid #A5A4A4;
}

div#selection a.selected img {
	border: 1px solid #CF0100;
}

.desc {
	margin: 0;
	padding: 2px 0 0 6px;
	width: 432px;
	height: 31px;
	left: -1px;
	bottom: -1px;
	color: #FFF;
	font-size: 11px;
	background: url('./../images/selection_gradient2.jpg') repeat-x;
	border: 1px solid #CF0100;
	z-index: 10;
}

div#links {
	margin: 0 2px 18px 0;
	padding: 0;
	width: 210px;
	height: 209px;
	float: right;
}

div#links a {
	margin: 0;
	padding: 0;
	width: 210px;
	display: block;
}

/**
* Footer
*/

div#footer {
	margin: 0;
	padding: 17px 16px 0 16px;
	width: 896px;
	height: 96px;
	font-size: 11px;
	border-left: 1px solid #D7D6D6;
	border-right: 1px solid #D7D6D6;
	background: url('./../images/footer.jpg') repeat-x;
	position: relative;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

div#footer ul li {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}

div#footer ul li a {
	margin: 0;
	padding: 0 5px 0 0;
	color: #696767;
}

div#footer p {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}

/**
* Contact
*/
	
#contact_us {
	margin:10px 0px 0px 0px;
	position:relative;		
}

.contact_header {
	margin: 0px 0px 10px 10px;
	font-weight: bold;
	color: #EE7E1E;			
}

.contact_field_bloc {
	margin: 0px 0px 7px 10px;		
}

.contact_field_bloc input {
}	

.contact_tag {
	margin: 0px 10px 0px 0px;
	display: block;
	float: left;
	width: 130px;
}

/**
* Recherche
*/

.navigation_results {
	float: left;
	padding-top: 5px;
	width: 630px;
	height: 5px;
	border: 1px solid #0072bb;
	text-align: left;
}

a.nav_liens:link, a.nav_liens:visited {
	position:	relative;
	display:	inline;
	margin:	1px 0px 1px 0px;
	font-size:	10px;
	text-decoration: none;
	border: 1px solid #0072bb;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #0072bb;
	background-color: #FFFFFF;
}

a.nav_liens:hover {
	text-decoration: underline;
	color: #000000;
}

.nav_selected {
	position:relative;
	display:inline;
	margin: 1px 0px 1px 0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #000000;
}
