/*********************
* FEUILLE DE STYLE CSS
* PAGE : style.css
**********************/
* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: #ffffff;
	font-family: Verdana, Arial, Tahoma;
	color: black;
	font-size: 12px;
}
#global {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#overDiv {
	z-index: 1000;
	position: absolute;
}
#bandeau {
	height: 102px;
}
#logo {
	height: 100px;
	width: 140px;
	float: left;
}
#banniere {
	height: 76px;
	margin-bottom: 2px;
}
/**********************
* MENU
**********************/
#menu {
	text-align: center;
	vertical-align: bottom;
	background: black;
	color: white;
}
#menuul {
	border: none;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 0 0;
}
#menuul li {
	display: inline;
	list-style: none;
	margin: 0 3px;
	/*border: solid 1px black;*/
	padding: 3px 7px;
	background: #446688;
	text-align: center;
	color: white;
}
#menuul li:hover {
	background: #223344;
	color: white;
}
#ukflag {
	position: relative;
	top: 1px;
	left: 2px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: white;
}
#menu a:hover, #menu a:active {
	color: yellow;
	background: #223344;
}
#menu a img {
	border: none;
}
/*****************
* CONTENU DE PAGE
*******************/
/* INTRO */
#flashDiv {
	border: solid 1px #223344;
	width: 600px;
	height: 400px;
	margin: 150px auto 0 auto;
	text-align: center;
}
#subFlash {
	text-align: center;
	font-size: 11px;
}
#subFlash a:link, #subFlash a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #446688;
}
#subFlash a:hover, #subFlash a:active {
	color: #223344;
}

#content {
	/*clear: both;*/
	padding: 5px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #446688;
}
#content a:hover, #content a:active {
	color: #223344;
}
/* les colonnes */
#col1 {
	width: 490px;
	float: left;
}
#col2 {
	width: 490px;
	float: right;
}
/* les pavés */
h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #223344;
	margin-bottom: 12px;
	border-bottom: solid 1px #446688;
}
h1:first-letter {
	font-size: 22px;
}
.right h1 {
	text-align: right;
}
cite {
	font-style: italic;
	/*font-family: Tahoma;*/
	font-weight: bold;
	font-size: 13px;
}
.pave {
	clear: both;
}
div .left {
	background: url('../graphs/jpg/borderleft.jpg') top left repeat-y;
	padding: 10px 0 10px 24px;
	margin: 0 20px 20px 0;
}
div .right {
	background: url('../graphs/jpg/borderleft.jpg') top right repeat-y;
	padding: 10px 24px 10px 0;
	margin: 0 0 20px 20px;
}
.pave p, .pave ul {
	text-indent: 24px;
	text-align: justify;
	font-size: 13px;
	line-height: 1.25em;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.left img {
	float: left;
	margin: 0 10px 10px 0;
}
.right img {
	float: right;
	margin: 0 0 10px 10px;
}
h2 {
	margin: 12px 0 12px 0;
	font-weight: bold;
	font-size: 14px;
	color: #446688;
	text-decoration: underline;
}
.presimg {
	border: solid 1px #223344;
	padding: 4px;
	background: #ffffff;
}
.center {
	text-align: center;
}
.warning {
	color: red;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}

fieldset {
	border: solid 1px #446688;
	width: 700px;
	margin: 0 auto;
}
legend {
	background: #446688;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 10px;
	margin: 0;
}
.tel {
	font-weight: bold;
	font-size: 14px;
	padding: 12px 0;
}
#contactTab {
	width: 100%;
}
#contactTab th {
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}
.champs {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	padding: 1px 2px;
}
.butt {
	font-size: 13px;
}
.sand {
	background: #f9f8c8;
	padding: 7px;
	min-height: 167px;
}
.lgreen {
	background: #c8f9c9;
	padding: 5px;
	min-height: 167px;
}
.lblue {
	background: #e2f6fd;
	padding: 7px;
}
.lien {
	border-bottom: solid 1px #446688;
	margin: 0 20px;
	padding: 10px;
}
.linktitle {
	background: url('../graphs/gif/star.gif') top left no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #223344;
	text-indent: 20px;
	margin-bottom: 5px;
}
.linktext {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 5px;
}
#exttab {
	text-align: center;
	clear: both;
}
#exttab td {
	text-align: center;
	width: 292px;
}
.liDiv {
	background: #f9f8c8;
	padding: 7px;
	margin: 10px;
}
.liSign {
	border-bottom: solid 1px #223344;
	color: #223344;
	margin-bottom: 8px;
	font-size: 13px;
}
.liText {
	font-weight: 100;
	font-style: italic;
	font-size: 12px;
}
.banniere {
	border: solid 1px #223344;
}
/***********
* COPYRIGHT
***********/
#copyright {
	text-align: center;
	font-size: 10px;
	margin: 20px auto 10px auto;
	padding: 5px;
	clear: both;
	border-top: solid 1px #446688;
	width: 97%;
}
#copyright a:link, #copyright a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #446688;
}
#copyright a:hover, #copyright a:active {
	color: #223344;
}
