/* *********************************** */
/* Ce fichier contient les définitions des polices et des couleurs du site */
/* *********************************** */


/*
	C'est là que vous définissez la taille de police souhaitée.
	Pour les polices en EM Le line-heights et les marges sont calculés automatiquement à partir de cela.
	La police par défaut des navigateurs étant de 16px, on applique un pourcentage pour leur faire comprendre que la police par défaut
	fera désormais 12px (0,75 = 12px / 16px).
*/

/* Police et couleur par défaut
-------------------------------------------------------------- */

body { font-size: 75%; color: #663300; font-family:  Arial, Verdana, Helvetica, sans-serif; }

/* Headings
-------------------------------------------------------------- */

/* On utilise h1 pour afficher le logo du site, il ne faut donc pas le paramétrer ici */
h2 { font-size: 2.1em;  margin: 0 0 0.75em 0; color:#550000; border-bottom: 1px solid #550000; font-style: italic; background:url(/images/interface/puce_h.png) no-repeat left; text-indent:29px; font-family: "Times New Roman", Times, serif;
}
h2.Picto-visites { font-size: 2.5em;  margin: 0 0 0.75em 0; color:#FFF; border-bottom: 1px solid #FFF; font-style: italic; background:none;/*background:url(/images/interface/picto-titre.png) no-repeat left; */text-indent:29px; font-family: "Times New Roman", Times, serif;
}
h3 {color: #460201; font-family: Times New Roman; font-size: 1.7em; font-style: normal; margin: 1.5em 0 0.75em; text-decoration: none; text-align:left !important;}
.carte {background:url(/images/interface/puce_h.png) no-repeat left; text-indent:29px;}
h4 { font-size: 1.5em; font-weight: normal; text-decoration:none; margin: 0 0 0.75em 0; color:#FFF; font-style: italic; }
h5 { font-size: 1.3em; font-weight: normal; text-decoration:none; margin: 0 0 0.75em 0; color:#FFF; font-style: italic; }

h5.accueil { width: 70%; float: left;}

h6.offrePromotionnelle { width: 25%; float: right; border: 2px dotted #FFF; padding: 6px; text-align: center;}
h6.Forfaits { text-indent: 25px; font-size: 1.2em; font-weight: bold;}
h6 { font-size: 1.1em; font-weight: normal; text-decoration:none; }
em {color:#550000; font-size:small; font-weight: bold;}
strong {color:#550000;}

/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1.2em; margin: 0 0 1em 0; text-align: left; }
p.last      { margin-bottom: 0; }
p img       { border: 1px solid #FFF; }

ul, ol      { margin: 0; }
ul          {
		list-style-image: url(/images/interface/puce.png);
}
li { margin-top:5px; margin-left:20px;}

ul.SeminaireDetails { list-style-position: inside; text-indent: 25px;}
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1em; font-style: italic; }
del         { color: #666; }

/* Default links */
a			{ position: relative; z-index: 1; }
a           { color: #826033; text-decoration: underline; font-weight: bold; }
a:focus, 
a:hover     { color: #370000; text-decoration: underline; }
a:visited   { }
/* */

sup 		{ vertical-align: top;}
sub			{ vertical-align: bottom;}
blockquote  {
	font-style: italic;
	text-align: justify;
	color: #fff;
	background: #67A5B9;
	padding: 1em;
	border: 1px dashed #FFFFFF;
	margin-bottom:10px;
}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1em 0 0 0; white-space: pre; }
pre,code,tt { color: #666; font: 1em "Monika", "script", "andale mono", "monotype.com", "lucida console", monospace; line-height: 1; } 
tt          { display: block; margin: 1em 0 0 0; line-height: 1; }


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin: 0 0 1.875em 0; line-height: 1.875em; }
.large      { font-size: 1.4em; line-height: 2.5em; margin: 0 0 1.25em 0; }
.top        { margin-top: 0; padding-top: 0; }
.bottom     { margin-bottom: 0; padding-bottom: 0; }


/* Forms
-------------------------------------------------------------- */

input,select,textarea  { font-size: 0.8em; color: #000; font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; }

.tableau { border: thin dashed #99CC33;}
.textetableau { color:#99CC33;}
.textetableau2 { color:#67A5B9; font-size:14px;}
td { padding:10px;}

.clearer{clear:both;}

.textemenu{ font-family:Arial, Helvetica, sans-serif; color:#003300; }
.titremenu{ font-family:"Times New Roman", Times, serif; color:#663300; font-size:18px; font-weight: bold; }
.menu { border: thin dashed #99CC33; background-color: #E9FFD2; }
table a { color:#4B0000 !important;}
#lang a { text-decoration:none;}
#lang a:hover { color:#fff;}
