/* Question-Avocat.com - design alexis.daniel */


		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			

		}
	
		
/* GENERAL */
		
		h1 {
			color:#cc0000;
			font-size: 16px;
			padding: 10px;
		}
		
		img {
		border-style: none;

	}
		a {
			color:#cc0000;
			text-decoration: none;
		}

		a:hover {
			color:#cc0000;
			background-color: #F5F5F5;
		}

		
		form {
			padding-left: 10px;
			padding-right: 10px;
			text-align:justify;
			font-size: 10px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 10px;
			padding: 3px;
			
		}
		
		select, checkbox {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;

		}
		
		input.textbox {
			background-color: #FFF;
			width: 95px;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
			
		}
		
		textarea {
			background-color: #FFF;
			width: 195px;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
			
		}
		.button {
			
			padding: 2px;
		}
		
/* LOGO ELEMENTS */

		#logo {
			border-bottom: 20px solid #EBEBEB;
			padding-top: 10px;
			height: 180px;
			clear: both;
			margin-bottom: 10px;
		}
		

/* MENU ELEMENTS */

		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#cc0000;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: url(fleche.gif) 99% 50% no-repeat;
			background-color: #F5F5F5;
			color:#cc0000;
		}

		
/* CONTENT ELEMENTS */

		#content {
			width: 395px;
			margin-left: 160px;
			margin-right: 185px;
			border-right: 1px dotted #89817f;
			border-left: 1px dotted #89817f;
		}
		#content p{
			padding-left: 10px;
			padding-right: 10px;
			text-align:justify;
		}
		



/* DROITE ELEMENTS */

		#droite {
			float: right;
			width: 175px;
			
		}
		
		#droite p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
		

/* FOOTER ELEMENTS */

		#footer {
			clear: both;
			border-top: 20px solid #575352; 
			padding: 0px 5px 0px 5px;
			text-align: right;
		}
		
		#footer p {
			color:#89817f;
		}
		
		#footer p a {
			color: #89817f;
		}
		
		#footer p a:hover {
			color: #89817f;
			background-color:#FFF;
		}
		
