/*******************************************************************************
    GENERAL
*******************************************************************************/
body {
    background: #f3ebdb url('../img/fond.jpg') repeat-y;
    color: #404040;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 0;
    padding: 0;
}

a {
    color: #f5603a;
    text-decoration: underline;
}

a:hover {
    color: #c2300c;
    text-decoration: none;
}

a img {
    border: 0;
}



/*******************************************************************************
    CONTENEUR
*******************************************************************************/
#conteneur {
    width: 770px;
}



/*******************************************************************************
    ENTETE
*******************************************************************************/
#entete {
    background: url('../img/separation.jpg') no-repeat left bottom;
    height: 210px;
}

#entete img {
    position: absolute;
    left: 26px;
    top: 20px;
}

#lienIntro {
    height: 20px;
    padding: 20px 20px 0 0;
    text-align: right;
}

#menuHaut {
    background: url('../img/fond_menu_haut.gif') no-repeat;
    float: right;
    height: 44px;
    list-style-type: none;
    margin: 106px 0 0 0;
    padding: 0;
    width: 480px;
}

#menuHaut li {
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 44px;
    padding-left: 18px;
    width: 102px;
}

#menuHaut li.current {
    font-weight: bold;
}

#menuHaut a {
    color: #404040;
    text-decoration: none;
}

#menuHaut a:hover {
    color: black;
    text-decoration: underline;
}



/*******************************************************************************
    CENTRE
*******************************************************************************/
#centre {
    background: url('../img/pecheur.jpg') no-repeat right bottom;
}

#centre hr.separation {
    clear: left;
    visibility: hidden;
}



/*******************************************************************************
    GAUCHE
*******************************************************************************/
#gauche {
    background: url('../img/fillette.jpg') no-repeat left top;
    color: #c0c0c0;
    float: left;
    padding: 143px 10px 0 10px;
    width: 180px;
}

#menuGauche {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuGauche li {
    border-bottom: 1px solid #bb7664;
    color: #e4c8c1;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

#menuGauche li.last {
    border: none;
}

#menuGauche li a {
    color: #e4c8c1;
    text-decoration: none;
}

#menuGauche li a:hover {
    color: white;
    text-decoration: underline;
}

#menuGauche li.current {
    color: white;
    font-weight: bold;
    text-decoration: none;
}



/*******************************************************************************
    BREADCRUMBS
*******************************************************************************/
.breadCrumbs {
    color: #808080;
    display: block;
    font-size: 10px;
    margin: 0;
    padding: 10px 20px;
    text-align: right;
}

.breadCrumbs li {
    background: none !important;
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}

.breadCrumbs li.lastCrumb {
    color: black;
    font-weight: bold;
}



/*******************************************************************************
    CONTENU
*******************************************************************************/
#contenu {
    margin-left: 200px;
    padding: 45px 75px 100px 75px;
}

#contenu p, #contenu li {
    line-height: 18px;
    text-align: justify;
}

#contenu .gauche {
    float: left;
    margin-right: 20px;
    /*margin-bottom: 10px;*/
}

#contenu .droite {
    float: right;
    margin-left: 20px;
    /*margin-bottom: 10px;*/
}

#contenu h1 {
    border-bottom: 1px solid #dfdfdf;
    border-left: 10px solid #dfdfdf;
    color: black;
    font-size: 16px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-bottom: 10px;
}

#contenu h2 {
    color: #932607;
    font-size: 14px;
}

#contenu dl {
    margin: 0 0 20px 0;
    padding: 0;
}

#contenu dt {
    display: block;
	width: 100px;
	float: left;
	background: url('../img/puce1.gif') no-repeat center right;
	padding-right: 14px;
}

#contenu dd {
    margin-left: 120px;
}

#contenu ul {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

#contenu li {
    background: url('../img/puce1.gif') no-repeat 0 2px;
    margin: 0;
    padding: 0 0 0 14px;
}



/*******************************************************************************
    PIED
*******************************************************************************/
#pied {
    background: url('../img/separation.jpg') no-repeat left top;
    clear: both;
    font-size: 9px;    
    height: 60px;
    padding-top: 20px;
}

#isics {
    display: block;
    float: right;
    margin-right: 10px;
}

#copyright {
    color: #a97263;
    float: left;
    width: 200px;
    text-align: center;
}

#menuBas {
    list-style-type: none;
    margin: 0 0 0 210px;
    padding: 0;
}

#menuBas li {
    color: #c0c0c0;
    display: block;
    float: left;
    margin-right: 10px;
}

#menuBas li.current {
    font-weight: bold;
}

#menuBas a {
    color: #c0c0c0;
}



/*******************************************************************************
    RSS
*******************************************************************************/
p.dlRss {
    background: transparent url('../img/rss.png') 0 5px no-repeat;
    border-top: 1px solid #dfdfdf;
    display: block;
    padding: 5px 0 5px 33px;
}



