/* @override http://www.autonet.be/users/_default/css/main.css */

/*************************/
/*** BALISES ET GLOBAL ***/
/*************************/


body {
	background: #CCCCCC; /* <---- */
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: none;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}


	/**************/
	/*** HEADER ***/
	/**************/

	
	#header {
		background: #2C3743;
		margin-bottom: 22px;
		height: 28px;
	}
	
	
		#header ul {
			margin: 0 auto;
			padding: 0;
			width: 700px;	/*LONG*/
		}
		
		
			#header ul li {
				display: inline;
				margin: 0;
				padding: 0;
			}
			
			
			#header ul li.header_left {
				float: left;
			}
			
			
			#header ul li.header_right {
				float: right;
				width: 20px;
				height: 15px;
				text-align: center;
				background: url(../img/lang.gif);
				margin-left: 5px;
				margin-top: 5px;
				padding-top: 2px;
				font-size: 10px;
			}
			
				#header ul li.header_right a, #header ul li.header_right a:hover {
					color: #121E2b;
					text-decoration: none;
				}
			
			#header ul li#lang_select {
				float: right;
				background: url(../img/lang_select.gif);
			}
	

	/***************/
	/*** CONTENU ***/
	/***************/
	
	#content {
		background: #FFFFFF;
		width: 700px; 	/*LONG*/
		margin-left: auto;
		margin-right: auto;
		border: 2px solid #2C3743;
		padding-bottom: 15px;
	}
	
		img#banner {
			border-bottom: 7px solid #D11025; /* <---- */
		}
		
		
		/*** MENU ***/
		ul#menu {
			padding: 0;
			margin-bottom: 20px;
			margin-left: 30px;
			margin-right: 0;
			margin-top: 8px;
		}
		
		ul#menu li {
			display: inline;
			margin: 0 2px;
			padding: 8px 7px;
			background: #2C3743;
		}
		
		ul#menu li:hover {
			background: #D11025; /* <---- */
		}
		
		ul#menu li#menu_select {
			background: #D11025; /* <---- */
			color: #FFFFFF;
			font-weight: bold;
		}
		
			ul#menu li a {
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
			}
			
			
			
		/*** CONTENU GAUCHE ***/	
		#content_left {
			float: left;
			position: relative;
			width: 160px;
			text-align: center;
			margin-left: 15px !important;
			margin-left: 8px;
		}
		
		#content_left img {
			margin-bottom: 10px;
		}
			
		
			#content_left_box {
				border: 3px solid #D11025; /* <---- */
				margin-bottom: 15px;
				padding-top: 10px;
			}
		
			
				#content_left_box p {
					margin: 0;
					padding: 0;
				}
				
				#content_left_box h1 {
					background: #D11025; /* <---- */
					color: #FFFFFF;
					font-size: 11px;
					margin: 10px 0;
					padding: 2px 0;
					zoom: 1;
				}
				
			
			
		/*** CONTENU DROIT ***/	
		#content_right {
			float: none !important;
			float: right;
			position: relative;
			width: auto !important;
			width: 494px;
			margin-left: 190px !important;
			margin-left: 0;
			margin-right: 15px !important;
			margin-right: 8px;
			padding-bottom: 15px;
		}	
		
		
			#content_right h1 {
				background: #CCCCCC; /* <---- */
				font-size: 13px;
				margin: 0;
				padding: 0;
				text-align: center;
			}
			
			
			#content_right h1 span {
				background: #FFFFFF;
				padding: 0 10px;
			}
			
			
			/*** NAVIGATION ***/
			.nav {
				text-align: center;
			}
			
				.nav a {
					border: 1px solid #CCCCCC; /* <---- */
					background: #2C3743;
					color: #FFFFFF;
					text-decoration: none;
					padding: 2px 3px;
				}
				
				.nav a:hover {
					border: 1px solid #2C3743;
					background: #CCCCCC; /* <---- */
					color: #000000;
				}
				
				.nav span {
					border: 1px solid #2C3743;
					background: #CCCCCC; /* <---- */
					color: #000000;
					padding: 2px 3px;
					font-weight: bold;
				}
				
				.nav .inactif,
				.nav .inactif:hover {
					border: 1px solid #AAAAAA;
					background: #CCCCCC; /* <---- */
					color: #AAAAAA;
					padding: 2px 3px;
				}
			
.link_auto
{
	text-align: center;
}
.link_auto a
{
	color: #000000;
	text-decoration: none;
}