﻿@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
	font-size:12px;
	font-weight:bold;
	border:1px solid #EFB;
	color:#000000;
	width:150px;
	padding:1px;
	margin:1em;
	background-image: url(../pics/rides-zen-munich2.jpg);
}
.menu {
	text-align:center;
	border-color:#000000;
	border-width: 3px;
}
.ssmenu {
	border-color:#000000;
	border-width: 3px;
}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	font-family:MS Sans Serif, sans-serif, Verdana, Arial;
	text-decoration:none;
	color:#333333;
	padding:2px 1px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width :auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#999966;
	color:#034;
	text-decoration:none;
}

/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure et largeur des menu et ssmenu.
- l'effet spécial IE pour les ssmenu
- police et couleurs des liens "non survolés" et "survolés".
*/

body
{
	font-family: "MS Trebuchet", Verdana, Geneva, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #B2B2B2;
	SCROLLBAR-HIGHLIGHT-COLOR: #EFEFEF;
	SCROLLBAR-SHADOW-COLOR: #EFEFEF;
	SCROLLBAR-3DLIGHT-COLOR: #5F5F5F;
	SCROLLBAR-ARROW-COLOR: #AD0000;
	SCROLLBAR-TRACK-COLOR: #EFEFEF;
	SCROLLBAR-DARKSHADOW-COLOR: #000;
	background-image: url(../pics/body_bg.png);
}
a
{
	color: #AF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{ 
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.subHeader
{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}
.pageName
{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
.smallText
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.bodyText
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.bodyText_titre
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
.bodytext_Emphas
{
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}
.bodytext_Emphas2
{
	color: #FF9900;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}
.bodytext_Emphas3
{
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
a.bouton2:link
{
width:150px;
height:50px;
text-decoration:none;
color:white;
text-align:center;
font-weight:bold;
background-color:#000080;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver
}

a.bouton2:visited
{
width:150px;
height:50px;
text-decoration:none;
color:white;
text-align:center;
font-weight:bold;
background-color:#000080;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver
}

a.bouton2:hover
{
	width:10px;
	height:50px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	background-image: url(../pics/aqua.jpg);
}

.bouton2
{
text-align:center;padding:5px;
}
/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table
{
	border: none;
	border-collapse: collapse;
	font-size: 10px;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td
{
	border: 1px solid #99A9B6;
	text-align: center;
	width: 20px;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	border: 1px solid #99A9B6;
	background-color: #99A9B6;
	font-weight: normal;
	text-align: center;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend
{
	background-color: #cccccc;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month
{
	color: #999999;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable
{
	color: #999999;
	text-decoration: none;

}

#bloc
{
	margin-left: 190px;
	padding-right: 10px;
	font-size: 90%;
}
#bloc2
{
	margin-left: 10px;
	padding-right: 10px;
}
#titrebloc
{
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
	position: relative;
	padding: 0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	border-bottom-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-right: 60px;
	text-transform: uppercase;
}
#titrebloc1
{
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 0;
	position: relative;
	padding: 0 0 0 22px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	border-bottom-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-right: 60px;
	text-transform: uppercase;
}
#contenubloc
{
	font-size: 11px;
	margin-right: 200px;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 5px;
	border-color: #90DBFF;
}
#emphasisbloc
{
color: #ff9900;
font-weight: bold;
}
#emphasisbloc14
{
color: #FF9900;
font-weight: bold;
font-size: 14px;
}
#emphasisbloc15
{
color: #af0000;
font-weight: bold;
font-size: 15px;
}

#div3
{
	background-repeat: no-repeat;
	background-image: url(../photos/imoto333.jpg);
	width: auto;
	height: auto;

}
#blocretrait15
{
padding: 0 0 0 15px;
}

p{
	margin: 20px 0 5px 0;
}
#container
{
	border: 2px solid #5F5F5F;
	text-align: left;
	bottom: auto;
	position: relative;
	min-height: 600px;
	background-repeat: repeat;
	margin-top: 30px;
	background-color: #FFFFFF;
	margin-right: 140px;
	margin-left: 140px;
	border-color: #999999;
}
#pageHeader
{
	height: 110px;
	background-repeat: no-repeat;
	background-image: url(../pics/pageheader1.png);
	padding-left: 160px;
	font-family:CENA;
	font-size:12px;
	font-style: normal;
	text-align: right;
	padding-right: 10px;
}

#pageHeaderSmall
{
	width: 526px;
	height: 50px;
}

#BandeauPrincipal
{
	height: 90px;
	color: #fff;
	padding: 10px 15px 0 15px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	background-image: url(../pics/main-bottom.jpg);
	background-repeat: repeat;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	background-position: center;
}
#credits
{
	color: #333333;
	position: relative;
	font-size: 12px;
	background-color: #CCFF99;
	height: 50px;
	font-weight: bolder;
	background-repeat: no-repeat;
	background-position: center;
}
#credits a{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#credits a:visited{
	color: #C6C6C6;
	text-decoration: none;
}
#bloc_border
{
	margin: 10px 10px 10px 10px;
	padding: 5px 0px 5px 5px ;
}
table
{
	color: #000000;
	padding: 2px 2px 2px 2px;
	border-color: #999999;

}
td
#itembold
{
	font-weight:bold;
}
