/**
 *	Feuille de style de base pour le site echalier
 *	définit les regles communes à tous les affichages
 *
 *	auteur : Pierre Tachoire, Kartoo SA, pierre@kartoo.com
 *	date : 07/12/2006
 */

/** {
	border: 1px solid black;
}*/

/* Définition de la police de base */
html, body {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#corps, #pied {
	width: 814px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

address {
	font-style: normal;
	margin-top: 15px;
	font-size: 0.9em;
	text-align: right;
	padding: 10px;
	color: #60B01F;
}

address a {
	color: #60B01F;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

form table {
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

form {
	text-align: left;
/*	margin-left: 10px;
	padding-left: 10px;*/
	padding: 10px;
}

form table tr th {
	text-align: right;
}

form table {
	margin-bottom: 10px;
	padding-bottom: 10px;
	table-layout: auto;
}

p {
	text-align: justify;
 	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

table tr td {
	vertical-align: top;
}

table tr th {
	font-weight: normal;
	font-style : italic;
}

input, textarea, select {
	border: none;
	border-bottom: 1px solid black;
	background-color: #EEEEEE;
}

input.obligatoire, textarea.obligatoire, select.obligatoire {
	background-color: lightsalmon;
}

textarea {
	width: 400px;
	height: 100px;

}

input {
	width: 200px;
}

form .file {
	width: 60px;
}

form .checkbox {
	width: 15px;
	height: 15px;
}

#content_alternate {
	clear: both;
}

#pied {
	clear: both;
	width: 814px;
	height: 27px;
}

#bandeau {
	width: 814px;
	height: 118px;
}

#inter {
	margin: 0px;
	padding: 0px;
	margin-left: 7px;
	margin-right: 7px;
/* 	background-image: url('../img/int_fd_fleur.jpg'); */
/* 	background-repeat: no-repeat; */
/* 	background-position: top right; */
}

ul#menu {

	margin: 0px;
	padding: 0px;
	list-style-type: none;

	margin-top: 70px;
	margin-bottom: 30px;

	float: left;
}

ul#menu li {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul#menu li#pdf {
	margin-top: 50px;
	margin-left: 10px;
}

#content p, #content_alternate p, #content ul, #content dl {
	font-size: 0.9em;
}

#content ul, #content dl {
	margin-top: 2px;
}

#content, #content_alternate {
	margin-right: 23px;
}

#content {
	margin-left: 240px;
	padding-top: 30px;
}

#logo {
	width: 124px;
	height: 126px;

	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;

	position: absolute;
	top: 60px;
	margin-left: 30px;

}

#bandeau #link {

	position: absolute;
	top: 23px;
	margin-left: 703px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 20px;
}

#bandeau #link a {
	color: #FFFFFF;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 2px;
}

#lettrine, #lettrine2 {
	font-style: normal;
	float:left;
	font-size: 5em;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.emphase {
	text-align: right;
}

.souligne {
	color: #60B01F;
	font-weight: bold;
}

#lettrine2 {
	font-size: 3em;
	font-weight: bold;
}

.super_emphase {
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.citation {
	font-style: italic;
	margin-top: 10px;
}

.espace {
	margin-top: 10px;
}

.more_espace {
	margin-top: 30px;
}

.strong {
	font-weight: bold;
}

.cadre {
	height: 35px;
	clear: both;
}

.cadre .left {
	width: 22px;
	height: 35px;
	background-repeat: no-repeat;
	float: left;
}

.cadre .right {
	width: 20px;
	height: 35px;
	background-repeat: no-repeat;
	float: left;
}
.cadre .content {
	height: 35px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	float: left;
	font-weight: bold;
	padding-top: 6px;
	width: 260px;
	text-align: center;
}

.cadre .content a, .cadre .content a:hover, .cadre .content a:visited {
	color: #FFFFFF;
	text-decoration : none;
	font-style: normal;
}

p.error {
	color : #EE1C23;
	margin-top: 20px;
}

.vignette {
	margin: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.vignette img {
	border: 1px solid black;
	padding: 1px;
}

.photo {
   width: 200px;
   height: 150px;
   overflow: hidden;
}

.pair {
   background-color: #EEEEEE;
}

.impair {
   background-color: #DDDDDD;
}

#copyright {
	text-align: center;
	margin-top: 2px;
	color: #000000;
	font-size: 0.9em;
}

h1.saviez {
	font-size: 1.5em;
	margin-bottom: 30px;
}

ul.saviez li {
	margin-top: 15px;
}

a.navigation {
	font-weight: bold;
	font-size: 1.2em;
}
