BODY {
background-color: 				#b6a383; 
	overflow-y : 				auto; 
	overflow-x : 				auto; 
	scrollbar-base-color : 		#FFFFFF;
	Scrollbar-Arrow-Color : 	#FFFFFF;
	scrollbar-face-color:		#b6a383;
	scrollbar-shadow-color:		#FFFFFF;
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-3dlight-color:	#FFFFFF;
	scrollbar-darkshadow-color:	#FFFFFF;
	scrollbar-track-color:		#FFFFFF;
	margin-bottom : 			0;
	margin-left : 				0;
	margin-right : 				0;
	margin-top : 				0;
}
#logo {
	width: 920px;
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	background-position:left bottom;
	float:left;
	width:110px;
	height:80px;
}
.back {
	background-color: #FFFFFF;
}
.back-twitter {
	width: 920px;
	background-image:url(images/cartouche-twitter.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:right bottom;
}
.back-twitter2 {
	width: 920px;
	background-image:url(images/cartouche-bas-twitter.png);
	background-repeat: no-repeat;
	background-position:right top;
}
.twitter {
	background-image:url(images/twitter.png);
	background-repeat: no-repeat;
	background-position:left bottom;
}
#twitt {    /* la zone de lien */ 
float: left; 
width : 60px; 
height: 60px; 
} 
#twitt2 {    /* la zone de lien */ 
float: right; 
width : 128px; 
height: 16px; 
} 

/*#twitt.a:hover {
    background-color: #b7a882;
}*/

.haut-gauche {
	background-image:url(images/coin-gh.png);
}
.haut-droit {
	background-image:url(images/coin-dh.png);
}
.bas-gauche {
	background-image:url(images/coin-gb.png);
	background-repeat: no-repeat;
}

