﻿/* @import url("layout.css"); */

body { margin: 0; padding: 0; font-family: "Courier New", Courier, monospace; font-size: medium; color: #000;  background-color: #cb8}

#container { width: 960px; margin: 0 auto; height: 100%; background-color: #cb8}

header { height: 95px; overflow: auto; width: 100%; margin-bottom: 20px; text-align: right; border-radius: 0 0 10px 10px; background-color: #c5d5e5}
header img { border-width: 0px;	float: left}
header h1 { text-align: center; height: 50px; margin-top: 0px}	
header p { font-size: small; margin: 0; margin-right: 1%}
	
nav { display: inline-block; vertical-align: top; width: 70px; left: 10px; height: 200px; background-color: #cb8}
nav ul { list-style-type: none; width: 100%; display: block; margin: 0; padding: 0}
nav li { display: block; border: 1px solid #cb8}
nav a { font-weight: bold; text-decoration: none; color: #393939; padding: 5%; display: block;	border-bottom: 1px solid #f5f5f5}
nav a:hover { font-weight: bold; text-decoration: none; color: #393939; border-bottom: 1px solid #f5f5f5; background-color: #dc9}

section { display: inline-block; vertical-align: top; width: 880px; min-height:300px; border-radius: 10px 10px 0 0; margin-left: 0px; padding: 0px; background-color: #fff}
section h2 { text-align: center; font-size: medium}

#menu_deroulant { display: inline-block; vertical-align: top}
#retour_region { position: relative; left: 25px; top: 31px; width: 60px}
#menu_villes { display: inline-block; vertical-align: top}
#index { padding-left: 15px} 

figure { display: inline-block; /*width: 405px;*/ margin-left: 15px; padding: 0; vertical-align: top; text-align: center;
margin-left: 15px; padding: 0; vertical-align: top}
figcaption { text-align: center; width: 300px} 

aside { display: inline-block; vertical-align: top; margin-top:20px; margin-left: 10px;/*text-align: center;*/ width: 400px; border:1px solid #c5d5e5}

footer { clear: both; width: 91%; overflow: hidden; border-radius: 0 0 10px 10px; margin-top:20px; margin-left:79px; padding-top: 1%; padding-right: 0; padding-bottom: 1%; padding-left: 1%; background-color: #cdf; text-align: center; font-size: small}
footer a {	color: #393939;	text-decoration: underline}
footer a:hover { color: #393939; text-decoration: none}

a {	color: #393939;	text-decoration: underline}
a:hover { color: #78a;	text-decoration: underline}

.style_bold { font-weight: bold}
.style_italic {	font-style: italic}
.style_texte_centre { text-align: center}
.style_texte_small { font-size: small}
.technique { font-size:small; font-style: italic}
/* importé de style_14-18.css pour le C du texte d'intro du site 14-18 */
.lettrine { float: left; position: relative; font-size: 2em; color: black; padding-left: 2px; margin-right: 2px; border:2px black solid;}