/*****************************************************************************************************************
		
	Nom de page: 	TransportVasY.php
					Feuille de style CSS
	Programmeurs : 	Laurent Hoareau et Jérémie April
	Entreprise : 	L'EPEE, epee.cegep-rdl.qc.ca
					pour le compte de Transport Vas-Y Inc.
	Date :  		15-01-2009
	But : 			Faire connaître l'entreprise Transport Vas-Y à la population de Rivière-Du-Loup 
	Couleurs : 		Blanc:			color:#ffffff
					Noir:			color:#000000
						gris foncé:	color:#505050
						gris moyen:	color:#6e6e6e
						gris pale:	color:#d7d6cc
					Beige:			color:#e4e1c8
					Bleu: 			color:#004e82
						pâle:		color:#739db8
						plus foncé:	color:#003d66
						Très foncé:	color:#002e4d
					Rouge: 			color:#b10034
						plus foncé:	color:#66001f
					
******************************************************************************************************************/
body {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, sans-serif, "Trebuchet MS", "Lucida Sans";
	font-size:14px;
	margin-top:25px;
	color:#6e6e6e;
	background: url('../images/background.jpg');
	background-repeat: repeat;
	background-attachment:fixed;
}

strong,hr{
	color:#004e82
}

H1{
	font-size:24px;
	font-weight:bold;
	color:#004e82;
}
H2{
	font-size:20px;
	font-weight:bold;
	color:#b10034;
}
H4{
	color:#000000;
}
a:link {
	color:#b10034;
}

#hommeBleu{
	width: 160px;
	height: 450px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background:url('../images/hommeBleu.png');
	z-index: -1;
	background-repeat: no-repeat;
}
#hommeRouge{
	width: 200px;
	height: 450px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background:url('../images/hommeRouge.png');
	z-index: -1;
	background-repeat: no-repeat;
}
#logo350H{
	width: 646px;
	height: 350px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	background:url('../images/logo350H.png');
	z-index: -1;
	background-repeat: no-repeat;
}
#logo350HNoTxt{
	width: 363px;
	height: 350px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	background:url('../images/logo350HNoTxt.png');
	z-index: -1;
	background-repeat: no-repeat;
}

/*##############################  Haut de page ##############################*/
#Header{ 
	background:url('../images/header.png') left top no-repeat; 
	width:950px;
	height:200px;
}
#logo { 				/* Logo de Transport Vas-Y, en haut, à gauche*/
	background:url('../images/logo.png') left top no-repeat;
	float:left;
	width:295px;
	height:160px;
	margin: -18px -10px 0px -15px; 
}
#contact { 			/* information brèves sur l'entreprise dans la bannière du haut */
	color:black;
	background:url('../images/contact1.png') no-repeat;
	float:left;
	width:168px;
	height:92px;
	font-size:10px;
	margin:10px 5px 0 0;
	padding:5px 0 0 25px;
	list-style-type:none;
}
#autobus { 			/* image d'autobus à droite de la bannière */
	background:url('../images/autobus.png') top no-repeat;
	float:right;
	/*width:201px;*/
	width:180px;
	height:152px;
}

/* Bouton de connexion caché dans la fenêtre supérieure de l'autobus */
#btn{ 
	padding:16px  0 0 70px;
}
#btn  input{ 
	width:5px;
	height:5px;
}

/* Menu principal */
#menu{
	float :left;
	/*padding : -40px 0 0px 0 ;*/
	margin: -80px 0px 0px 0;
	padding-left:200px;
}

#menu ul li{
	display: inline;
}

#menu ul li a{	
	display: inline-block;
	padding: 10px 0px 33px 0px;
	text-decoration: none;

}

/* Ensemble des boutons des sections principales*/
#menu .accueil{
	width: 125px;
	height: 44px;
	background: url('../images/boutons/btnAccueilBleu.png') top no-repeat;
}
#menu .vAdapte{
	width: 125px;
	height: 44px;
	background: url('../images/boutons/btnAdapBleu.png') top no-repeat;
}
#menu .vCollectif {
	width: 125px;
	height: 46px;
	background: url('../images/boutons/btnCollBleu.png') top no-repeat;
}
#menu .entreprise{
	width: 125px;
	height: 44px;
	background: url('../images/boutons/btnEntreBleu.png') top no-repeat;
}

#message{
	float:right;
	padding-top:0px;
}

/* Titres principaux */
#puce{ 				/* Puce à gauche du titre */
	position:absolute;
	width: 15px;
	height: 20px;
	background: url(../images/puceH1.png) bottom no-repeat;
	padding: 20px 0 0 30px;
	top:170px;
}
#titre_Accueil{
	position:absolute;
	width: 107px;
	height: 23px;
	background: url(../images/Acceuil_H1.png) top no-repeat;
	padding-left: 25px;
    top:20px;
}
#titre_Adapte{
	position:absolute;
	width: 180px;
	height: 30px;
	background: url(../images/VAdapte.png) top no-repeat;
	padding-left: 25px;
    top:20px;
}
#titre_Collectif{
	position:absolute;
	width: 199px;
	height: 26px;
	background: url(../images/VCollectif.png) top no-repeat;
	padding-left: 25px;
    top:20px;
}
#titre_entreprise{
	position:absolute;
	width: 199px;
	height: 26px;
	background: url(../images/entreprise.png) top no-repeat;
	padding-left: 25px;
    top:20px;	
}


