/* CSS reset */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
	color: #000;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del,ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	*font-size: 100%;
}
/* fin CSS reset */
/*-------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
/* Mise en page */
#Page {
    height: 100%;
	width: 750px;
	padding: 0 5px;
}
#Haut {
	height: 88px;
}
#Menu {
	float: left;
	width: 150px;
}
#MenuGauche{
	padding-left: 5px;
}
#Titre{
	float: right;
	width: 550px;
	margin-top: 30px;
}
#Contenu {
	clear: both;
	padding-left: 200px;
}
#piedContenu {
	font-size: 0.83em;
	text-align: center;
	border-style: none;
	border-top-style: solid;
	border-top-color: #890E10;
	border-top-width: 1px;
	padding-top: 5px;
	margin-top: 5em;
}
#Contenu div {
	margin: 10px;
}
/* -- */

a, a:hover, a:active, a:visited {
	color: #890E10;
}

p {
	margin-top: 1em;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #9D1D1C;
	margin-top: 20px;
	padding-top: 0px;
	margin-bottom: 8px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #9D1D1C;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

strong, b {
	font-weight: bold;
	color: #600B0B;
}

li {
	list-style-position: outside;
	text-align: justify;
	margin-top: 0.5em;
	padding-right:12px;
}

/* -- */
.Presentation{
	padding-top: 3em;
}
.bLiens{
	padding-bottom: 250px;
}
.bLiens div{
	float: left;
	width: 230px;
	height: 135px;
	border: 1px solid #C3C3C1;
	padding: 65px 6px 4px;
	text-align: center;
	line-height: 200%;
}
.bLiens div a{
	font-size: 16px;
	font-weight: bold;
	color: #9D1D1C;
}
.clear_float {
	clear: both;
}
.MsgErreur {
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.MsgAvert {
	font-size: 16px;
	font-weight: bold;
}
.gras {
	font-weight: bold;
}
.PlusGrand{
	font-size: 120%;
}
.RougeCDS {
	color: #9D1D1C;
}
.BleuCDS {
	color: #1C1D9D;
}