/* CSS document - Media: Screen */

/* PARAMETRAGE INITIAL 	*/

	body {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		}

	img { border : none; }

	p {
		margin: 0;		
		padding: 0;
	}

	h1 {
		font-size: 24px;
		line-height: 1.2em;
		color: #746061;
		margin-bottom: 10px;
		}

	h2 {
		font-size:14px;
		color: #CC0000;
		border-bottom-color: #A49696;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		text-transform: uppercase;
		}

	li {
		list-style-type: disc;
		}


	a:link, a:visited {
	color: #FF3300;
	text-decoration: none;
		}
	
	a:hover, a:active {
		color: #FF0000;
		text-decoration: underline;
		}

/* ---------------------------------------------------------------------------
	
	LAYOUTS

--------------------------------------------------------------------------- */

	#conteneur {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		margin-top: 10px;
		padding : 0;
		background-image: url(../images/bg_content.gif);
		background-repeat: repeat-y;
		}

	#header {
	width:1000px;
	background-image: url(../images/header.jpg);
	height: 175px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
		}

	#centre {
		background-color:#FFFFFF;
		margin-left: 270px;
		width: 700px;
		}
	
	#contenu{
		font-size:12px;
		line-height:1.6em;
		margin-top: 20px;
		clear: both;
		margin-bottom: 60px;
		min-height: 450px;
		}

	#menu {
		position: absolute;
		left:15px;
		width: 240px;
		visibility: visible;
		background-image: url(../images/bg-submenu.jpg);
		background-repeat: repeat-x;
		margin-top: 15px;
		}

	#footer {
		width: 970px;
		height: 110px;
		background-repeat: repeat-x;
		background-image: url(../images/bg_footer.gif);
		margin-left: 15px;
		}

/* ---------------------------------------------------------------------------
	
	STYLES ET MISE EN FORME DES ELEMENTS CONTENEURS

--------------------------------------------------------------------------- */

	#outils {
		color: #FFFFFF;
		height:32px;
		margin-top: 10px;
		border-bottom-color: #acacac;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		}

	#outils .location {
		color: #5C4648;
		font-size: 11px;
		background-image: url(../images/btn_location.gif);
		background-repeat: no-repeat;
		height: 30px;
		float: left;
		line-height: 2.8;
		padding-left: 20px;
		margin-left: 5px;
		text-align: left;
		background-position: center left;
		font-weight: bold;
		}

	#outils .pratique {
		float: right;
		height: 40px;
		list-style: none;
		margin-right: 20px;
		}

	#outils .pratique ul{
		margin:0;
		padding:0;
		}

	#outils .pratique li{
		display: inline;
		}

	#outils .pratique li a{
		display: block;
		float: left;
		margin-left: 10px;
		margin-top: 2px;
		}
	
/*	MENU	*/

	#menu a{
		text-decoration:none;
		}
	
	#menu a:hover{
		text-decoration:underline;
		color: #CC0000;
		}

	#menu ul {
		margin: 0;
		padding: 0;
		}

	#menu li {
		list-style-type: none;
		font-size: 11px;
		}

	#menu li a {
		text-decoration: none;
		display: block;
		padding-left: 15px;
		height: 30px;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
		line-height: 2.5em;
		}

	#menu li a:link {
		font-weight: normal;
		color: #000000;
		}

	#menu li a:visited {
		font-weight: normal;
		color: #000000;
		}

	#menu li a:hover {
		color: #CC0000;
		font-weight: bold;
		}

	#menu li a:active {
		font-weight: bold;
		color: #CC0033;
		}

	#menu a{
		font-size:11px;
		}

	#menu a:link{
		font-size:11px;
		color: #604846;
		}

	#menu a:visited{
		font-size:11px;
		color: #604846;
		}

	#menu a:hover{
		font-size:11px;
		color: #CC0000;
		text-decoration: underline;
		}
	
	#contenu .numeros{
		font-size:18px;
		font-weight:bold;
		color: #CC0000;
		}
	
	#contenu .focus {
		padding: 10px;
		color: #000000;
		background-repeat: repeat-x;
		background-image: url(../images/bg_focus.jpg);
		border-width: 1px;
		border-style: solid;
		border-color: #E3E6EA;
		}
	
	#contenu .focus-texte {
		border-style: solid;
		padding: 5px 20px 5px 20px;
		color: #FFFFFF;
		font-weight: bold;
		border-color: #E3E6EA;
		background-color: #990000;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-bottom-width: 0px;
		margin-left: 10px;
		}
		
	#contenu .texte-rouge {
		color: #CC0000;
		font-weight: bold;
		display: block;
		background-color: #FFFFFF;
		padding-left: 10px;
		border-left-style: solid;
		border-left-width: 2px;
		border-left-color: #CC0000;
		}
	
/*	FOOTER	*/

	#footer .liens {
		list-style: none;
		margin-left: 30px;
		margin-top: 15px;
		color: #FFFFFF;
		width: 60%;
		}

	#footer .liens ul{
		margin:0;
		padding:0;
		}

	#footer .liens li{
		display: inline;
		}

	#footer .liens li a{
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		}

	#footer .liens li a:hover{
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: underline;
		}

	#footer .copyright{
	color: #FF6600;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 11px;
		}

	#footer .logo{
		background-image:url(../images/logo_footernew.gif);
		background-repeat:no-repeat;
		width:280px;
		height:100px;
		float: right;
		margin-right: 30px;
		}
		
	.bloc {
	background-color: #EAEAEA;
	border: 1px solid #ededed;
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: right;
	padding-top: 10px;
	padding-bottom: 10px;
		}
		
	.animation {
		float: left;
		width: 700px;
		background-color: #333333;
		height: 140px;
		color: #FFFFFF;
		}

	
	#documentation a{
		background-color:#CC0000;
		color: #FFFFFF;
		text-align: center;
		height: 25px;
		display: block;
		padding-top: 5px;
		font-weight: bold;
		}
	
	#documentation a:visited{
		background-color:#CC0000;
		color: #FFFFFF;
		}
	
	#documentation a:hover{
		background-color:#990000;
		}
	
	.img{
		padding:4px;
		border: 1px solid;
		border-color: #DBCFCE;
		}
	
	table#sample {
	width: 250px;
	font-size: 11px;
		}

	table#sample td {
	text-align: center;
	background-color: #FFFFFF;
	padding: 2px;
	width: 50%;
	border-bottom-color: #CC0000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
		}
	
/*	Formulaire */

	#form {
		text-align: left;
		margin: 0;
		padding: 0;
		}

