
div#container {
	border: 1px solid white;
	top: -1px;
	xbackground-color: #b8633b;
	background-color: #d06436;
	color: #fff;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 720px;
	z-index: 10;
}

/*
 *   B A N D E A U   R E C H E R C H E
 *   ---------------------------------
 */

#header {
	top: 0;
	left: 0;
	width: 1000px;
	height: 102px;
	z-index: 5;
	background-image: url(../images/bandeau-vieille-toulouse.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 49px;
	left: 2px;
	width: 486px;
	height: 118px;
	z-index: 30;
}

#bloc-recherche {
	position: absolute;
	z-index: 20;
	top: 102px;
	height: 46px;
	width: 290px;
	padding-left: 710px;
	background-color: #e67553;
	filter : alpha(opacity=77); 
	-moz-opacity : 0.77; 
	opacity : 0.77; 
	color: #91090D;
}

#bloc-recherche label {
	position: relative;	bottom: 7px;
	font-size: 12px;
}

input#recherche {
	position: relative;	bottom: 7px;
	border: none;
	background-color: #ed876b;
	width: 150px;
	margin-left: 8px;
	color: #7c1117;
	font-size: 12px;
	padding-left: 3px;
	height: 18px;
}

#btn-recherche {
	position: relative;
	top: 5px;
	margin-left: 8px;
}


/*
 *   C O N T E N U   P R I N C I P A L
 *   ---------------------------------
 */

#contenant {
	position: relative;
	margin-top: 80px;
	margin-left: 435px;
	width: 535px;
}

#contenu {
	padding: 10px 16px;
	background-color: #da7d5b;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#ariane {
	color: #AC3223;
}

#ariane .rubrique {
}

#ariane .sous-rubrique {
	color: #c9d56e;
}

#ariane .article {
	color: #ac0939; 
}

#contenu #intro {
	color: #ac0939;
	font-weight: bold;
	margin-bottom: 1em;
}

#contenu h3 {
	clear: left;
	color: #c9d56e;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.5em;
	text-align: left;
}

#contenu h3 a {
	color: #c9d56e;
}

#contenu p {
	margin-top: 1em;
	line-height: 1.4em;
	text-align: justify;
}

#art-3 p {
	clear: both;
}

table {
	margin: 0 !important;
	margin-top: 1em !important;
	clear: both;
}

tr.row_even { 
	background-color: transparent !important; 
	border: none !important;
}

tr.row_even td { 
	border: none !important;
}

#contenu .suite {
	margin-top: 0;
	margin-bottom: 2em;
}

#contenu li {
	background: url(../images/puce-carre-verte-2.gif) no-repeat;
	background-position: 0 2px;
	margin-top: 5px;
	padding-left: 15px;
	margin-left: 10px;
}

#contenu img {
	margin: 4px;
}

#logo-article {
	float: right;
	margin: 0 0 2px 10px;;
}

fieldset {
	clear: both;
	border-color: #c9d56e;
	padding: 15px;
}

fieldset legend {
	color: #c9d56e;
	font-size: 1em;
	font-weight: bold;	
	padding-bottom: 15px;
}


#diaporama {
	clear: both;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow: auto;
}

#lientop {
	clear: both;
}


/*
 *   P I E D   D E   P A G E 
 *   -----------------------
 */


#footer {
	position: relative;
	top: 20px;
	width: 100%;
	height: 16px;
	padding-top: 4px;
	background-color: #acdd7f;
	color: #b8633b;
	font-size: 9px;
}

#footer a:hover {
	text-decoration: underline;
	color: #ac0939;
}

#adresse {
	margin-top: 5px;
	padding: 3px;
}

#mentions {
/*	margin-left: 100px;
	text-align: right;
*/
	position: absolute;
	right: 10px;
	text-align: right;
}

#Gmap {
	width: 480px;
	margin: 0;
	height: 450px;
	background-color: #c47d5c;
	color: black;
}


form label.label {
	float: left;
	width: 100px;
}

div.choix {
	float: left;
}

/*
 *   M E N U   H T M L  
 *   ---------------------
 */

#leftmenu  {
	margin-left: 15px;
	margin-top: 182px;
	padding-top: 15px;
}

#leftmenu li {
	display: block;
	width: 260px;
	margin: 6px 15px;
}

#leftmenu li a {
	display: block;
	margin-left: 15px;
	padding: 2px;
	height: 20px;
	width: 260px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	background-color: #64BD54;
}

#leftmenu li li a {
	font-weight: normal;
}

#leftmenu li a:hover, #leftmenu li a:active {
	background-color: #b4e239;
}

#leftmenu li a.on {
	background-color: #b8633b;
}

#leftmenu li ul {
	display: none;
}

#leftmenu li:hover ul,
#leftmenu li.hover ul,
#leftmenu li.on ul {
	display: block;
}

#menuflashnotie  {
	outline: none;
}

