/* CSS Document */
/*caractéristiques générales*/
body {
	background-image: url(../images/fond2.gif);
	color: #303030;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left
}
a {
	color: #1517FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0001A2;
	text-decoration: underline;
}
p {
	line-height: 1.5em;
	margin: 0 0 15px;
}
/*format de texte*/
.intro {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
}
.petit {
	font-size: 0.8em;
}
.large {
	font-size: 1.4em;
}
.centre {
	text-align: center;
}
.droite {
	text-align: right;
}
.gras {
	font-weight: bold;
}
.italique {font-style: italic;
}
.vert {
	color: #006E01;
}
.rouge {
  color:#af0000;
}
/*** page entière ***/
#page {
	width: 100%;
	text-align: left;
	color: #303030;
	margin: 0 auto 0 auto;
	max-width: 950px;
	min-width: 770px;
	padding: 0;
}
/*bord d'écran*/
.bord {
	background: #8b8b8b url(images/piedpagebg.jpg) top left repeat-x;
	clear: both;
	color: #d0d0d0;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	width: 100%;
}
.bord a {
	color: #E0DFFF;
	font-weight: bold;
	text-decoration: underline;
}

/*entête*/
#entete {
	float: left;
	color: #E0DFFF;
	margin: 0 10px 20px 20px;
	text-align: left;
	background-color: #0058B5;
}
#nomsite {
	font-weight: 400;
	font-size: 45px;
	letter-spacing: -2px;
	padding-top: 20px;
	margin: 0;
	padding: 0;
}
#logo {
	float: right;
	border: 2px solid #E0DFFF;
	margin: 5px 15px 6px;
	padding: 5px;
	width: 74px;
	height: 69px;
}
/*milieu*/
#milieu {
	clear: both;
	font-size: 0.9em;
	padding: 0;
}
.infranavigation {
	background-color: #fffaf0;
	border: 1px solid    #909090;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	padding: 5px;
	margin: 0 200px 10px 20px;
}
/*caractéristiques de la colonne de droite*/
#coldroite {
	margin: 0;
	padding: 0 10px 10px;
	width: 165px;
	float: right;
	margin-left: 10px;
}
#coldroite h1 {
	color:    #505050;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 12px;
}
#coldroite h2 {
	font-size: 1.1em;
	margin: 0 0 20px;
}
#coldroite p {
	font-size:    0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 10px;
}
/*recherche*/
#recherche {
	background: #DBDBFF;
	border: 1px solid #909090;
	color: #303030;
	margin: 0;
	padding: 5px 4px 4px 10px;
	width: 155px;
	float: right;
}
/*** menu de la colonne de droite ***/
.nav {
	background: #0058B5;
	border: 1px solid #b0b0b0;
	color: #E0DFFF;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	width: 150px;
}
.nav:hover, .active {
	background: #DBDBFF;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}
.sub {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 125px;
}
#validation {
	display: block;
	border:none;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	width: 140px;
}
/*** bloc de texte ***/
#texte {
	background-color: #fafcff;
	border: 1px solid    #909090;
	color: #2a2a2a;
	padding: 15px 20px 5px;
	margin: 0 200px 0 20px;
	text-indent:10px;	
}
#texte h1, h2 {
	background-color: inherit;
	color: #990000;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
}
#texte h1 {
	font-size: 20px;
}
#texte h2 {
	font-size: 18px;
}

/*menu de navigation*/
.navcontainer {
	margin: 10px 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}
.navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
.navlist li {
	display: inline;
	list-style-type: none;
}
.navlist a {
	padding: 3px 10px;
}
.navlist a:link, .navlist a:visited {
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}
.navlist a:hover {
	color: #000000;
	background-color: #DBDBFF;
	text-decoration: none;
}

/*divers*/
.miniature {
	float: left;
	width: 52px;
	height: 55px;
}
.clearingdiv {
	clear: both;
	height: 20px;
	width: 1px;
}
.hide {
	display: none;
}
