body
{
	background-color: #FFFFFF;
	width: 1000px;
	height:auto;
	/*position:relative;
	left:15%;*/
	margin-left: auto;
    margin-right: auto;
	overflow:auto;
}
a img
{
	border:0
}

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border:0;
	margin:0;
	padding:0;
	overflow: hidden;
	width: 300px;
	height:400px;
	position:relative;
	top:10px;
	left:2px;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	border-top: solid 0px black;
	border-bottom: solid 0px gray;
	margin-left: 2px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../Graphiques/Accordeon/Barre_accordeon_fermee.png);
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	font-size: 12px;
	width: 300px;
	text-indent: 25px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height:260px;
	font-family: "Century Gothic";
	color: #000000;
	font-size: 10px;
}
.AccordionPanelContentLiens {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height:260px;
	font-family: "Century Gothic";
	color: #000000;
	font-size: 10px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-image: url(../Graphiques/Accordeon/Barre_accordeon_ouverte.png);
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
	background-image: url(../Graphiques/Accordeon/Barre_accordeon_dessus.png);
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}

#menu-def-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:311px;
	height:114px;
}

#menu-def-02_ {
	position:absolute;
	left:311px;
	top:0px;
	width:282px;
	height:114px;
	z-index:5000;
}

#menu-def-03_ {
	position:absolute;
	left:593px;
	top:0px;
	width:161px;
	height:114px;
}

#menu-def-04_ {
	position:absolute;
	left:754px;
	top:0px;
	width:191px;
	height:114px;
}

#Placement_bandeau {
	position: relative;
	left: 0px;
	top: 20px;
}

#Placement_amenageurs {
	position: absolute;
	left: 300px;
	top: 180px;
	width: 307px;
	height: 432px;
	z-index:2;
	background-image: url(../Graphiques/Accordeon/fond_amenageurs.png);
	background-repeat: no-repeat;
	border:none;
}

#Placement_main {
	position: absolute;
	left: 640px;
	width: 500px;
	top: 80px;
	z-index:3;
}

#Placement_biblio {
	position: absolute;
	left: 640px;
	width: 600px;
	height:400px;
	top: 180px;
	z-index:3;
	overflow:auto;
}


#container_fond {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 100px;
}

.titre_item {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #345c83;
	font-weight: bolder;
	text-decoration: none;
}


.titre_bloc {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	font-weight: bolder;
}

.titre_bloc_rouge {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	font-weight: bolder;
}

.element_item {
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}
.texte {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	
}

.texte_bleu {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #345c83;
	text-align: justify;
	
}
.table_accordeon {
	width: 300px;
	padding: 0px;
	margin : 0px;
}



#Placement_recherche {
	left: 1000px;
	position: absolute;
	top:200px;
}
#Menu_intro {
	left: 0px;
	position: absolute;
	height: 400px;
	width: 250px;
	top: -1px;
	visibility:visible;
}


#Placement_logo {
	left: 200px;
	position: absolute;
	height: 110px;
	width: 280px;
	top: 50px;
	visibility:visible;
}
#Placement_central_2 {
	left: 5400px;
	top: 500px;
	position: absolute;
	height: 300px;
	width: 300px;
}
#Placement_titre_chantier {
	left: 0px;
	position: relative;
	top: 32px;
	visibility:visible;
	font-family: "Century Gothic";
	font-size: 14px;
	z-index:3;
	width: 300px;	

}
#Placement_flash_chantier {
	left: -20px;
	position: relative;
	height: 410px;
	width: 440px;
	top: -10px;
	visibility:visible;
	z-index:2;
	
}
#Placement_blabla_chantier {
	left: 40px;
	position: absolute;
	height: 410px;
	width: 360px;
	top: 0px;
	visibility:visible;
	font-family: "Century Gothic";
	font-size: 14px;
	z-index:1;
}
.titre_chantier_item {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #345c83;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 0px;
}
.titre_chantier_item:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 0px;
}

.Placement_titre {
	border:0px;
	width:200px;
	font-family: "Century Gothic";
	font-size: 14px;
	padding-left:10px;
	padding-top:2px;
	font-weight: normal;
	color: #CCCCCC;
	background-position: center;
	letter-spacing: 0.20em;
}


.Placement_liste {
	margin-top: 10px;
	padding-left: 10px;
	width:300px;
	

}
.lien_liste {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #345c83;
	text-decoration: underline;
}
.lien_liste:hover {
	background-color: #CCCCCC;
}
.container_vignette {
	margin-top: 10px;
}
#fond_recherche {
	left: 1000px;
	top:200px;
	position: absolute;
	height: 500px;
	width: 300px;
}

.hr_accordeon {
	margin-left:10px;
}
.texte_lien {
	color: #345c83;
	text-decoration: underline;
}
.texte_lien:hover {
	color: #990000;
	text-decoration: underline;
}
.underlined {
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.menuBDD {
width: 150px;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #345c83;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;}
	
.lien_tapho {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #345c83;
	font-weight: bolder;
	text-decoration: underline;
	margin-left: 0px;
}

.lien_tapho:hover {
	color: #990000;
}

.photo {
	border: medium solid #FFFFFF;
}
.photo:hover {
	border: medium solid #345c83;
}

.habillage_photo {
	float: right;
}
.disFLV {
	display:none;

}

#textes_generaux {
	position:absolute;
	width:600px;
	z-index:4;
	left: 0px;
	top: 120px;
}

#logo {
	position:relative;
	width:277px;
	height:111px;
	z-index:1;
}
#interface {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 279px;
	top: -4px;
}
#flash {
	position:absolute;
	width:600px;
	z-index:4;
	left: 0px;
	top: 120px;
}
.liens {
	border: thin solid #999999;
}
.liens:hover {
	border: thin solid #345c83;
}
.Placement_liens {
	margin-top: 10px;	

}
