/* 
div.css
Template Styling Css rules 
Copyright (C) 2009 eticweb.com
All rights reserved.
 */
/*General*/
#main {
	margin:10px auto; /*center hack*/
	width:900px;
	text-align : left;
}
#content {
	margin:0px auto; /*center hack*/
	width:900px;
	overflow: auto;
	text-align: justify;
}
#gauche{
	float : left;
	width : 100px;
	text-align: center;
	padding-right: 5px;
	margin-right: 20px;
	border-right: solid 5px #b7cd46;
}
#top_content{
	width: 100%;
	height: 200px;
}
#top_content_sommaire{
	position :relative;
	float: right;
	padding-left: 5px;
	border: dashed 1px #556f7c;
	margin-left: 10px;
	height: 190px;
	width:350px;
	overflow:auto;
}
#logo {
	width: 480px;
	height : 74px;
	float: left;
	/*margin-left:100px;*/
	text-align:left;
	background: url(http://www.eticweb.fr/logos/Logo-ombre.gif) top left no-repeat;
}
#pieddepage {
	padding-top: 20px;
	width: 99%;
}

#pieddepage_gauche div {
	text-align: left;
	font-size: 11px;
	color: #666666;
	width : 45%;
	margin-left:3px;
}

#pieddepage_gauche div a {
	color: #a0a0a0;
}
#pieddepage_droite div {
	float:right;
	/*margin-right:100px;*/
	text-align: right;
	font-size: 11px;
	color: #666666;
	width : 45%;
}

#pieddepage_droite div a {
	color: #a0a0a0;
}

.clearfix {
	clear: both;
}
/* -*- EticWeb Design BOITE -*- */
.content_accueil0 {
	background: url(../images/coindroit.gif) top right no-repeat;
	padding: 0;
	margin: 0 0 0 0;
	height: 241px;
}

.content_accueil1 {
	background: url(../images/coingauche.gif) top left no-repeat;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	height: 241px;
}

.content_accueil2 {
	background: url(../images/coingauche.gif) bottom left no-repeat;
	padding: 0 0 10px 10px;
	height: 241px;
	margin: 0 0 0 0;
}

.content_accueil3 {
	background: url(../images/coindroit.gif) bottom right no-repeat;
	padding: 0 10px 10px 0;
	margin: 0 0 0 0;
	height: 241px;
	position: relative;
	text-align: left;
}

.content_accueil div div div div {
	background: url(../images/spacer.gif) bottom right no-repeat;
	padding: 0 0 0 0;
	height: auto !important;
	height: 1%;
}
#component-contact {
	width: 600px;
}
/* HACK IE6 */
* html .content_accueil2 {
	padding: 0 0 0 10px;
}
* html #top_content_sommaire {
	width:300px;
}
