* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-variant: small-caps;
	background-image: url(../images/contenu-fond-01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	background-color: #000000;
}
object { outline:none; } /*pour enlever le contour de selection autour du flash qui aparais si on utilise wmode transparent ou opaque*/
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 0.6em;
	color: #FFFFFF;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}
h1 {
	font-size: 170%;
}
h1 img, h2 img, h3 img, h4 img {
	vertical-align: text-top;
}
p img {
	vertical-align: middle;
}

h2 {
	font-size: 140%;
}
h3 {
	font-size: 110%;
}
p {
	margin-bottom: 1em;
	margin-top: 0.5em;
	font-size: 15px;
}
.petit {
	font-size: 85%;
}
a {
	color: #CF764B;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
input, textarea {
	background-color: #CCCCCC;
	border: 1px solid #793100;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
h2.envoye {
	color: #FF6600;
}




/*--------------------DEBUT BANDEAU---------------------*/
#bandeau {
	height: 82px;
	width: 1024px;
	z-index: 100;
}
#bandeauint {
	height: 82px;
	width: 1024px;
	position: absolute;
	z-index: 100;
}

#accueil #bandeauint, #collections #bandeauint {
	height: 552px;
	width: 1024px;
	position: absolute;
	z-index: 100;
}
/*--------------------FIN BANDEAU---------------------*/


/*--------------------DEBUT DISPOSITION CONTENU---------------------*/
/*
#mentions {}
#index {}
#presentation {}
#collections {}
#communication {}
#contact {}
#actualites {}
*/

/*Contenu large*/
#mentions #cont-gauche, #actualites #cont-gauche {width: 1024px;}
#mentions #cont-droite, #actualites #cont-droite {display: none;}

/*Contenu 50/50*/
#contact #cont-gauche, #plan #cont-gauche, #amenagement #cont-gauche {width: 512px;}
#contact #cont-droite, #plan #cont-droite, #amenagement #cont-droite {width: 512px;}

/*Contenu 40/60*/
#communication #cont-gauche, #presentation #cont-gauche {width: 420px;}
#communication #cont-droite, #presentation #cont-droite {width: 604px;}

/*Contenu 60/40*/
/*
#amenagement #cont-gauche {width: 604px;}
#amenagement #cont-droite {width: 420px;}
*/

/*Sans Contenu - accueil et collections*/
#collections #cont-gauche, #accueil #cont-gauche {display: none;}
#collections #cont-droite, #accueil #cont-droite {display: none;}
/*--------------------FIN DISPOSITION CONTENU---------------------*/



/*--------------------DEBUT CONTENU---------------------*/
#contenu {
	height: 470px;
	overflow: hidden;
}
#cont-gauche                                                                      {
	float: left;
	height: 470px;
	width: 50%;
}
#cont-droite {
	float: left;
	height: 470px;
	width: 50%;
}
.int {
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 30px;
	height: 434px;
	overflow: auto;
}

#block-mentions {
	font-size: 85%;
}
#block-mentions p, #block-mentions h3 {
}

/*--------------------FIN CONTENU---------------------*/


/*--------------------DEBUT FOOTER---------------------*/
#footer {
	font-size: 10px;
	color: #3F3F3F;
	text-align: right;
	padding-top: 5px;
	height: 25px;
}
#footer a {
	color: #3F3F3F;
	text-decoration: none;
}
#footer #son {
	margin-bottom: -6px;
}
/*--------------------FIN FOOTER---------------------*/

