/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

*, *:active {
	outline: none;
}

html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: #fff url(img/bg.jpg) repeat-x;
	}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	position: relative;
	background: url(img/logo.png) no-repeat 25px 40px; 
	width: 740px; 
	height: 140px;
	margin: 0 auto;	
	padding: 0;
	}
#header div {
	position: absolute;
	right: 45px;
	top: 40px;
	width: 360px;
	height: 86px;
	text-align: left;
	background: transparent url('img/camion.png') no-repeat top right;
}

#header div p {
	margin-top: 15px;
	width: 180px;
	text-align: center;
}
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin-bottom: 25px;
	padding-bottom: 0;
	margin-top: 10px;
	padding-top: 0;
	}
#header li { 
	display: inline;
	border: 5px solid #ddd;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	width: 114px;
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #737373;
	color: #fff;
	}	
#header li a {
	display: block; 
	color: #fefefe;
	}		
#header li a.on,
#header li a:hover { background-color: #2905a2; color: #fefefe; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 660px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #737372;
	font-weight: normal;
	font-size: 1.4em;	
	margin: 0 0 0 0;
	clear: both;
	}	
#content h2 em { 
	color: #2905a4; 
	font-style: normal;
	}
#content p {
	text-indent: 3em;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
blockquote {
	outline: none;
	border: none;
	/*border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	border: 1px ridge #eee !important;
	background-color: #ffd;
}

blockquote p, blockquote li {
	font-family: monospace;
	font-size: 12px;
}
	
blockquote p {
	text-indent: 3em;
	padding-bottom: 1em;
}
	
#content ul {
	margin: 10px 0;
	padding: 0 0 0 10px;
	}	
	
#content ul li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	line-height: 1.5em;
	padding-left: 18px;
}

#content ol {
	content: counter(mycounter, number) ".-";
    counter-increment: mycounter;
}

#content ol ol {
	list-style: lower-alpha;
	content: counter(mycounter, lower-alpha) ".-";
    counter-increment: mycounter;
}
#content li {
	padding: 5px 0 5px 25px;
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img, #right img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img, #right img:hover { border: 5px solid #333; }
#right h2 { margin-bottom: 23px; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 195px;
	text-align: left;
	margin-right: 0;
	margin-left: 0px;
	text-align: left;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 445px;	
	text-align: justify;	
	}
	
#right img {
	float: right;
	margin-bottom: 1em;
}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 3px 10px; text-align: center; }	
#footer a:hover { background-color: #222; }

/*______________________________________________*/

fieldset, label {
	text-align: left;
}

fieldset {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

label {
	display: block;
	color: #2905a3;
	padding: 2px;
}

input, select, textarea {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: monospace;
	font-size: 12px;
	border: none;
	background-color: #fff;
	color: #222;
	border: 1px solid #737373;
}

input:hover, select:hover, textarea:hover, button:hover,
input:focus, select:focus, textarea:focus {
	background-color: #ddd;
	color: #222;
}

button {
	outline: none;
	float: right;
	font-weight: bold;
	border: 5px solid #ddd;
	background-color: #727272;
	color: #fff;
	margin-right: 2px;
}

button:hover {
	cursor: pointer;
	background-color: #2905a1;
	color: #fff;
}