/* Police */
@font-face {
	font-family:"Old London";
	src: url('/style/olondon-webfont.eot');
    src: url('/style/olondon-webfont.eot?#iefix') format('embedded-opentype'),
         url('/style/olondon-webfont.woff') format('woff'),
         url('/style/olondon-webfont.ttf') format('truetype'),
         url('/style/olondon-webfont.svg#OldLondonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Style général des balises */
body {	
	width:1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("/img/background.jpg");
	color:#5E4A2C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

table {
	font-size:12px;
	margin:0 0 5px 0;
}

img {
	border: none;
}

a {
	color: #5E4A2C;
	background-color:inherit;
	font-weight:bold;
	text-decoration:none;
	outline-style:none;
}

a:hover {
	color:#B07E5B;
	background-color:inherit;
	text-decoration:underline;
	cursor:pointer;
}

a img,:link img,:visited img { 
	border:none;
}

h1, h2, h3, h4 {
	margin:0;
}

h1, h2 , .titre, h2 a {
	font-family: "Old London", "Old English", "Old English Text MT";
	font-weight:normal;
}
h1, .titre {
	text-align:center;
	font-size: 30px;
	margin-bottom: 25px;
}
.titre h1 {
	display:inline;
}

h2, h3, h4 {
	margin-top:10px;
	margin-bottom:5px;
}

h2 {
	font-size: 24px;
}

h2.ssTitre {
	display:block;
	text-align:center;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-decoration:underline;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

p, .cr p:first-letter {
	text-align: justify;
	margin:0 0 5px 0;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

p:first-letter {
	padding-left: 25px;
	font-size: 24px;
	font-family:"Old London", "Old English", "Old English Text MT";
}

ol, ul, li {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	list-style-position: inside;
}

br {
	clear:both;
}

blockquote {
    font-family: "Old London","Old English","Old English Text MT";
    font-size: 20px;
    text-align: center;
}

/* Styles communs */
.breadcrumb {
	font-size:10px;
	background-color: #EBE5CD;
	text-align: left;
	margin:0 15px;
	border-radius:5px;
	padding: 10px;
    margin: 0 15px 15px;
}

.contenu {
	position: relative;
	width:1000px;
	margin: 10px 0 10px 0;
	text-align: left;
}

.logo {
	height: 230px;
	text-align: center;
	vertical-align: middle;
	background-color: #7F6D57;
	padding-top: 10px;
	background-image: url("/img/top.jpg");
}

.ligne {
	height: 37px;
}

.menu {
	width:880px;
	text-align:center;
	height: 37px;
	background-image: url("/img/bois_clair.gif");
	margin:auto;
	padding:0;
}

.menu  ul {
	list-style-type: none;
	overflow:auto;
	margin:0;
}

.menu  li {
	float:left;
	line-height:37px;
	margin: 0;
}

.menu  a {
	display:block;
	width:110px;
}

a.mActif {
	background-image: url("/img/bois_fonce.jpg");
	color:#EBE5CD;
}

.corps {
	padding: 10px;
	background-color: #EBE5CD;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	overflow:auto;
	border-radius:5px;
}
.box {
	background-image: url("/img/bordure.jpg");
	text-align:center;
	padding-bottom:20px;
}

.pied {
	clear:both;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	background-image: url("/img/bottom.jpg");
	background-position: bottom;
	padding-top:10px;
}

.info {
	text-align:center;
	font-size:10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
}
.cp {
	clear:both;
	font-size:10px;
	padding-top:10px;
	text-align:center;
}
#optim  {
	color:#EBE5CD;
	padding-top:15px;
}



/* Messages */
.msg {
	border:3px solid #7F6D57;
	background-image: url("/img/msg.gif");
	overflow:auto;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	-moz-border-radius:5px;
}
.msg {
	margin: auto auto 20px;
	width:800px;
	padding:20px;
}
.msg h2 {
	margin-top:0;
}
h2.cr:first-letter, .msg h2:first-letter {
	font-size:36px;
}

.msg p , .msg span {
	font-weight:bold;
}
.msg a {
	text-decoration:underline;
}
.msg span {
	float:right;
}

/* Sommaire (liste) */
ol.summary {
	font-size:24px;
	font-family:"Old London", "Old English", "Old English Text MT";
	list-style-type:upper-roman;
	margin: 0 0 30px;
}
.summaryAlt {
	list-style-type:upper-alpha !important;
}
.summary h2, .summary h3, .summary h4 {
	display:inline;
}
.summary  li {
	margin-top:5px;
	margin-bottom:20px;
	clear:both;
}

.summary ol, .summary ul {
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.summary ol {
	list-style-type:upper-alpha;
}
.summary ul li {
	list-style-type:disc;
	margin-bottom:0;
}
.summary ol ol{
	list-style-type:lower-alpha;
}

/* Facebook */
div.fbFan {
	width:798px;	
	height:155px;
	overflow:hidden;
	text-align:center;
}
div.fbFan iframe {
	border:none; 
	overflow:hidden; 
	width:800px; 
	height:260px;
	margin:-1px;
}

/** Images */
.image  {
	font-style:italic;
	font-weight:600;
	text-align:center;
	padding:15px;
	display:table;
	margin: auto auto 10px;
	overflow:visible;
	width:auto;
}
.image img, .image object {
	display:block;
}
.inline {
	display:inline-table;
	margin:0 40px 10px;
	vertical-align: middle;
}

/** Comptes rendus */
ul.cr {
	list-style-type:none;
}
ul.cr li {
	margin-left:0;
}
h2.cr {
	margin-top:20px;
}
h3.cr {
	padding-left:25px;
	margin-top:15px;
}