﻿/*Feuille CSS 07_01 - copyright web-13*/
/*GENERAL*/
/*on fixe la taille des polices pour IE*/
html {
	font-size: 100%;
}
/*on supprime toutes les marges*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E9F3F2;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /*les tailles en ems permettent le redimensionnement des textes*/
}
a {
	text-decoration: none;
}
span {
	font-weight: bold;
}
/*CONTENU*/
#container {
	min-width: 800px; /*on fixe une largeur mini et maxi*/
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(agence-pelerinage.jpg); /*on onsère l'image de fond*/
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image: url(agence-pelerinages-1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 1.5em;
	text-indent: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4B5CF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #264F42;
	font-family: "Times New Roman", Times, serif;
}

img
{
	border-width: 0px;
}

img.noir
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
#header {
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	color: white;
	height: 100px;
	text-indent: 15px;
}
#header h1 {
	text-indent: -5000px; /*pour que les robots et les navigateurs texte lisent le nom sans qu'il soit affiché*/
	line-height: 0px;
}
#domain {
	text-align: right;
	font-size: 150%;
	font-weight: bold;
	color: white;
	height: 50px;
	padding-right: 15px;
}
#localisation {
	font-size: 85%;
	text-align: left;
	text-indent: 15px;
	line-height: 25px;
}
#global .left, #global .right, #global .center .scroll {
	height: 45em; /**************************MODIFIE LA HAUTEUR DE LA PAGE*******************************/
}
#global .left {
	width: 200px;
	float: left;
	text-align: left;
	background-image: url(agence-pelerinages-2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
ul {
	list-style-type: none;
}
#global .left a {
	display: block;
	width: 190px;
	line-height: 1.5em;
	padding-left: 10px;
	font-weight: bold;
	color: #264F42;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669999;
}
#global .left a:hover {
	color: white;
	background-color: #699;
}
#global .right {
	width: 250px;
	float: right;
	text-align: left;
	background-image: url(agence-pelerinages-2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#global .right p {
	text-align: justify;
	color: white;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}
#global .center {
	margin-right: 260px;
	margin-left: 210px;
}
#global .center img{
	margin-bottom: 5px;
	margin-left: 5px;
}
#global .center .scroll {
	overflow: auto;
}
#global .center p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696;
	text-align: justify;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#global .center span {
	color: #063;	
}
#footer {
	clear: both;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4B5CF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #A4B5CF;
	font-size: 85%;
	color: #476785;
	background-image: url(agence-pelerinages-2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 1.8em;
	margin-bottom: 15px;
	margin-top: 2em;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

