/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #ccf0ff;
}
p {
	margin: 0;
	padding: 0;
}
/* ---------------- general ---------------- */
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 464px;
     height: 700px;
     margin-top: -350px; /* moitié de la hauteur */
     margin-left: -232px; /* moitié de la largeur */
}
ul#accueil {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#accueil li {
	margin: 0 0 5px 0;
	padding: 0;
}
ul#accueil li {
	display: block;
	width: 464px;
	line-height: 700px;
	text-decoration: none ;
	background: url(../img/accueil.jpg) no-repeat -464px 0;
}
ul#accueil li a {
	display: block;
	width: 464px;
	line-height: 700px;
	text-decoration: none ;
	background: url(../img/accueil.jpg) no-repeat 0 0;
}
ul#accueil li a:hover {
	background: url(../img/accueil.jpg) no-repeat -464px 0;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#tetiere {
	background: url(../img/tetiere.jpg) no-repeat center;
	height: 110px;
	text-align: left;
}
#click {
	float: left;
	height: 110px;
	width: 400px;
}
#general {
	background: url(../img/bas.jpg) bottom left no-repeat #fff;
	height: 466px;
}
#general2 {
	background: url(../img/bas.jpg) bottom left no-repeat #fff;
	height: 466px;
}
#div_G {
	float: left;
	width: 314px;
	background: url(../img/fond_divG.jpg) repeat-y;
	height: 442px;
	text-align: right;
}
#div_G2 {
	float: left;
	width: 10px;
	background: url(../img/fond_divG.jpg) repeat-y;
	height: 442px;
	text-align: right;
}
#div_D {
	float: right;
	height: 442px;
	width: 486px;
	background: #fff url(../img/ombre_dte.jpg) top left repeat-x;
}
#div_D2 {
	float: right;
	height: 442px;
	width: 790px;
	background: #fff url(../img/ombre_dte.jpg) top left repeat-x;
}
#div_D3 {
	float: right;
	width: 486px;
	background: #fff url(../img/ombre_dte.jpg) top left repeat-x;
}
#marge_haute_30 {
	padding-top:30px;
}
#marge_haute_30_lien_L {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	text-align:left;
	color:#999;
}
#marge_haute_30_lien_R {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:35px;
	text-align:right;
	color:#999;
}
#marge_haute_30_lien_L a, #marge_haute_30_lien_L a:hover, #marge_haute_30_lien_R a, #marge_haute_30_lien_R a:hover {
	color:#999;
	text-decoration:none;
}
.colG {
	float:left;
	padding-top:8px;
	padding-left:31px;
}
.colD {
	float:right;
	padding-top:8px;
	padding-right:31px;
}
.clear {
	clear:both;
}
/* ---------------- fin general ---------------- */

/* ---------------- textes ---------------- */
.tetiere {
	padding-left: 122px;
	padding-top: 8px;
	color: #FFF;
}
.nom {
	font-weight: 400;
	font-size: 3.4em;
	text-transform: uppercase;
}
.bleu {
	color: #ccf0ff;
}
.accroche {
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: 1px;
	font-style: italic;
}
#signature {
	font-size: 9px;
	color: #0C3259;
	float: right;
	padding-right: 20px;
	height: 24px;
	line-height: 24px;
}
#legende {
	padding: 40px 170px 0 20px;
	color: #3e4148;
	line-height: 16px;
}
#smallmenu {
	color: #aaa;
	line-height: 24px;
	font-size: 10px;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:2px;
}
#smallmenu a {
	color: #aaa;
	text-decoration: none;
}
#smallmenu a:hover {
	color: #0C3259;
	text-decoration: none;
}
.T8 {
	margin: 0;
	padding: 8px 0 0 0;
}
.T16B10 {
	margin: 0;
	padding: 16px 0 10px 0;
}
.T30L20 {
	margin: 0;
	padding: 30px 20px 0 20px;
	text-align: left;
}
.txtsmall {
	font-size: 0.8em;
}
.border-th {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-color: #f7e400;
}
.border-th-first {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}
.border-th-fin {
	border-bottom: 1px black solid;
}
.border-td {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}
.border-td-x {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-color: #f8f088;
}
.border-td-fin {
	border-bottom: 1px black solid;
}
.border-td-x1 {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-color: #f2f2f2;
}
.border-td-x2 {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-color: #ebe481;
}
.border-td-fin-x1 {
	border-bottom: 1px black solid;
	background-color: #f2f2f2;
}
/* ---------------- fin textes ---------------- */

