/* default styles
   -------------- */
   
body {
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

.image {
	float: left;
}

a {	color: #E0691A;}
a:hover { color: #6C757A;}

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

.invalide{
	background:url(images/invalidebox.gif);
	font-style:italic;
	font-weight:bold;
	color:#cc0000;
}

#invalide_mail{
	color:#cc0000;
	font-weight:bold;
}

#valide_mail{
	color:#66cc33;
	font-weight:bold;
}

/* layout
   ------ */

.content { 
	margin: auto;
	width: 780px;
	padding: 0px; 
}

.header {
	width: 100%;
	height: 55px;
	background:url(images/header.gif);
	color: #808080;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #000000;
}

.bar {
	text-align:center;
	width:780px;
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background:url(images/bar1.gif);
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	padding: 0 0 0px 0;
	background:url(images/background_devis.gif) repeat;
}

	.left h3 {
		vertical-align:middle;
		clear: both;
		background: #A9C0CE url(images/right_h3.gif) repeat;
		color: #FFFFFF;
		padding: 7px 0 7px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 0 0;
	}
	
	.left_box {
		padding: 0 0 10px 0;
		color: #000;
		background: #FFF;
	}
	
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; text-decoration:none;}
	
	.right_side {
		float: right;
		width: 220px;
		color:#414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_table{
		vertical-align:middle;
		border:none;
	}

	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34%;
	margin: 0 0 10px 0;
}

	.right h3 {
		background: #6C757A  url(images/right_h3.gif) repeat;
		color: #FFF;
		padding: 7px 0 7px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}

	.right_articles {
		background: #f5f5f5 url(images/right_articles.gif) repeat;
		color:#000000;
		/*color: #414141;*/
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
/* footer
   ------ */

.footer {
	color:#666666;
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { 
	color: #666666;
	background: #fff;
	text-decoration:none;
}

.footer a:hover {
	color:#666666;
	background:#FFFFFF;
	text-decoration:underline;
}