/*ENSEMBLE GENERAL DU BODY*/
body
{  
	width: 1100px; /*Largeur du site*/
	max-width: 1500px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 10%; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
	font-family:  Helvetica,Arial,sans-serif; /*Police d'ecriture Helvetica sinon Arial,dans tout les cas une sans-serif*/
	
}

/*Menu du site toujours placé a gauche*/
#menu
{  
	float: left; /* Le menu flottera à gauche */
	width: 200px; /* Très important : donner une taille au menu */
	text-align: center;/*On centre les emlements du menu*/
	font-variant: small-caps;/*L'ecriture en petites majuscules*/
}

/*On affichera le Logo d'atelier d'art de France que sur index.php*/
#logo_AT{display: none;}

/*A toutes images, on enleve ses bordures bleu par defaut*/
img{border: none;}

/*Toute liste n'aura aucunes puces*/
li{list-style-type:none;}

/* Quelques effets sur les menus */
.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-type:none;
   letter-spacing: 3px;
   text-align: center;
   font-weight: lighter;
   color: #323232;
   text-align: center;
  
   padding: 20px; /* Tous les côtés ont une marge intérieure de 0 pixels */

}

.element_menu a /* Toutes les listes à puces se trouvant dans un menu */
{	font-size: 26px;
	color: black;
}

.element_menu a:hover /* Toutes les listes à puces se trouvant dans un menu */
{ color: #404040;
}

.liensmenu
{	text-decoration: none;
	color: #323232;
	font-variant: small-caps;
	border-bottom: 1px solid #c8c5c5;
}

.liensmenu:hover{border-bottom: 2px solid #DFAC1E;}

/*/////////////////////////////////INDEX///////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#presentation
{
	display: none;
	margin-left: 350px;
}

/*/////////////////////////////////COLLECTION//////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#menu_matiere
{  	
	margin-left:400px;
	font-size: 20px;
	
}

#image
{	
	float: left;
	width: 320px;
}

#matieres{margin-left: 280px;letter-spacing: 1px;}

#lien_tarifs
{	margin-top:70px;
	margin-left: 340px;
	border: 2px solid #CCCCCC;
	width: 170px;
	text-align:center;
}

.onglettarif
{
	/*font-size: 20px;*/
	color: #777777;
	text-decoration:none;
}

.onglettarif:hover
{
	color: #cc9933;
}

#EP
{
	font-size:14px;
	font-style: normal;
	line-height:0;
	
}

#matieres span
{
	color: #93813a;
}

/*///////////////////////////////////CONTACT////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/


#div_texte
{	width: 356px;
	height: auto;
	text-align: center;
	padding-top: 10%;
	color: #505050;
}

#div_infos
{	margin-left: 300px;
	width: 760px;
	height: 356px;
	white-space: nowrap;
	background-image:url("../images/contact.jpg");
	background-repeat: no-repeat;
	background-position: right;
}


.mail
{	color: #cc9933;
	text-decoration: underline;
}

.mail:hover
{	color: black;
	text-decoration: underline;
}


/*///////////////////////////////////TARIFS////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#tarif
{	width: 600px;
	margin-left: 350px;
	text-align:center;
	
}

#tarif label 
{	width:150px; /*Cette largeur sert d'exemple, vous pouvez la modifier si vous voulez*/
	float:left;
	margin-left: 40px;
}

#tarif h3
{
	color:#d9a021;
}

#tarif sub
{
	font-size: 10px;

}

#formulaire
{	width:500px;
	margin-left:50px;
	font-family: helvetica;
	color: #404040;
}

#tarif input[type=text]
{
  font-weight: bold;
}

/*Message pour un fourmulaire vide , caché initialement */
#message_valide
{
  display: none;
  color: green;
}

/*Message pour un fourmulaire validé , caché initialement */
#message_erreur
{
  display: none;
  color: red;
}

#tarif  input.boutton
{
    border          : 2px solid black;
    cursor          : pointer;
    padding         : 3px 30px;
    margin          : 0 10px;
	background-color: #efefef;
	
}

#tarif  input.boutton:hover
{
	background-color: #ffffff;
}

/*/////////////////////////////////PRESSE//////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#diapo{width:800px;margin-left:280px;} 
#thumbs img {vertical-align: middle; border:none;}
#thumbs {display:none;overflow:auto; list-style:none; margin:20px; padding:0;} 
#thumbs li {float:left;} 
#thumbs a {display:block; padding:5px; outline:none;} 
#thumbs a:hover, #thumbs a:focus {background:#DFAC1E;} 
#thumbs a.active {background:#808080;} 
#viewer {position:relative; width:700px; height:465px; margin-left:30px;} 
#viewer img[src*="loader"] {position:absolute; left:50%; margin:-15px 0 0 -15px;}
.partie2 {display: none;}

/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/


