﻿/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFF0CC;
	color:#0000A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align:center;
    }
#borderwrap{
	border: 2px solid #FF8040;
	width:750px;
	margin:0 auto;
	padding:0;
}
#wrap {
	background:#FFF4D9;
	width:750px;
    }
#header {
	padding:0;
	height:112px;
	width:574px;
	float:left;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
#rightlogo {
    background: url(images/rightlogo.gif) no-repeat right top;
    float:right;
    width:176px;
	height:154px;
	padding:0;
    }
#main {
    background:#FFF4D9 url(images/?.gif) repeat-y 35px 5px;
    float:left;
    width:515px;
	padding: 0 15 10 15;
	margin:10 0 0 0;
	text-align:justify;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #FF8040;
    }

#main h1 {
	padding:5px 0 5px 0;
	margin:0;
	font-size: 14px;
    }
#main h2 {
    padding:0;
	font-size: 12px;
    }
#main h3 {
	padding:10 0 0 20px;
    font-size: 11px;
	background: transparent url(images/?.gif) no-repeat 0 150%;
    }
#main p {
	text-align:justify;
    }
#main ul {margin-top:0; padding-top:0;}

a:link, a:visited {font-weight:bold; color:#A60000;}
a:hover, a:active {font-weight:bold; color:#677897;}

.rightimage{float:right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px;}
.leftimage{float:left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px;}
.leftimageborder{float:left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px; border: thin inset #A60000;}
.rightimageborder{float:right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px; border: thin inset #A60000;}
.photoborder {border: thin inset #A60000;}
#smalltext{font-size: 10px; font-weight:bold;}
input, textarea, select {
	margin-bottom: 5px;
	background-color:#D8DFE9; 
	color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* NAVIGATION */
#nav {
	border-bottom: 2px solid #FF8040;
	border-top: 2px solid #FF8040;
	float:left;
	width:574px;
	height:18px;
	background:#004080;
	text-align:left;
    }
#nav ul{
	margin:0;
	list-style:none;
    }
#nav li{
	display:inline;
	margin:0;
	padding-left: 100px;
    }
#nav li a{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height:18px;
    }
#nav li a:link, #nav li a:visited{
	color: #FFFFCC;
    }
#nav li a:active, #nav li a:hover{
	color: #F4B800;
    }



/* RIGHT SIDE BAR */
#sidebar {
	background:#FFF4D9;
	float:right;
	width:200px;
	text-align:left;
    }
#sidebar ul {
    list-style: none;
	margin: 0;
	padding:0 10px;
    }
#sidebar li {
	background: transparent url(images/?.gif) no-repeat 0% 80%;
	padding: 6px 0 3px 20px;
}
#sidebar li a{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
    }
#sidebar li a:link, #sidebar li a:visited{
	color: #A60000;
    }
#sidebar li a:active, #sidebar li a:hover{
	color: #677897;
    }
#sidebar h3{
	font-size: 1.2em;
}
#sidebar h3, #sidebar p {
    padding:0 10px;
    }
/* side bar current */
#premier #sidebar-premier a,
#deux #sidebar-deux a,
#trois #sidebar-trois a {
	color: #677897;
}


/* FOOTER */
#footer {
	background:#FFBA75;
	clear:both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF8040;
	height:20px;
    }

#footer p {
	padding:3px;
	margin:0;
	text-align: center;
	font-style: normal;
	
    }
#footer a{
	text-decoration: none;
	font-size: 0.9em;
    }

#footer a:link, #footer a:visited{
	color: #660000;
    }
#footer a:active, #footer a:hover{
	color: #993300;
    }