/*################################# Contenu #################################*/

#content{ 			/* Page entière */
	width:950px;
}

#content_h{ 		/* Bande beige en haut du sous-menu */
	background:url('../images/content_h.png') no-repeat;
	width:950px;
	height:15px;
}

/* Sous-Menu */
#sous_menu{ 		/* Sous-Menu */
	background:url('../images/bar_menu.png') no-repeat;
	width:960px;
	height:45px;
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size:18px;
}
#sous_menu ul{
	padding: 6px 0 7px 0; 
	margin: 0;
	text-align: center;
}
#sous_menu ul li{
	display: inline;
}
#sous_menu ul li a{
	color:#FFFFFF;
	padding: 6px 80px 33px 25px;
	text-decoration: none;
} 
#sous_menu ul li a:hover{
	text-decoration: underline;
} 
#sous_menu ul li a.selected{
	background:url('../images/sous_menu.png') no-repeat;
}

/* Cadre du contenu principal de la page, sous le sous-menu */
#content_m{ 		/* Cadre tel quel */
	background:url('../images/content_m.png') repeat-y; /* Bande beige du contenu de la page*/
	margin: -20px 0 0 0 ;
	min-height: 450px;
}

/* Partie textuelle de la page*/
#information{		
	margin:0 350px 0 30px;
	padding:0;
	width:450px;
	text-align:justify;
	color:#000000;	
}
#information2{		/* Partie textuelle de la page quand il n'y a pas de vidéos */
	margin:0 30px 0 30px;
	padding:0;
	text-align:justify;
	color:#000000;	
}

/* partie multimédia à droite de la page */
#multimedia{ 		
	background:url('../images/panel.png') top no-repeat;
	width:440px;
	height:350px;
	float:right;
	padding: 10px 0 0 40px;
	position:relative;
	z-index:1;
}
#video{				/* Lecteur flv */
	padding:50px 45px 0 0;
}


#content_b{ 		/* Bande beige arondie sous le contenu */
	background:url('../images/content_b.png') no-repeat;
	width:950px;
	height:23px;
	padding: 0 0 20px 0;
}


/*############################## Pieds de page ##############################*/
#footer{ 		
	background:url('../images/footer.png') no-repeat; 
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:10px 0 0 0;
	margin-bottom: 40px;
	width:950px;
	height:33px;
}

/* menu en pied de page de l'administration */
#footer_admin{ 			
	width:100%;
	height:45px;
	position: fixed;
	bottom: 0px;
	left:0;
    background:url('../images/piedAdmin.png') repeat;
}

#menu_ad {
	position: absolute;
	bottom: 0;
	left: 145px;
	z-index:100;
	width: 100%; /* précision pour Opera */

}
#menu_ad dl { 		/* Ensemble des éléments du menu */
	float: left;
	width: 12em;
	margin:0;
	padding:0;
		list-style-type: none;
}
#menu_ad dt { 		/* élément du menu */
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	height:33px;
	line-height:33px; 
	
}
#menu_ad dd { 		/* menu déroulant */
	display: none;
	position:absolute;
	bottom:30px;
	width:14em;
	margin:0;
	padding:0;
}
#menu_ad li { 		/* items du menu déroulant */
	text-align: center;
	background: #739db8;
	height:30px;
	line-height:30px;
	list-style-type: none;
}
#menu_ad li a, #menu_ad dt a { 
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: none;
}
#menu_ad li a:hover, #menu_ad dt a:hover {
	background: #002e4d;
}


/*################################# Accueil #################################*/
/* Images de marques dans la page d'accueil*/
#imgAccueil{		
	margin:0 30px 0 30px;
	width:890px;
	text-align:center;
	border:none;
}	
#imgAccueil a{		/* Lien de l'image entreprise de valeur menant vers le site de la "CRE"*/
	width: 400px;
	text-align:center;
	border:none;
}	

#map{ 				/* Affiche la carte géographique de Googlemap*/
	margin:0 30px 0 30px;
	padding:0;
	text-align:center;
}
#cont{
	list-style-type:none;
}

/*############################# Volet collectif #############################*/

#informationVC{
	padding:0 350px 0 30px;
	width:300px;	
}
#informationVC li{
	list-style-type:none;
	line-height:12px;
}
.part{
	color:#fa2929;
	font-weight: bold ;
	font-size:15px;
}
.adresse{
	color:#000000;
	font-weight: bold ;
	font-size:11px;
	text-indent:20px; /* FAIRE UN ALINÉA */
	margin-bottom:20px;
}


