/* FEUILLE DE STYLE CSS */


/* BALISE BODY */
	body{ 
	background:url(img/site_fond.png);
	margin: 0px;
	padding: 0px;
	font:11px Arial,sans-serif;
	color:#1e484a;
	}

/* WEBSITE CONTAINER */
	#container{
	width:979px; background:url(img/container_fond.png) repeat-y; margin:auto;
	}

	/* HEADER */
	#header{
	width:965px; background:url(img/header.png) no-repeat; min-height:42px; padding:116px 0px 0px 14px;
	}
		
		/* HEADER MENU */
		#header-menu{
		font-size:12px; font-weight:bold; color:#1e484a; text-align:center;
		}
			#header-menu a:link, #header-menu a:active, #header-menu a:visited {text-decoration:none; color:#1e484a;}
			#header-menu a:hover {color:#ffffff; text-decoration:none;}
			
			#bt_accueil_off {width:88px; height:17px; padding-top:4px; background:url(img/menubt_accueil_off.png); float:left;}
				#bt_accueil_on {width:88px; height:17px; padding-top:4px; background:url(img/menubt_accueil_on.png); float:left;}
			#bt_web_off {width:203px; height:17px; padding-top:4px; background:url(img/menubt_web_off.png); float:left;}
				#bt_web_on {width:203px; height:17px; padding-top:4px; background:url(img/menubt_web_on.png); float:left;}
			#bt_ident_off {width:159px; height:17px; padding-top:4px; background:url(img/menubt_ident_off.png); float:left;}
				#bt_ident_on {width:159px; height:17px; padding-top:4px; background:url(img/menubt_ident_on.png); float:left;}
			#bt_carte_off {width:145px; height:17px; padding-top:4px; background:url(img/menubt_carte_off.png); float:left;}
				#bt_carte_on {width:145px; height:17px; padding-top:4px; background:url(img/menubt_carte_on.png); float:left;}
			#bt_support_off {width:91px; height:17px; padding-top:4px; background:url(img/menubt_support_off.png); float:left;}
				#bt_support_on {width:91px; height:17px; padding-top:4px; background:url(img/menubt_support_on.png); float:left;}
			#bt_info_off {width:37px; height:17px; padding-top:4px; background:url(img/menubt_info_off.png); float:left;}
				#bt_info_on {width:37px; height:17px; padding-top:4px; background:url(img/menubt_info_on.png); float:left;}
		
		/* HEADER SUB-MENU */
		#header-submenu{
		background:url(img/submenu_fond.png) no-repeat;
		height:18px;
		width:928px;
		font-weight:normal;
		padding:3px 0px 0px 23px;
		clear:both;
		text-align:left;
		font-size:11px;
		}
			#header-submenu a:link, #header-submenu a:active, #header-submenu a:visited {text-decoration:none; color:#1e484a;}
			#header-submenu a:hover {color:#d80000; text-decoration:underline;}
			
			.sep {margin:0px 7px 0px 7px;}



	/* CONTENT */
	#content{
	padding:0px 0px 0px 14px;
	}
		#content a:link, #content a:active, #content a:visited {color:#003e83;}
		#content a:hover {color:#000000;}

		/* CONTENT-MAIN */
		#content-main{
		width:698px; float:left; padding-left:22px;
		}
			p {text-align:justify;}
			h1 {font-size:18px; color:#507baa;}
			h2 {font-size:16px; color:#507baa; font-weight:bold; margin:0px 0px 8px 0px;}
			h3 {font-size:12px; color:#d80000; font-weight:bold; margin:0px 0px 0px 0px;}
			.no-top-margin {margin-top:0px;}
			hr {clear:both; height:1px; color:#3d6887;}
			.cadre-rect {width:119px; height:63px; background-color:#d7dbe2; float:left; padding-left:70px;}
			
			/* CADRES POUR MISE EN PAGE DEUX COLONNES */
			.col-left {float:left; width:398px; background:url(img/main_colleft_fond.png) repeat-y;}
			.col-right {float:left; width:290px;}
			
			/* PHOTO D'ILLUSTRATION COLONNE DE DROITE */
			.illus-right {float:right; margin:0px 0px 4px 10px;}
		
		/* CONTENT-CONTEXT-MENU */
		#content-context-menu{
		width:228px; float:left; margin:0px 0px 0px 3px;
		}

			/* LISTES NON ORDONNEES (MENU CONTEXTUEL) */
				ul{
				margin:0px 0px 0px 7px;
				padding:0px;
				}
				li{
				list-style-type:none;
				background-image:url(img/puce.png);
				background-repeat:no-repeat;
				background-position:0px 2px;
				padding:0px 0px 0px 15px;
				margin:0px 0px 5px 0px;
				}

	/* FOOTER */
	#footer{
	clear:both; background:url(img/footer_fond.png) no-repeat; width:909px; height:43px; font-size:10px; padding:10px 35px 0px 35px; text-align:justify;
	}