/*feuille de style css pour l'affichage a l'ecran */

/* -----------------definition du format par defaut du site---------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	text-align: center;
}
#conteneur {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	text-align: left;
}
fieldset {
border:none;
}
/*---------------------------en-tete du site-------------------------------- */
#header {
	background-image: url(../images/bg-header3.jpg);
	height: 88px;
	padding-left:100px;
	vertical-align: text-top;
	text-align: right;
	padding-right: 20px;
	background-repeat: no-repeat;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#header h1 {
	display:none;
}
/*-----barre de choix de langue--- */
#titre {
	/*display: inline;*/
	float:left;
	width:674px;
	height:82px;
	background-position:left top;
	background-repeat:no-repeat;
}
#header ul {
	padding-top:51px;
}
#header li {
	margin-left: 18px;
	display: inline;
}

/*------------------------------------contenu--------------------------------*/
#body {
/*	background-image: url(../images/bg-content.jpg);*/
	min-height: 606px;
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	overflow: auto;
}
.bg-defaut {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
}
.bg-instrument {
	background-image: url(../images/bg-content-instruments.jpg);
	background-repeat: repeat-y;
}
/*-------------navigation--------------*/
#navigation {
	float: left;
	width:171px;
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
}
#navigation ul {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 19px;
	color: #993333;
	list-style:none;
}
#navigation a {
	background-image:url(../images/nav-bt.gif);
	background-position: 0px -35px;
	height:35px;
	line-height:35px;
	color: #993333;
	text-decoration: none;
	padding-left:35px;
}
#navigation a:link,#navigation ul a:visited {
display:block;
}
#navigation a:hover {
	color: #cc6666;
	text-decoration: underline;
	background-position: 0px 0px;
}
#navigation a:active {
	color: #cc6666;
	text-decoration: underline;
	background-position: 0px 0px;
}
/*--------blocs de textes-----------*/
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-div.gif);
	font-size: 13px;
	color: #663333;
	text-indent: 10px;
	border: 1px solid #d4a413;
}
.texte p {
	text-align: justify;
	padding:8px;
	background-image: url(../images/bg-div-footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-weight: normal;
}

.texte a {
	color: #ff0000;
}
.texte a:hover {
	color: #D70000;
	font-weight: bold;
	text-decoration: none;
}
/*--------------tableau---------------*/
.tableau-disque {
	border: 1px solid #993333;
	width: 700px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

th {
	text-align:center;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.droite {
	float: right;
}

caption {
	text-align: left;
	text-indent: 12px;
	color: #993333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr {
	background-repeat: repeat-x;
	background-position: center;
}
td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #993333;
}
/*------------------------------pied de site --------------------------------*/
#footer {
	background-image: url(../images/bg-footer.jpg);
	height: 149px;
	/*width: 972px;*/
	background-repeat: no-repeat;
}
/*------------------------page liste instruments-------------------------*/
.detail-instru {
	width: 475px;
	height: 170px;
	margin-right: 23px;
}
.bouton {
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#993333;
	background-color:#fde8c6;
	border-style:solid;
	border-width:1px;
	border-color:#ff9933;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
.liste-instru {
	float: right;
	height: 220px;
	width: 660px;
}
.liste-instru img {
	float: left;
	margin-right: 10px;
}
