body
{
	background-color:white;
	background-repeat: repeat-y;
	margin:auto;
	font-size:14px;
	font-family:"Microsoft sans ms";
	text-align: center;
	color:#080808;
}

/* albums */
#ps_album_a{
	display: block;
}

.ps_album{
	background-color: #1d9de7;
	border: 1px solid #1d8ac8;
	box-shadow: 1px 1px 4px #000000;
	cursor: pointer;
	height: 310px;
	width: 130px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	top: 0;
	float: left;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	 border-top-right-radius:10px;
	 border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	 border-bottom-right-radius:10px;
	 border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}

.ps_album h2{
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
	/* font-weight: normal; */
	margin: 10px 10px 0;
	padding-bottom: 5px;
	/* text-align: left;
	text-shadow: 0 0 1px #FFFFFF; */
}

.ps_album .ps_desc span{
	display: block;
	margin: 0 10px 10px;
	padding-top: 5px;
}

.ps_album span{
	display: block;
	margin: 0 10px 10px;
	padding-top: 5px;
}

.ps_album:hover{
	background-color: #1d8ac8;
}

.ps_album:hover .ps_desc{
	background-image: none;
}

.ps_album .ps_desc{
	background:url("../images/overlay.png") no-repeat scroll right bottom #111111;
	border: 1px solid #393939;
	box-shadow: 0 0 2px #000000 inset;
	color: #999999;
	display: block;
	height: 200px;
	line-height: 20px;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
}

#pannonce
{
	margin-top:-45;

}

#logo{
	width:75px;
	height:20px;
	margin:30px;
}

#texteb
{
	font-size: 14px;
	font-family:"Arial";
	color:red;
	font-weight: bold;
}

.img_auto{
	width:32px;
	height:32px;
	border: none; 
}

#fond
{
	width:1024px;
	overflow: hidden;
	float:center;
	margin:auto;
	background-image:url(images/nouveau/fond.png);
	background-repeat: repeat-y;
}

#bordure /* cadre englobant le cadre de bannière */
{
	width:900px;
	border:0px solid grey;
	float:left;
	margin:auto;
	background-color:#ffffff;
}

#hautdepage
{
	width:1024px;
	height:250px;
	background-image:url(images/nouveau/haut12.png);
	background-repeat:no-repeat;
}

#top /* cadre de la bannière */
{
	background-image:url(images/banniere2010-2.png);
	height:244px;
	width:900px;
	float:left;
	margin-left:0px;
}

.imghoraire
{
	width:175px;
	height:243;
	margin-left:420px;
	margin-top:10px;
}

.suppr32{
	background-image:url(images/delete.png);
	width:16px;
	height:16px;
	border:0px;
}

.modif32{
	background-image:url(images/edit.png);
	width:16px;
	height:16px;
	border:0px;
}

#connect
{
	float:right;
	margin-top:2px;
	padding-left:-50px;
}

#bordure2 /* cadre de la barre de menu > sous la bannière */
{
	width:900px;
	height:50px;
	border:0px solid grey;
	float:left;
	background-color:white;
	margin:auto;
}

#bordure3 /* cadre central avec le contenu de chacune des pages */
{
	width:900px;
	border:0px solid grey;
	float:left;
	margin:auto;
	background-color:transparent;
}

#bordure4 /* cadre de pied de page */
{
	width:900px;
	height:30px;
	float:left;
	background-color:#dddddd;
	margin:auto;
}

#basdepage /* cadre de pied de page */
{
	width:1024px;
	height:120px;
	float:left;
	background-image:url(images/nouveau/bas4t.png);
	background-color:white;
	margin:auto;
}

#pagebas
{
	float:center;
	margin:auto;
	margin-top:25px;	
}

#bordure9 /*cadre en tête de page avec adresses + tel + date et heure*/
{
	width:900px;
	height:2px;
	border:0px solid grey;
	float:center;
	background-color:#8B8C8D;
	margin:auto;
}

#bordure10 /* cadre qui englobe tous les autres pour que chaques composants soit aligné*/
{
	margin:auto;
	width:900px;
	border:0px solid grey;
	float:center;
}

#menu1  /* cadre contenant le menu m'ayant permi de placer les boutons comme je l'ai voulu */
{
	width:1024px;
	height:69px;
	padding-top:36px;
	margin-left:90px;
}


a#acceuil /* caractéristiques du bouton d'accueil qui ce sépare du menu déroulant */
{
	background-image:url(images/bouton_test3.png);
	margin-left:-210px;
	width:135px;
	height:38px;
	float:left;
	color: #7C918E;
}

a#acceuil:hover
{
	background-image:url(images/bouton_test4.png);
	margin-left:-210px;
	width:135px;
	height:38px;
	float:left;
	color: #7C918E;
}

#espclient /* pour le bouton de l'espace client, son placement et ses caractéristiques */
{
	margin-left:-790px;
	font-family:"Times New Roman";
	border:0px solid grey;
	font-size: 10pt;
	width:100px;
	height:25px;
	color:#dddddd;
}