/* ---------------- formulaire ---------------- */
form {
	border: 1px #C3A984 solid;
	width: 80%;
	background-color: #ccf0ff;
}
/* ---------------- fin formulaire ---------------- */

/* ---------------- menus ---------------- */
#navcontainer {
	width: 790px;
	margin-left: 10px;
	padding-top: 0;
	height: 24px;
	background-color: #f7e400;
	text-align:l eft;
}
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	float: left;
}
#navcontainer a {
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	display:block;
	color: #0C3259;
	width:auto;
	width:100px; /* pour ie */
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	font-weight: bold;
}
#navcontainer a:hover {
	background: #f8f088;
}
#navcontainer li#active a {
	background: #f8f088;
	color: #739cc5;
}
#div_G ul {
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: -10px;
	text-align: left;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
}
#div_G li {
	width: 162px;
	text-align:right;
	line-height:104px;
	line-height:66px;
}
#div_G a {
	display: block;
	background: url(../img/fond_btn_bas.jpg) 0 66px no-repeat;
	height: 66px;
	padding-right:20px;
	color:#fff;
	text-decoration:none;
}
#div_G a:hover, #div_G li#active a  {
	background: url(../img/fond_btn_bas.jpg) 0 0 no-repeat;
	color:#d9d9d9;
}
#div_G a#first {
	display: block;
	background: url(../img/fond_btn_haut.jpg) 0 66px no-repeat;
	height: 66px;
}
#div_G a#first:hover, #div_G li#active a#first  {
	background: url(../img/fond_btn_haut.jpg) 0 0 no-repeat;
}
#div_G #first {
	display: block;
	background: url(../img/fond_btn_haut.jpg) 0 66px no-repeat;
	height: 66px;
}
#decalage {
	padding-top:25px;
}
/* ---------------- fin menus ---------------- */

/* ---------------- images ---------------- */
.align_right {
	float: right;
}
.align_left {
	float: left;
}
#img_vide {
	width:314px;
	height:466px;
	background:url(../img/vide.jpg) top right no-repeat;
}
#img_home {
	width:314px;
	height:466px;
	background:url(../img/home.jpg) top right no-repeat;
}
#img_agence1 {
	width:314px;
	height:466px;
	background:url(../img/agence1.jpg) top right no-repeat;
}
#img_agence2 {
	width:314px;
	height:466px;
	background:url(../img/agence2.jpg) top right no-repeat;
}
#img_agence3 {
	width:314px;
	height:466px;
	background:url(../img/agence3.jpg) top right no-repeat;
}
#img_agence4 {
	width:314px;
	height:466px;
	background:url(../img/agence4.jpg) top right no-repeat;
}
#img_resa {
	width:314px;
	height:466px;
	background:url(../img/resa.jpg) top right no-repeat;
}
#img_vehicule1 {
	width:314px;
	height:466px;
	background:url(../img/vehicule1.jpg) top right no-repeat;
}
#img_vehicule2 {
	width:314px;
	height:466px;
	background:url(../img/vehicule2.jpg) top right no-repeat;
}
#img_vehicule3 {
	width:314px;
	height:466px;
	background:url(../img/vehicule3.jpg) top right no-repeat;
}
#img_vehicule4 {
	width:314px;
	height:466px;
	background:url(../img/vehicule4.jpg) top right no-repeat;
}
#img_services {
	width:314px;
	height:466px;
	background:url(../img/services.jpg) top right no-repeat;
}
#img_dimensions {
	width:314px;
	height:466px;
	background:url(../img/dimensions.jpg) top right no-repeat;
}
#img_entreprises {
	width:314px;
	height:466px;
	background:url(../img/entreprises.jpg) top right no-repeat;
}
#img_merci {
	width:314px;
	height:466px;
	background:url(../img/dimensions.jpg) top right no-repeat;
}
/* ---------------- fin images ---------------- */
