/* CSS Document */
/* Page d'index */

/* Elements généraux */

html{ height:548px; }


body{
	width: 1024px;
		margin: 20px auto auto auto;


height:500px;
	background: url(../images/fonds/fondCATALOGUE.jpg) no-repeat top;

	
background-color: black;	
border-width: 0px;
border-style: groove;
border-color: yellow;
}

a {color: #fb198e;}
a:hover{font-weight: bolder;}
a:visited{color: #fb198e; }
	 
#tete{
	margin: 0;
	padding: 0;
	border-bottom: 0px;
}

/* Menu principal */

#menu ul {float: left;
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a#pr {
	margin: 0;
	width: 195px;
	height: 75px;
	line-height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(../images/bouttons/quisommes.png) no-repeat center;

}
#menu a#cat {
	margin: 0;
	width: 178px;
	height: 75px;
	line-height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(../images/bouttons/catalogue.png) no-repeat center;
}
#menu a#cop {
	margin: 0;
	width: 107px;
	height: 75px;
	line-height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(../images/bouttons/copy.png) no-repeat center;
}
#menu a#libr {
	margin: 0;
	width: 180px;
	height: 75px;
	line-height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(../images/bouttons/librairie.png) no-repeat center;
}
#menu a#cont {
	margin: 0;
	width: 150px;
	height: 75px;
	line-height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(../images/bouttons/contacts.png) no-repeat center;
}
#menu a#man {
	margin: 0;
	width: 205px;
	height: 75px;
	line-height: 49px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(../images/bouttons/manuscrits.png) no-repeat center;
	
}
#menu a#pr:hover { background: url(../images/bouttons/quisommesa.png) no-repeat center; }
#menu a#cat:hover { background: url(../images/bouttons/cataloguea.png) no-repeat center;  }
#menu a#cop:hover { background: url(../images/bouttons/copya.png) no-repeat center; }
#menu a#cont:hover {background: url(../images/bouttons/contactsa.png) no-repeat center; }
#menu a#libr:hover {background: url(../images/bouttons/librairiea.png) no-repeat center; }
#menu a#man:hover {background: url(../images/bouttons/manuscritsa.png) no-repeat center; }
#menu a#mactive { background: url(../images/bouttons/italiano.jpg)no-repeat center; }
#menu a#logo {margin: 0;
	width: 220px;
	height: 101px;
	line-height: 29px;
	
	
	}



/* Barre pied de page */

#foot{
	font-size: 12px;
background-color:white;
	margin: 0;
	padding: 0;
	height: 69px;
	margin-left: 0px;
	text-align:center;

	}


#contenu{ width: 1024px; height: 500px; margin: auto auto auto auto;  background-color: none; vertical-align: middle;}
#centratoverticale{width: 1024px; height: 500px; vertical-align: middle;}

/* Menu de gauche */

#langue a{
	
float: left;
margin-left: -50px;
	background: url(../images/bouttons/italiano.png) no-repeat;
	width: 50px;
height: 132px;
	
}
#logo a{
	float: right;
	background: url(../images/bouttons/cds.png) no-repeat center;
	width: 229px;
height: 70px;
	
}

#right{
	float: left;
	width: 1024px;
	background-color: none;

}




img{ display: block; margin:0px;}





#texte{
	
	padding-left: 60px;
padding-right: 10px;
	width: 954px;
height: 353px;
overflow: auto;
overflow-y: scroll;
overflow-x: hidden;
margin-top: 0px;
margin-bottom: 5px;
font-size: 13px;
text-align: justify;

}


/* Elements balises HTML Standards */

h1{
	font-family: "Century Gothic";
	font-size:1.1em;
	background-color:white;
	color:#CCC;
	text-align:center;
	margin: 0;
	padding: 0;
	line-height: 40px;
font-size: 20px;
	font-style: normal;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: rgb(253,17,56); /*rgb(76,0,130)*/;
	text-align: left;
	background-color:rgb(232,79,255);
	padding: 2px;
	margin: 0;
	padding-left: 14px;
	padding-top: 10px;
}

h3{
	font-family: "Century Gothic";
	font-size: 1.1em;
	background-color: rgb(76,0,130);
	color: #CCC;
	text-align: center;
	padding: 2px;
	margin: 0;
	line-height: 40px;
}

h4{
	color: rgb(253,17,56);
	font-family: "Century Gothic";
	padding-left: 14px;
	margin: 0;
}

h5{
	color: rgb(253,17,56);
	font-family: "Century Gothic";
	padding-left: 14px;
	margin: 0;
	font-size: 0.9em;
}

p{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:black;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}


/* Classes pratiques */

.clear{ clear:both; padding: 0; margin: 0;}


/*Liens */

a.inactif{
	color: #666666;
	font-style:italic;
	text-decoration: none;
}

a.defaut{
	text-decoration: none;
	border-bottom: 1px dotted rgb(253,17,56);
	color: rgb(253,17,56);
}

a.defaut:hover{
	color: rgb(30,30,30);
	border-bottom: 1px dotted rgb(30,30,30);
}


/*Formulaires */

form{
	background-color:#CCCCCC;
	margin: 12px;
	padding: 12px;
}

input{
background-color: rgb(240,240,240);
}

.chptexte{
	width: 250px;
}

.chpsmall{width: 40px; text-align:center;}

input.radio{
	width: inherit;
}



input:focus, textarea:focus{
		background-color: rgb(240,240,240);
}


select{
	background-color:#FFFFFF;
	border: 1px dotted #660000;
	margin-bottom: 5px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

label{
	float:left;
	text-align:right;
	padding-left: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:rgb(253,17,56);
	width: 145px;
	margin-right: 10px;
	font-size: 0.9em;
	margin-bottom: 7px;
}

legend{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #330000;
} 

textarea{
	background-color:#FFFFFF;
	border: 1px solid rgb(150,150,150);
	font-size: 0.9em;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	width: 250px;
	height: 100px;
	}
	
.submit{
	display: block;
	background-color:#330000;
	color: white;
	margin-left: auto;
	margin-right: auto;
	width: inherit;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	}
	
.submit:hover{
	background-color:#660000;
	color:#CCCCCC;
}
	
fieldset{
	border: 2px solid #999;
	margin-top: 10px;
	background-color: rgb(232,79,255);
}


/*Classe spéciale cadres*/
.servicescadre{
	padding: 6px;
	background-color: rgb(232,79,255);
	margin-top: 12px;
	padding-bottom: 16px;
}

.servicesleft{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	padding-left: 12px;
}

.servicesright{
	margin-left: 120px;
	padding: 0;
	margin-top: 6px;
	padding-right: 10px;
	
}

.servicesright p{padding: 0; margin: 0;}


object{margin: 0; padding: 0; display:block;}

.news{
	float: left;
	margin-right: 5px;
	padding: 24px;
}

table{
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	width: 100%;
	
}



td{
	color: black;
	text-align: justify;
	
	
}