#adr /* caractéristiques pour l'adresse en haut du site */
{
	margin-left:440px;
	font-family:"Times New Roman";
	border:0px solid grey;
	font-size: 10pt;
	width:200px;
	height:14px;
	color:#B5BCBB;
}

#adre/* caractéristiques pour l'adresse en haut du site */
{
	margin:auto;
	font-family:"Times New Roman";
	border:0px solid grey;
	font-size: 10pt;
	width:900px;
	height:14px;
	color:#B5BCBB;
}

#bas /* cadre pour la mention, plan et contact */
{
	padding-top:2px;
	padding-left:3px;
	width:110px;
	height:14px;
	
}

p /* paramètre pour les paragraphes */
{
	font-size: 14pt;
	font-family:"Goudy Old Style";
	color:#2aaaf4;
	font-weight: bold;
}

label
{
	font-size: 12px;
	font-family:"Arial";
	color:#2aaaf4;
	font-weight: bold;
}

ol
{
	font-size: 10pt;
	font-family:"Arial";
	color:#979898;
	font-weight: bold;
}

#bord
{
	margin-left:20px;
	width:50px;
	height:10px;
	border:0px solid grey;
	float:center;
	background-color:#ffffff;
}

a /* paramètre pour les écrits */
{
	text-decoration:none;
	color:#333333;
}
a:hover /* idem mais en passant la souris dessus */
{
	text-decoration:none;
	color:#000000;
}

.button /* caractéristiques des boutons dans les cadres de gauche */
{
	background-image:url(images/boutonargent4.png);
	width:144px;
	height:20px;
	border:0px;
	color:white;
	font-size:12px;
	padding-bottom:5px;
	cursor:pointer;
}
.button:hover /* idem en passant la souris dessus */
{
	background-image:url(images/boutonargent5.png);
	width:144px;
	height:20px;
	border:0px;
	color:white;
	font-size:12px;
	padding-bottom:5px;
	cursor:pointer;
}

.button1 /* idem pour le bouton de l'espace client */
{
	background-color:transparent;
	width:25px;
	height:15px;
	border:0px;
	color:#2aaaf4;
	font-size:12px;
	padding-bottom:5px;
	margin-left:9px;
	cursor:pointer;
}
.button1:hover /* idem en passant la souris dessus */
{
	background-color:transparent;
	width:25px;
	height:15px;
	border:0px;
	color:white;
	font-size:12px;
	padding-bottom:5px;
	margin-left:9px;
	cursor:pointer;
}