/*############################## Notre Equipe ###############################*/

#ListeEmploye{
	background-color:#eef1f4;
	border:1px solid #d7e4f1;
}
#addEmploye{		/* Cadre d'ajout d'employé */
	background:url('../images/ajouter.png') top no-repeat; 
	width:32px;
	height:32px;
	float:right;
}
#delete{
	background:url('../images/supprimer.png') no-repeat; 
	float:right;
	width:24px;
	height:24px;
	cursor:pointer;
	padding-left:5px;
	margin-top:3px;
}
#crayon{
	background:url('../images/crayon.png') no-repeat; 
	width:24px;
	height:24px;
	float:right;
    padding-left:5px;
	cursor:pointer;
}
/*############################## Notre Equipe ###############################*/

/* Affichage */
#itemEquip{
	margin: 10px 0px 0px 0px;
	width:910px;
	min-height:75px;
	overflow: hidden;
}	
#hisAnnee{
	float: left;
	background:url('../images/anneehistorique.png') no-repeat;
	width:75px;
	min-height:75px;
	margin: 0;
	padding: 25px 0 0 10px;
	text-align: center;
	font-size: 20px;
	color:#ffffff;
	overflow: hidden;
}		
#equipTitre{
	float: left;
	background:url('../images/titrehistorique.png') no-repeat;
	width:805px;
	max-width:805px;
	height:35px;
	max-height:35px;
	margin: -2px 0 0 0;
	padding: 7px 0 0 20px;
	text-align: left;
	font-size: 20px;
	color:#ffffff;
	overflow: hidden;
}
#equipPoste{
	float: left;
	background:url('../images/posteEquipe.png') no-repeat;
	width:805px;
	max-width:805px;
	height:30px;
	max-height:30px;
	margin: -2px 0 0 0;
	padding: 5px 0 0 20px;
	text-align: left;
	font-size: 16px;
	color:#ffffff;
	overflow: hidden;
}	
#equipBande{
	float: left;
	background:url('../images/bandehistorique.png') repeat-y;
	width:805px;
	max-width:805px;
	min-height:35px;
	margin: -5px 0 0 0;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	overflow: visible;
}

/*########################### Page de connexion #############################*/
#login_admin{ 		/* affiche la "fenêtre" de connexion */
	background:url('../images/login.png') no-repeat;
	width:620px;
	height:272px;
	margin: auto;
}
#logoConnect{		/* Emplacement du logo de Transport Vas-Y pour la page de connexion */
	background:url('../images/logo.png') no-repeat;
	width:293px;
	height:160px;
	float:left;
	margin: 40px 0 0 30px;	
}
#log{				/* texte, champs et bouton de connexion */
	padding:60px 45px 0 340px;
	text-align:Left;
}
#logoutBox{			/* texte et boutons de déconnexion */
	margin: 206px 0 0 329px;
	padding:65px 0 0 0;
	width:258px;
	text-align:Center;
}

/* Boite de dialogue que l'on retrouve dans plusieurs pages */
#dialogue{
	width:620px;
	height:120px;
	margin: auto;
	background: url('../images/message.png') no-repeat;
	padding-top: 56px;
	text-align: center;
	font-size:20px;
	color : #b10034;
}
#dialogue2{
	width:620px;
	height:120px;
	margin: auto;
	background: url('../images/message.png') no-repeat;
	padding: 50px 5px 13px 80px;	
	text-align: left;
	font-size:16px;
	color : #004e82;
}
/*############################### Historique ################################*/
#itemHistorique{
	margin: 10px 0px 0px 0px;
	width:910px;
	min-height:75px;
	overflow: hidden;
}	
#hisAnnee{
	float: left;
	background:url('../images/anneehistorique.png') no-repeat;
	width:75px;
	min-height:75px;
	margin: 0;
	padding: 25px 0 0 10px;
	text-align: center;
	font-size: 20px;
	color:#ffffff;
	overflow: hidden;
}		
#hisTitre{
	float: right;
	background:url('../images/titrehistorique.png') no-repeat;
	width:805px;
	max-width:805px;
	height:35px;
	max-height:35px;
	margin: 0;
	padding: 7px 0 0 20px;
	text-align: left;
	font-size: 20px;
	color:#ffffff;
	overflow: hidden;
}	
#hisBande{
	float: right;
	background:url('../images/bandehistorique.png') repeat-y;
	width:805px;
	max-width:805px;
	min-height:35px;
	margin: 0;
	margin-top: -2px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	overflow: visible;
}
#mesPic{
	clear:all;
	width: 100%;
}
#messGoogle{
	float:right;
	width: 400px;
	text-align:justify;
	margin-right: 25px;
}
#imgPoint{
	float: left;
	margin-left: 50px;
}
#mapMap:{
	width: 100%;
	margin-top: 50px;
}
