/* mise en page globale */

body {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
/*	font-size: 80%; BSA 06/03/2006*/
	font-size: 80%;
/*	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif;*/
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, Swiss, Futura, sans-serif;
}

img {
	margin: 0;
	padding: 0;
}
/* Suppression des bordures autour des images. */
a img {
	border: 0;
}

body#image {
	margin: 0;
	padding: 0;
	background: black;
	color: white;
	font-size: 80%;
/*	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif;*/
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Helvetica, Swiss, Futura, sans-serif;
}

/* entête */
#header {
	border: 1px solid #97C05F;
/*	height: 110px;*/
	height: 100px;
	background: #97C05F url(./../design/banniere_2.jpg) top left no-repeat;
}
#header img {
/*	border: 1px solid #000000; */ /* BSAXX*/
	float: right;
/*	margin: 5px 5px 0 0;*/
	margin: 5px 5px 5px 5px;
}
#header h1 {
	text-indent: -5000px;
	margin:0;
/*	line-height: 0;  pb W3C. */
}
#header p {
	margin: 45px 0 0 200px;
	font-weight: bold;
	color: white;
	font-size: 1.1em;
}
#header #logos {
	float: right;
/*	width:500px; */
	width:700px;
	height: 100px;
}
#header #logos img {
/*	border: 1px solid #000000;*/
	float: right;
/*	margin: 5px 5px 0 0;*/
	margin: 50px 5px 5px 5px;
}

#header #logos img.picto{
	border: 1px solid #000000;
	float: right;
	margin: 50px 5px 5px 5px;
}

#header #logos img #pub_xhtml {
	float: right;
	border: 0px;
	height:33px;
	width:83px;
	margin: 0px;
}

#header #logos img #pub_css {
	float: right;
	border: 0px;
	height:33px;
	width:83px;
	margin: 0px;
}



/* menu horizontal haut */

#menuhaut {
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0;
	list-style-type: none;
	background-color: #FF9900;
	color: black;
	text-align: right;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	color: black;
	text-decoration: none;
}
#menuhaut a:hover {
	text-decoration: underline;
}

#menubas ul {
	border: 1px solid #000000;
/*	border: 0px;*/
	clear:both;
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0.5em;
/*	padding: 0;*/
	list-style-type: none;
	background-color: #d1f0af;
	color: green;
	text-align: center;
}
#menubas li {
	font-size: 0.8em;
	display: inline;
}
#menubas a {
	color: black;
	text-decoration: none;
}
#menubas a:hover {
	text-decoration: underline;
}
#menubas p {
	border-top-style: solid ; 
	border-top-color: black; 
	border-top-width: 1px;
	border-right-style: solid ; 
	border-right-color: black; 
	border-right-width: 1px;
	border-left-style: solid ; 
	border-left-color: black; 
	border-left-width: 1px;
	padding: 0.1em 0.5em 0.1em 0.5em;
/*	border: 0px;*/
	clear:both;
	margin: 0;
	background-color: #d1f0af;
	color: green;
	text-align: center;
}

/* menu vertical */
#menu {
	height : 100%;
	float: left;
	width: 15em;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 4.5em; 
	padding-left: 0;
	/*
	padding: 0px;
	*/
	margin: 0px;
/*	background: #336600 url(./../design/fondmenu.jpg) bottom left no-repeat;*/
/* BSA	background: #000000 url(./../design/fondmenu.jpg) top left no-repeat;*/
	background: #000000 url(./../design/fondmenu.jpg) top left no-repeat;
}

#menu ul {
/*	list-style-type: none;*/
/*	margin: 0 1em 0 1em;*/
	margin: 0 0.5em 0 0em;
	padding: 0;
}

#menu li {	
	list-style-position: inside;
	margin: 0;
	padding: 0 0 0 0.3em;
/*	list-style-image: url(./../design/menu_g_puce.png);*/
	list-style-image: url(./../design/menu_g_puce.png);
}
	
#menu li a {
/*	display: block;*/
	margin: 0 0 0 3px;
	text-decoration: none;

	height: 1.4em;
	line-height: 1.4em;

	color: white;
	font-weight: bold;
/*	font-size: 120%; BSA 12/09/2007 */
	font-size: 110%;
	text-indent: 0.5em;
	white-space: nowrap; 
}
#menu li a:hover {
	background: #cccc33;
	color: #336600;
}

/* formulaire */
#menu p {
	margin: 1.5em 0 0 1em;
	font-weight: bold;
	color: white;
	text-align:center;
}

#menu form {
	margin:0 0 0 1em;
}
#menu form .champ {
	width: 8em;
}

/* contenu global */
#global {
	margin-left: 15.5em;
	margin-bottom: 0px;
	padding: 1em;
/*	BSA 06/03/2006 */
	background: #FFFFFF; 
}
#global p {
	margin-bottom: 3px;
/*	text-indent: 5px; */
	padding: 0px;
}
#global h1 {
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 0.2em 0;
	border-bottom: 3px solid #ffff99;
	font-variant: small-caps ;
	text-indent: 5px;
	color: #225500;
}
#global h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 110%;
	font-weight: bold;
	color: #228822;
}

