/* CSS Document */

/**************************************************************************************/
/*                             COMPORTEMENTS CONDITIONNELS                            */
/**************************************************************************************/
.pda {
	display: none;
}
.ecran {
	display: none;
}
.imprim {
}
.pda_ecran {
	display: none;
}
.pda_imprim {
}
.imprim_ecran {
}


/**************************************************************************************/
/*                                        MEF                                         */
/**************************************************************************************/
body {
	/*margin: 0px;
	background-color: #000000;
	background-image: url(bg_images/bandeau_fd.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#page {
	width: 100%;
	/*margin-right: auto;
	margin-left: auto;*/
	position: relative;
	/*top: 0px;
	z-index: 99;
	padding-top: 47px;*/
}
.bt-retour {
	display: none;
}
.bt-prec {
	display: none;
}
.bt-suiv {
	display: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
	margin-top: 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #000000;
	font-variant: small-caps;
	padding-top: 20px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
#copyright a {
	display: none;
}

/**************************************************************************************/
/*                               DISPOSITION DES IMAGES                               */
/**************************************************************************************/
a img {
	border: none;
}
.float-G {
	float: left;
	margin-right: 5px;
}
.float-D {
	float: right;
	margin-left: 5px;
}

.vide {
	height: 200px;
	width: 200px;
	color: #FFFF99;
	text-decoration: none;
	text-align: center;
	border: 1px solid #FFFF99;
}
/**************************************************************************************/
/*                                    PAGE D'INDEX                                    */
/**************************************************************************************/
body.index {
	background-image:none;
}
h1.index_h1 {
	font-size: large;
	color: #000000;	
}
.index_h2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-decoration: none;
	font-style: oblique;
	font-weight: normal;
}
/*.index_h2-parentes {
}
.index_h2-solutions {
}
.index_h2-sculpture {
}
.index_h2-themes {
}
.index_h2-particularites {
}
.index_h2-peint-murales {
}*/
.index_bt {
}
.index_bt-retour {
}
.index_bt-generique {
}
.index_bt-biblio {
}
.index_bt-texte {
}
.index_bt-lexique {
}
.index_img-1 {
	float: right;
	margin-left: 5px;
}
#copyright.index {
	width: 100%;
}
/**************************************************************************************/
/*                                       TEXTE                                        */
/**************************************************************************************/
body.texte {
	background-image:none;
	background-color: #FFFFFF;
	margin: 5px;
}
h1.texte_h1 {
	height: 81px;
	width: 584px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#texte_menu {
	display: none;
}
h2.texte_h2 {
	height: 29px;
	width: 328px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
.texte_bt {
	height: 24px;	
}
.texte_bt-retour {
	height: 12px;
	width: 136px;	
}
.texte_bt-generique {
	height: 12px;
	width: 75px;	
}
.texte_bt-biblio {
	height: 12px;
	width: 97px;	
}
.texte_bt-lexique {
	height: 12px;
	width: 61px;	
}
p.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0px;

}

