/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 07
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */

/* ============================  Général  ============================== */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif; /*Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;*/
	/*font-size: .8em;*/
	line-height: 1.25; 
	color: #FBFFBF;
	background: #000; 
}
/* =========================== Contenu principal  ======================== */
#global {
	width:  980px;
	margin: 0 auto;
	z-index: 1;
}
/*================================ en-tête =================================*/
#entete {
	height: 140px;
	padding: 20px;
	margin: 0 0 0 0;
	background-color: #A44111;
}
#entete a {
	color: #FBFFBF;
	text-decoration: none;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
/* ============================== les Actualités ========================== */
#actu {
	margin: -2px 0 10px 0;
	padding: 15px 20px 10px 10px;
	background-color: #A44111;
	/*background: transparent url(images/bandeaularge.png) repeat-y top ;*/
}
#actu p, #actu td {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
	text-align: center;

}
#actu a {
	color: #FBFFBF;
	text-decoration: underline;
}
#actu  a:hover, #actu a:focus {
	color: #FBFFBF;
	text-decoration: none;
}
#actu img { border: none }

/* ============================ Correspondance =========================== */
fiedlset {	/*	Le formulaire	*/
	margin: 0;
	padding: 0;
}
.contact {	
	float: left;
	list-style-type: none;
	padding:0;
	margin:0;
	width:400px;
	display: block;
}

#contact {	/* Messages de retour */
	margin: 0; 
	padding: 10px; 
	background: #FFFFD8 ; 
	color: #851E16;
}
.l130 { width: 130px;}
.l150 { width: 150px;}
.l180 { width: 180px;}
.l50 { width: 50px;}

#contact > :first-child {
	margin-top: 10px;
}
#contact p, #contact li {
	line-height: 1.5;
}
#contact a {
	color: #000;
	text-decoration: underline;
}
#contact a:hover, #contact a:focus {
	color: #851E16;
	text-decoration: none;
}

.retourformulaire {	/*	le retour	*/
	width:880px;
	margin:auto;
	border:solid 1px #800000;
	background-color:#E3E3E3;
}
.mailheaders {
	border-bottom:solid 1px #800000;
	padding:0px 10px;
}
.message {
	padding:0px 10px;
	font-family:"Courier New", courier;
}
/* ============================ Situation Cartographie =========================== */
.carto { 
	width:600px; 
	height:400px; 
	margin: auto;
	border: solid #9c0031; 
	border-width: thin; 
}
#map { text-align:center;}

/* ============================ Calcul d'itinéraires =========================== */
#contenuiti {width:790px;		/* ?	*/
	min-height: 400px;
	background-color:#FFE6BF;
	margin-left: 180px;		/* ?  sans menu droit    */
}
* html #contenuiti {height: 400px} /* pour forcer la hauteur mini dans ie6 */
#contenuiti td {text-align:left;}

.iti {font-size: .9em; }
#carte { width: 500px; height: 400px; border: 1px solid #9c0031; margin: 2px;}
#itineraire { width: 200px; height: 400px; border: 1px solid #9c0031; max-width: 200px; 
margin: 2px; overflow: auto; /*width: auto;*/ text-align: left; font-size: .7em;}

.etapes {text-align: left;/* font-size: .6em;*/}

.grasnoprn {text-align:center; color:#800000; font-weight:bold;}
.gras {text-align:center; color:#800000; font-weight:bold;}
.hlp {color:#000000; font-family:times new roman; }
.tableau {
	width:100%;
	border-style:none;
	text-align: center;
}

/* ======================== Les images agrandies ======================== */
#hautimages {
	height: 40px;
	padding: 20px;
	margin: 0;
	background-color: #A44111;
}
#hautimages h2 {
	text-align: center;
	margin: 10px auto 10px auto;
}
#images {
	background: #000;
	margin: 10px auto 10px auto;
	text-align: center;
}
#images a {
	text-decoration: none;
}
#images img {
	border: none;
}

