/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}
/*
body {
	margin-top: 40px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
}
*/
h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
    background-color: #ffffff;
    width: 892px;
    margin: 0 auto;
}

/* Header */
/*
#header {
	width: 892px;
	height: 215px;
	margin: 0 auto;
	background-color: #ffffff;
}
*/

#logo img {
    border: 0;
}


/* Title */
#title {
    padding: 0 30px;
    clear: both;
}

#title h1 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	color: #444444;
	border-bottom: 2px solid #EBEBEB;
	font-variant: small-caps;
}

#title .categorie {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #444444;
    display: block;
}

/* pub */
#pub {
    text-align: center;
}

/* Search */

#search {
	height: 45px;
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 120px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 892px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-y left top;
}

#page-bgtop {
    background: url(images/img05.jpg) no-repeat left top;
    background-color: #ffffff;
	padding: 0px 30px;
}

/* Content */

#toponglets {
    padding: 1px 10px;
}

#sansonglets {
    padding: 0 10px;
}

#content {
	float: left;
	width: 580px;
	background-color: #e0e0e0;
}

#content1 {
	background-color: #e0e0e0;
	padding-bottom: 5px;
}

#content h2, #content1 h2 {
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #110404;
}

#content h3, #content1 h3 {
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #110404;
}

#content h2:first-child, #content1 h2:first-child {
    border-top: 0;
    margin: 0;
    padding: 0;
}

#content .colgauche, #content1 .colgauche  {
    margin: 0 0 10px 0;
    float: left;
    border: 2px solid #ffffff;
    padding: 5px;
}

#content .colgauche:first-child, #content1 .colgauche:first-child  {
    margin: 10px 0 10px 0;
}

#content .colgauche {
    width: 260px;
}
#content1 .colgauche {
    width: 385px;
}

#content .coldroite, #content1 .coldroite {
    border: 2px solid #ffffff;
    padding: 5px;
}

#content .coldroite {
    margin: 10px 0 10px 285px;
    width: 260px;
}

#content1 .coldroite {
    margin: 10px 0 10px 412px;
    width: 385px;
}

#content .col, #content1 .col {
    padding: 5px;
    margin: 10px 0;
    clear: both;
    border: 2px solid #ffffff;
}

/* Sidebar */

#sidebar {
    float: right;
	width: 218px;
	/*padding-top: 30px;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url(images/img07.jpg) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #110404;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FF0000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */
#spacer {
    clear: both;
    background: #ffffff;
    padding-top: 10px;
    border: 1px solid #EBEBEB;
    text-align: center;
}
/*
#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: #000000 url(images/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}
*/
#footer p, #footer ul {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer ul#links li {
    display: inline;
    margin: 0 10px;
}

#footer a {
	text-decoration: underline;
	color: #202020;
}

#footer a:hover {
	text-decoration: none;
}


#map {
    overflow: hidden; 
    width: 260px; 
    height: 250px; 
    margin: 10px 0;    
}

#bigmap {
    overflow: hidden; 
    width: 800px; 
    height: 800px; 
    margin: 10px 0;    
}

#mediummap {
    overflow: hidden; 
    width: 560px; 
    height: 560px; 
    margin: 10px 0;    
}

.hauteurfixe {
    height: 250px;
    overflow: auto;
}

#login {
    padding: 10px 10px 0 0;
    text-align: right;
    clear: both;
}

#login-form, #login-form p {
    display: inline;
}

#login-form label {
    display: none;
}

#login ul {
    display: inline;
}

#login ul li {
    display: inline;
    margin: 0 5px;
}


dl.enligne dt {
    font-weight: bold;
    float: left;
    clear: both;
    margin-right: 1em;
}

dl.enligne dd {
}


dl.deuxlignes dt {
    font-weight: bold;
    margin-top: 5px;
}

dl.deuxlignes dd {
    margin-left: 20px;
}

#chemin {
}

#chemin li {
    display: inline;
    padding-left: 10px;
}

.gdecat {
    /*height: 80px;*/
    border: 1px solid #EBEBEB;
    margin: 10px;
}

.gdecat h2 {
    margin: 0px 0 0 140px !important;
    font-size: 150% !important;
    border: 0 !important;
}

.gdecat p {
    margin: 0 0 0 140px;
    line-height: 16px;
    height: 60px;
    overflow: auto;
}
.cat1 {
    background: url(image1.jpg) no-repeat;
}

.cat2 {
    background: url(image2.jpg) no-repeat;
}
.cat3 {
    background: url(image3.jpg) no-repeat;
}
.cat4 {
    background: url(image4.jpg) no-repeat;
}
.cat5 {
    background: url(image5.jpg) no-repeat;
}

.liste-etabs {
    border-collapse: collapse;
    border: 3px solid #EBEBEB;
    margin: 0;
}

.liste-etabs td {
    border: 1px solid #EBEBEB;
    padding: 3px;
}

.liste-etabs th {
    border: 3px solid #EBEBEB;
    padding: 5px;
}

p.message {
    color: red;
    margin: 3px;
    font-weight: bold;
}

table.inscription th {
    text-align: right;
}

table.inscription th, table.inscription td {
    padding: 3px;
}

div.edition p {
    text-align: justify;
    line-height: 130%;
    margin: 5px 0;
}

div.edition li {
    text-align: justify;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 10px;
    line-height: 130%;
}

.description {
    margin: 5px;
    text-align: justify;
}

.center {
    text-align: center;
}

p.normal {
    margin-bottom: 0;
}