#global a {
	color: #225500;
}
#global a:visited {
	border-bottom: 1px dotted #225500;
	text-decoration: none;
}
#global a:hover {
	text-decoration: none;
}
/*===================================================*/
/* Début encart */
#encart {
	float: right;
	width: 250px;
	margin: 0 5px 5px 5px;
	padding-top: 30px;
	background: url(./../design/posthaut.gif) left top no-repeat;
}
#encart h3 {
	font-size: 130%;
	margin: 0 0 0 20px;
}
/*************** Encart - bloccadre **************************/
#bloccadre {
	background: url(./../design/postbas.gif) left bottom no-repeat;
	padding: 0 0 25px 40px;
}
#bloccadre ul {
	margin: 1em 40px 0 0;
	padding:0;
}
#bloccadre li {
	margin: 0;
	list-style-image: url(./../design/postpuce.gif);
}
#bloccadre li a {
	color: black;
	text-decoration: underline;
}
#bloccadre li a:hover {
	text-decoration: none;
}
/*************** Encart - bloccadre **************************/
/* Fin encart */
/*===================================================*/
#global ul {
	margin: 1em 40px 0 0;
	padding:0;
}
#global ul.niv_1  li {
	margin: 0 0 0 2.0em;
	list-style-image: url(./../design/postpuce.jpg);
}
#global ul.niv_2  li {
	margin: 0 0 0 4.0em;
	list-style-image: url(./../design/postpuce.jpg);
}


.img_petite{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	float: left;
	margin: 0px 3px 0px 0px;
/*	height:113px;
	width:150px;*/
	height:90px;
	width:120px;
}

.colored{
	color: red;
}

#grande_image {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: black;
}

#grande_image h1 {
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #ffff99;
/*	padding-color:#000000; n'existe pas pour le W3C. */
	font-variant: small-caps ;
	text-indent: 5px;
	color: #97C05F
}

#grande_image h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	color: #228822;
}

#grande_image p.back {
	color:white;
}

#grande_image p.large {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	margin: 0px 0px 0px 0px
}

#grande_image a {
	color: white;
	text-decoration: none;
}

#grande_image a:hover {
	text-decoration: underline;
}

/* codes et citations */
tt, code, samp {
	font-size: 1em;
	color: green;
}
blockquote {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #008000;
	margin: 1em 0.5em 0 0.5em;
	/* Top, Right, Bottom, Left */
	padding: 0 0.5em 0 0.5em;
	background: #d1f0af;
	font-style: italic;
}
blockquote p {
	margin: 0;
	padding: 0;
}
kbd {
	font-size : 1em;
	padding: 0px 2px;
	border: 1px solid gray;
}
pre {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #F0B802;
	padding: 1em;
	margin: 1em;
	font-size: 110%;
	background: #ffffcc;
	width: 85%;
	overflow: auto;
}
/* Images dans le cache...*/
.cache img {
	position: absolute;
	top: -5000px;
	left: 0px;
}
h1.invisible  {
	position: absolute;
	top: -5000px;
	left: 0px;
}
.vignette {
	float: left;
	border: 1px solid #000000;
	margin: 0px 3px 0px 0.5em;
	/* BSA 06/03/2006 */
/*	height:113px;
	width:150px;*/
	height:90px;
	width:120px;
}
/* Publicites. */
#pub_wozzor {
	border: 0px;
	height:35px;
	margin: 0px;
}
#pub_annuaire_web {
	border: 1px solid #000000;
	height:35px;
	width:120px;
	margin: 0px;
}

#pub_chateau_des_maubats {
	border: 1px solid #000000;
	height:84px;
	width:120px;
	margin: 0px;
}

#header #logos img #pub_xhtml {
	float: right;
	border: 0px;
	height:33px;
	width:83px;
	margin: 0px;
}

#header #logos img #pub_css {
	float: right;
	border: 0px;
	height:33px;
	width:83px;
	margin: 0px;
}

.remarque {
	font-size: 0.8em;
	font-style: italic;
}

#ann2site {
	color:#000000;
	padding:1px;
	width:165px;
	background-color:#cccc33;
	font-size:11px;
	font-family:arial, sans-serif;
	text-align:center;
	border:1px solid #000000;
}
#ann2site.ligne1 {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#003366;
}
#ann2site.ligne2 {
	font-size:10px;
	color:#003366;
}
#pub_logo33 {
	border: 1px solid #000000;
	height:88px;
	width:44px;
	margin: 0px;
}
.pub_bande {
	border: 1px solid #000000;
	height:37px;
	width:82px;
	margin: 0px;
}
#pub_guide {
	border: 1px solid #000000;
	height:27px;
	width:120px;
	margin: 0px;
}
img#selection {
	position: absolute;
	top: 0px;
	left: 32px;
	border: 1px solid #97C05F;
	height:90px;
	width:120px;
}

img#select_titre {
	position: absolute;
	top: 0px;
	left: 32px;
	border: 1px solid #97C05F;
	height:90px;
	width:120px;
}

img.entredeux {
	border: 1px solid #000000;
}

img#selection_fixe {
	position: absolute;
	top: 0px;
	left: 32px;
	border: 1px solid #97C05F;
	height:90px;
	width:120px;
}
#menublack{
	margin : 0px;
	padding : 0px;
	background : black;
}