.cart-haut-gauche {
	background-image:url(images/coin-footer-gh.png);
}
.cart-haut-droit {
	background-image:url(images/twitter-bordure.png);
}
.cart-bas-gauche {
	background-image:url(images/coin-footer-gb.png);
}
.cart-bas-droit {
	background-image:url(images/coin-footer-db.png);
}
/*--------------------CONTENU--------------------------*/
#contenu {
	background-color: #FFFFFF;
	color: #181818;
	font-size : 14px;
	font-family : "Trebuchet MS", Arial;
}
.titre {
	font-size :			22px;
	line-height:		0.9em;
	font-family :		"Trebuchet MS", Arial;
	font-weight :		bold;
	color: 				#e47200;
}
.titre-petit {
	font-size :			14px;
	line-height:		1em;
	font-family :		"Trebuchet MS", Arial;
	font-weight :		normal;
	color: 				#e47200;
}
.titre2 {
	font-size :			22px;
	line-height:		0.9em;
	font-family :		"Trebuchet MS", Arial;
	font-weight :		bold;
	color: 				#085975;
}
.titre-petit2 {
	font-size :			14px;
	line-height:		1em;
	font-family :		"Trebuchet MS", Arial;
	font-weight :		normal;
	color: 				#085975;
}
.back-home-gauche {
	width: 450px;
	background-image:url(images/bordure-part.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.back-home-droit {
	width: 450px;
	background-image:url(images/bordure-pro.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
.vignette {
	padding: 0 10px 0 10px;
}

#contenu .titre {
	font-size : 24px;
	color: #a22b14;
	font-family : "Trebuchet MS", Arial;
	padding: 0 0 20px 0;
}
.contenu-gauche{
/*	background-color: #FFFFFF;*/
	text-align: left;
	color: 181818;
	font-size : 14px;
	font-family : "Trebuchet MS", Arial;
	padding: 0 40px 0 0;
}
.contenu-gauche .titre {
	font-size : 14px;
	color: #a22b14;
	font-family : "Trebuchet MS", Arial;
}
.contenu-droite{
/*	background-color: #FFFFFF;*/
	text-align: left;
	color: 181818;
	font-size : 14px;
	font-family : "Trebuchet MS", Arial;
	padding: 0 0 0 40px;
}
.contenu-droite .titre {
	font-size : 14px;
	color: #a22b14;
	font-family : "Trebuchet MS", Arial;
}
.icone {
	display: inline;
	margin: 0 8px 0 0;
}
.image-g {
	float: left;
	margin: 0 10px 0 0;
	border:none;
}
.image-d {
	float: right;
	margin: 0 0 0 10px;
	border:none;
}
.cart-gauche {
	float: right;
	padding: 5px 40px 28px 0;
	border: hidden;
}
.cart-droit {
/*	float: left;*/
	padding: 20px 0 0 40px;
	border: hidden;
}
.image-droit {
	padding: 20px 0 10px 40px;
	border: hidden;
}

#contenu a:link {
    color: #b6a383;
    text-decoration: none;
    font-weight: normal;  
    font-style: normal;
}
#contenu a:active, #contenu a:visited {
    color: #a22b14; !important 
    text-decoration: none;
    font-weight: normal;
}
#contenu a:hover {
    color: #b6a383;
	border-bottom: 1px dotted #b6a383;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
	
/*---------------------CARTOUCHE------------------------*/
.cartouche {
	font-size :			11px;
	line-height:		1.4em;
	color: 				#181818;
	font-family :		"Trebuchet MS", Arial;
	font-weight :		normal;
	text-decoration:	none;
	padding: 0 0 0 8px;
}
.cartouche a:link {
    color: #b6a383;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.cartouche a:visited {
    color: #a22b14;
    text-decoration: none;
    font-weight: normal;
}

.cartouche a:hover {
    color: #b6a383;
	border-bottom: 1px dotted #b6a383;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.cartouche a:active {
    color: #a22b14;
    text-decoration: none;
    font-style: normal;
}
	
.cartouche-logo {
	width: 70px;
	border-right: #b6a383 1px dotted;
	line-height: 0.85em;
}
.logo-carton {	
	font-size :			15px;
	text-transform:		uppercase;
	color: 				#a22b14;
	font-family :		"Trebuchet MS", Arial;
	font-weight :		bold;
	text-decoration:	none;
}
.logo-design {
	font-size :			15px;
	text-transform:		uppercase;	
	text-transform:		uppercase;	
	letter-spacing:		0.1em;	
	color: 				#181818;
	font-family :		"Trebuchet MS", Arial;
	font-weight :		bold;
	text-decoration:	none;
}
.cartouche-gkn {
	width: 50px;
	border-left: #b6a383 1px dotted;
	background-image:url(images/gkn.png);
	background-position:center;
/*	float:right;*/
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin : 0 4px 0 0;
}
.rond {
	color: #b6a383;
}
.gras {
	font-size: 12px;
	font-weight: bold;
}

#gkn {
float: right; 
width : 30px; 
height: 30px; 
} 

.picto {
	padding: 0 0 0 20px;
}
/*------------------------------------------------------------------------*/


/*----------------------------------LIENS---------------------------*/
/*
a:link {
    color: #b7a882;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:visited {
    color: #a22b14;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #FFFFFF;
    background-color: #b7a882;
	text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:active {
    color: #a22b14;
    text-decoration: none;
    font-style: normal;
}
*/

INPUT {
	background-color: 	#FFFFFF;
	color: 				white;
	font-family: 		Trebuchet MS;
	font-size: 			12pt
} 

TEXTAREA {
background-color: 		white;
color: 					white;
font-family: 			Trebuchet MS;
font-size: 				12pt;
font-weight: 			normal
} 

.altButtonFormat {
background-color: 		#ddd5c7;
font-family: 			Trebuchet MS;
border: 				#000000 0px solid;
font-size: 				13px;
color: 					#A22B14;
} 

.altButtonEnvoyer {
background-color: 		#a22b14;
font-family: 			Trebuchet MS;
font-size: 				12px;
} 

.altTextField {
background-color: #6b849f;
border:			#000000 1px solid;
font-family: Trebuchet MS;
font-size: 12pt;
color: #09c09c
} 

.radioStyle {
background-color: #FFFFFF;
font-family: Trebuchet MS;
font-size: 12px;
color: #ffffff;
}