/*******************************************************************************
    PAGER
*******************************************************************************/
.pager {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    clear: right;
    list-style-type: none;
    margin: 0 0 10px 0 !important;
    padding: 5px 0 !important;
    text-align: center;
}

.pager li {
    background: none !important;
    display: inline;
    margin: 0 2px !important;
    padding: 0 !important;
}



/*******************************************************************************
    DIAPORAMA
*******************************************************************************/
.diaporama {
    text-align: center !important;
}

.diaporama p {
    font-weight: bold;
    text-align: center !important;
}

.diaporama a.agrandir {
    background: white url('../img/loupe.gif') no-repeat center left;
    padding-left: 21px;
}

.diaporama a.image {
    background-color: transparent !important;
    display: block;
    margin: 5px 0;
}

.diaporama a.image img {
    border: 1px solid #eee;
}

.diaporama ul {
    font-size: 12px;
    list-style-type: none;
    margin: -5px 0 10px 0;
    padding: 0;
}

.diaporama li {
    background: none !important;
    display: inline;
    margin: 0 5px;
    padding: 0 !important;
}

.diaporama li.courant {
    font-size: 150%;
    font-weight: bold;
}



/*******************************************************************************
    LISTE DES BREVES
*******************************************************************************/
form#formListeBreves {
    margin-bottom: 10px;
}



/*******************************************************************************
    FORMULAIRE
*******************************************************************************/
.formulaire1 p {
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
}

p.erreur {
    background: url('../img/erreur.gif') no-repeat center left;
    color: red;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 5px 0 !important;
    padding-left: 15px !important;
}

p.erreur2 {
    background: url('../img/erreur.gif') transparent no-repeat center left;
    border-right: 1px solid red;
    border-top: 5px solid red;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0 5px 0 !important;
    padding: 0 0 0 17px !important;
}

.formulaire1 .fieldset {
    /*background-color: #e1e2f5;*/
    background: transparent url('../img/fond_fieldset.gif') top left repeat;
    border-top: 10px solid #932607;
    border-right: 1px solid #dfdfdf;
    border-bottom: 10px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    
    margin: -8px 0 10px 0;
    padding: 5px 10px 0 10px;
}

.formulaire1 label {
	width: 100px;
	float: left;
	text-align: right;
	background: url('../img/puce1.gif') no-repeat center right;
	margin-right: 5px;
	padding-right: 14px;
}

.formulaire1 textarea {
	/*width:50%;*/
	/*height:15em;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: white;
	border: 1px solid #aaa;
	padding:3px;
}

.formulaire1 input {
   font-family: Arial, Helvetica, sans-serif;
}

input .textField {
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
	width:50%;
}

.formulaire1 select {
   font-family: Arial, Helvetica, sans-serif;
}

.formulaire1 .asterisque {
   color: red;
   font-size: 12px;
   font-weight: bold;
   vertical-align: top;
}

.formulaire1 .champObligatoire {
   font-size: 10px;
   margin: -8px 0 0 0 !important;
   padding: 0 !important;
   text-align: right !important;
}



/*******************************************************************************
    FORUM
*******************************************************************************/
table.forumTopics th {
    background-color: #932607;
    color: white;
    font-weight: bold;
    padding: 5px;
}

table.forumTopics td {
    border: 1px solid #dfdfdf;
    padding: 2px;
}

table.forumTopics tr.ligne1 td {
    background-color: #dfdfdf;
}

table.forumTopics td.repliesCount {
    text-align: center;
}

h3.forumMessageTitle {
    background-color: #932607;
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

p.forumMessage {
    border: 1px solid #dfdfdf;
    margin: 0;
    padding: 10px;
}

a.forumMessageReplieWithQuote {
    background-color: #dfdfdf;
    display: block;
    margin-bottom: 10px;
    padding: 2px;
}



/*******************************************************************************
    NEWSLETTER
*******************************************************************************/
.newsletterMsg {
    color: white;
    font-weight: bold;
}



/*******************************************************************************
    GALERIE
*******************************************************************************/
ul.galerie {
    height: 270px;
    list-style-type: none;
    margin: 20px 0 !important;
    padding: 0;
}

* html ul.galerie {
    margin-left: -3px; /* Correction du bug des 3 pixels */
}

ul.galerie li {
    background: white !important;
    border: 1px solid #932607;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 198px;
}

ul.galerie li p {
    background-color: #efefef;
    border-top: 1px solid #932607;
    height: 60px;
    line-height: 20px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 2px;    
    text-align: left !important;
}

ul.galerie li.photo1 {
    margin-right: 20px !important;
}

* html ul.galerie li.photo1 {
    margin-right: 17px !important;
}


/*******************************************************************************
    MEMBER
*******************************************************************************/
.member {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.member img {
    border: 1px solid #dfdfdf;
}

.memberlast {
    border: none;
    margin: 0;
}