.button2 /* idem pour le bouton de l'espace client */
{
	display : block;
	background-image:url(images/boutonargent4.png);
	width:144px;
	height:15px;
	border:0px;
	color:white;
	font-size:12px;
	padding-bottom:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	 border-top-right-radius:5px;
	 border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	 border-bottom-right-radius:5px;
	 border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.button2:hover /* idem en passant la souris dessus */
{
	display : block;
	background-image:url(images/boutonargent5.png);
	width:144px;
	height:15px;
	border:0px;
	color:white;
	font-size:12px;
	padding-bottom:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	 border-top-right-radius:5px;
	 border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	 border-bottom-right-radius:5px;
	 border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.button3 /* idem pour le bouton de l'espace client */
{
	display : block;
	background-image:url(images/boutonargent6.png);
	width:144px;
	height:15px;
	border:0px;
	color:white;
	font-size:12px;
	padding-bottom:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	 border-top-right-radius:5px;
	 border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	 border-bottom-right-radius:5px;
	 border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.button3:hover /* idem en passant la souris dessus */
{
	display : block;
	background-image:url(images/boutonargent7.png);
	width:144px;
	height:15px;
	border:0px;
	color:white;
	font-size:12px;
	padding-bottom:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	 border-top-right-radius:5px;
	 border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	 border-bottom-right-radius:5px;
	 border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.inscrit
{
	margin-left:340px;
}

#corpText /*ici le cadre pour l'emplacement du texte ou des éléments en général du contenu de chaque page */
{
	width:600px;
	margin-right:140px;
	margin-top:-650px; /*à changer s'il y a un décalage de la page à cause de la taille du menu de gauche*/
	padding-bottom:5px;
	text-align:justify;
	float:right;
	background-color:#ffffff;
}

#menuvglobal /* cadre général pour le menu de gauche */
{
	float:left;
	width:208px;
	margin-left:63px;
	margin-bottom:3px;
	margin-top:-560px;
}

#menuv /*compose le cadre de chaques parties du menu complet */
{
	width:208px;
	margin-left:10px;
}

#menutopgen /*haut du menu du premier cadre, ici > général */
{
	background-image:url(images/menusecond2.png);
	width:208px;
	height:45px;
	margin-top:0px;
}

#menutop /*haut du menu*/
{
	background-image:url(images/menusecond4b.png);
	width:208px;
	height:112px;
	margin-top:0px;
}

#menutoptar /* idem pour la partie Tarifs */
{
	background-image:url(images/menusecond2.png);
	width:208px;
	height:45px;
}

#menutopNew /* idem pour la partie Tarifs */
{
	background-image:url(images/menussecond2.png);
	width:208px;
	height:45px;
}


#menucorp /* caractéristiques du corp de chaques cadres du menu */
{
	text-align:justify;
	padding:4px;
	background-image:url(images/menusecond2.png);
	background-repeat:repeat-y;
}

#menufoot /*bas de chaques cadres du menu */ 
{
	background-image:url(images/menusecond3.png);
	width:208px;
	height:40px;
	margin-left:10px;
}

#menuhorair
{
	margin-top:15px;
}

.menuhor
{
	width:146px;
	height:243px;
}

.menuhor2
{
	width:146px;
	height:350px;
}

/*
img
{
	width:180;
	height:135;
}
*/

.heure
{
	width:180;
	height:240;
}

.employé
{
	width:193;
	height:577;
	float:right;
	border:0px;
	margin-right:-50;
	margin-top:-280;
}

.employé1
{
	width:190;
	height:587;
	float:left;
	border: 0px;
	margin-top:-300;
	margin-left:-10;
}

.textecentre
{
	margin-left:140px;
}

.texteaffiche
{
	font-size: 10pt;
	font-family:"Arial";
	color:#09A0F7;
	font-weight: bold;
}

.textecontact
{
	font-size: 9pt;
	font-family:"Arial";
	color:#51BCFA;
	font-weight: bold;
}

.comment
{
	font-size: 10pt;
	font-family:"Arial";
	color:#565757;
	font-weight: bold;
}

#date
{
	margin-left:180px;
	font-family:"Arial";
	border:0px solid grey;
	font-size: 10pt;
	width:100px;
	height:14px;
	color:#ffffff;
	font-weight: bold;
}

#map
{
	width:900px;
	height:798px;
	background-image:url(images/cartefrance.gif);
	float:left;
	margin-left:-50px;
}

#maps
{
	margin-left:30px;
	margin-top:10px;
	border:2px solid grey;
	width:550px;
	height:450px;
}

#map
{
	width:550px;
	height:470px;
}

.textmap
{
	margin-left:30px;
	font-family:"Arial";
}

#ajout
{
	width:400px;
	text-align:right;
}

.tailleinput
{
	height:22px;
	width:100px;
	padding-top:-20px;
	font-size: 9pt;
}

.tailleinput1
{
	width:20px;
	padding-top:-15px;
}

.tailleinput2
{
	height:22px;
	width:100px;
	padding-top:-20px;
	margin-left:-37px;
	font-size: 9pt;
}

.espaceconnect
{
	text-align:center;
	padding-top:12px;
}

.texteconnect
{
	font-size: 9pt;
	color:#2aaaf4;
}

.texteconnect2
{
 color:#0068F0;
}

.date
{
	color: #B5BCBB;
}

.texte
{
	font-size: 12px;
	font-family:"Arial";
	color:#2aaaf4;
	font-weight: bold;
}

.texte1
{
	font-size: 11px;
	font-family:"Arial";
	color:#2aaaf4;
}

.texte2
{
	font-size: 12px;
	font-family:"Arial";
	color:#2aaaf4;
	font-weight: bold;
	margin-left:150px;
	text-align:left;
}

.texte3
{
	width:170;
	height:120;
	float:right;
}

.texte4
{
	font-size: 13px;
	font-family:"Arial";
	color:#F90627;
	font-weight: bold;
}

.texte6
{
	font-size: 16px;
	font-family:"Arial";
	color:#F90627;
	font-weight: bold;
}

.admin
{
	font-size: 12px;
	font-family:"Arial";
	color:#2aaaf4;
	font-weight: bold;
}

.inscrite
{
	font-size: 11px;
	font-family:"Arial";
	color:#2aaaf4;
}


.texte5
{
	font-size: 12px;
	font-family:"Arial";
	color:#F90627;
	font-weight: bold;
}

.imagemeca
{
	width: 650;
	height: 200;
}

.pagination
{
	color:white;

	font-size: 15px;
	background-color:#489DFD;
	font-family:"Papyrus";
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 4px 0px;
}

.pagination:hover
{
	color:white;
	font-size: 15px;
	background-color:#0088F0;
	font-family:"Papyrus";
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 4px 0px;
}

.pagination1
{
	text-decoration: none;
	color:white;
	font-size: 15px;
	background-color:#89A7F9;
	font-family:"Papyrus";
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 4px 0px;
}

.gras
{
	font-weight:bold;
}

.bleu
{
	color:#2aaaf4;
}

.rouge
{
	color:red;
}

.photo
{
	width:333px;
	height:250px;
	float:right;
	border:0px;
	margin-top:0px;
}

.photo1
{
	width:333px;
	height:250px;
	float:right;
	border:0px;
	margin-top:0px;
}

.photo4
{
	width:298px;
	height:224px;
	border:0px;
	margin-top:20px;
}

.photo5
{
	width:333px;
	height:250px;
	float:right;
	border:0px;
	margin-top:0px;
}

.men
{
	width:646;
	height:45;
}

.gau
{
	width:212;
	height:179;
}

.ins
{
	width:212;
	height:129;
}