#basimages {
	margin: 0;
	padding: 10px; 
	background-color: #A44111;
}
#basimages p {
	text-align: center;
	font: .8em verdana, sans-serif; 
}
#basimages a  {
	color: #FFF;
	text-decoration: underline;
}
#basimages a:hover, #basimages a:focus {
	text-decoration: none;
}
/* ======================== Module Administration ======================== */
#admin {
	padding: 10px 20px; 
	background: #FFFFD8;
	color: #851E16;
	font: .9em verdana, sans-serif; 
}
#retour {
	margin: 0 0 10px 0;
	background-color: #FFFFD8;
}
#retour a {
	color: #000;
	text-decoration: none;
	font-size: 110%; 
	margin-left: 30px;
}
#retour a:hover, #retour a:focus {
	color: #851E16;
	text-decoration: none;
	font-size: 110%;
}
.champ {
	width: 300px;
}
/* ============ Bloc central contenant #navigation et #contenu ============== */
#centre {
	width: 100%; 
	overflow: hidden; 
}
/* ============ Navigation : sur feuille de style séparée ================== 
.profil {
	line-height: 1.5;
	margin: 5px 10px;
	text-align:center;
}
.profil p {
	margin: .3em;
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
.profil h3, .profil h4 {
	margin: .4em 0 .4em 0;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
	font-style: italic;
}
.profil a  {
	color: #FFF;
	text-decoration: underline;
}
.profil a:hover, .profil a:focus {
	text-decoration: none;
}*/
/* ====================== Contenu = rédaction des pages =================== */
#conteneur {background: #FFFFD8; margin: auto; width: 900px;}
#conteneur h2 {color: #800000;}
#contenu {
  height: 100%;
	margin-left: 225px;
	padding: 10px 15px; 
	background: #FFFFD8; 
	color: #851E16;
}
#contenuexpo {
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
	padding: 10px 15px; 
	background: #FFFFD8; 
	color: #851E16;
}
/* #contenu img {border: none;} 
#contenu > :first-child {
	margin-top: 10px;
}*/
#contenu p, #contenu li, #contenu td {
	font-size: 1em;
	line-height: 1.5;	/*text-align: justify;*/
}
#contenu a {
	color: #000;
	text-decoration: underline;
}
#contenu a:hover, #contenu a:focus {
	color: #851E16;
	text-decoration: none;
}
#sce {
	background: #FFFFD8; 
	color: #851E16;
}
#sce a {
	color: #000;
	text-decoration: underline;
}
#sce a:hover, #sce a:focus {
	color: #851E16;
	text-decoration: none;
}
#sce a:visited {
	color: #0000CC;
	text-decoration: none;
}
/* ====================== Contenu spécifique aux plans =================== */
#contenucarto{
	margin-left: 225px; /*230px;*/
	padding: 10px 20px; 
	background: #FFFFD8; 
	color: #851E16;
}
#contenucarto > :first-child {
	margin-top: 10px;
}
#contenucarto p, #contenucarto li {
	line-height: 1.5;
}
#contenucarto a {
	color: #000;
	text-decoration: underline;
}
#contenucarto a:hover, #contenucarto a:focus {
	color: #851E16;
	text-decoration: none;
}
/* ==================== Fin du bloc 'centre' =============== */
/*======================= Pied de page ===================== */
#pied {
	margin: 10px 0 0 0;
	padding: 15px 0 10px 0;
	background-color: #A44111;
	font: .7em verdana, sans-serif; 
	text-align: center;
}
#pied a  {
	color: #FFF;
	text-decoration: underline;
}
#pied a:hover, #pied a:focus {
	text-decoration: none;
}
/* =============== Eventuelle mention du copyright ============= */
#copyright {
	background-color: #A44111;
	/*background: transparent url(images/bandeaularge.png) repeat-y top ;*/
	margin: -2px 0 0 0; /* 8px 0 0 0;*/
	padding: 0 0 10px 0;
	font: .7em verdana, sans-serif; 
	text-align: center;/*left;*/
}
/*
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
*/

/* =================> Diverses décorations <==================== */
/* ---------------------  Coins arrondis ----------------------- */
.arrondi {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	 
}
.arrondib {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 0 0 10px 10px;	 
}
.arrondih {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px 10px 0 0;	 
}
q {color: #000;}
.milieu {text-align:center;}
.gauche {text-align:left;}
.droite {text-align:right;}
.alinea {
margin-left:30px;
text-indent:-20px;
}
.prn {display:none;}
#prn {display:none;}
#noborder {border-style:none;}
.legende {
	font: italic .8em Georgia, "Bitstream Vera Serif", Norasi, serif;
	color: #000;
}
.noir {
	color: #000;
}
.commdroit { 
font-family:comic sans ms, helvetica; 
font-size:90%; 
color:#008f00; 
text-align:center;
 }


/*#ttr {
margin-left:1em;
border-style:none;
}*/

/* ---------------------  Alignement d'image --------------------*/
.ImgD { float:right; margin:0 0 10px 15px; border-style:none; }	/* Position d'images à droite */
.ImgG { float:left; margin:0 15px 10px 0; border-style:none; }	/* position d'images à gauche */
.ImgDb { float:right; margin:0 0 10px 15px; border-style: solid; border-width:thin; }	/* idem + bordure */
.ImgGb { float:left; margin:0 15px 10px 0; border-style: solid; border-width:thin; }	/* idem + bordure */
/* ------------------------- Liens sur images ------------------	*/
a img { border: none; }
/* ------------------- Positionnement des Titres	 -----------   */
h1, h2, h3, h4, h5, h6 {	margin: 1em 0 .5em 0;}
/* -------------------- Polices des Titres --------------------- */
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	font-style: italic;
}
h2 {font-size: 2em;
	font-style: italic;
}
h3 {font-size: 1.6em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.3em;
	font-weight: 500;}
/* --------------------- Les listes-------------------------- 	*/
ul, ol {
	margin: .75em 0 .75em 24px; padding: 0; 
}
ul {list-style: disc;} /*square;}*/
li {margin: 0; padding: 0;}
/* -----------------------Les Paragraphes --------------------- 	*/
p {margin: .75em 0; text-align: justify; }
li p, blockquote p {margin: .5em 0; }
/* ------------------------- Les Citations --------------------- */
blockquote {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {margin: .75em 0 .75em 24px;}
cite {font-style: italic;}
/* ---------------------- Autres décorations 'en ligne'  ------ 	*/
em {font-style: italic;}
strong {font-weight: bold;}
/* ---------- STYLES POUR CERTAINS CONTENUS DES GABARITS ------- */
pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
/* ----------- slide ---------------------------------------------------
#diapo { filter: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); overflow:hidden; }*/

/* ----------- english ---------------------------------------------------*/

