/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
/*
Kit graphique original : metamorph_temple
Modifié par Bishop
*/

/*-------- DÉBUT DE GÉNÉRAL ----------*/

* {
        margin: 0px;
        padding: 0px;
        }

body {
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
        padding-top: 30px;
        }

#content {
	margin: 0 auto;
	background: #ffffff;
	width: 778px;
	text-align: left;
        }

#main {
        width: 778px;
        padding-top: 10px;
        }

#back {
        width: 778px;
        padding-left: 10px;
        padding-right: 10px;
        background: #ffffff;
        }

/*-------- FIN DE GÉNÉRAL ----------*/



/*-------- DÉBUT DES TABLES 
XHTML = <table id="tab"> --*/

#tab, #tab caption {
         margin: auto;
         }

#tab {
         border-collapse: separate;
         border-spacing: 30px 10px;
         empty-cells: hide;
         }

/*-------- FIN DES TABLES ----------*/



/*-------- DÉBUT DU SPOILER ----------*/

/*-------- FIN DU SPOILER ----------*/



/*-------- DÉBUT DU HEADER ----------*/

#header {
	height: 433px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
        }

#logo {
        width: 758px;
        height: 348px;
        text-align: left;
        padding-left: 20px;
        padding-top: 20px;
        }

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
        }

#logo H2 a {
        font-size: 12px;
        }

/*-------- FIN DU HEADER ----------*/



/*-------- DÉBUT DU MENU ----------*/

#menu {
        width: 678px;
        height: 63px;
        padding-left: 210px;
        background: url(images/menu.gif) no-repeat;
        }

#menu ul {
	list-style: none;	
        }

#menu li {
	display: inline; 
	}

#menu a {
	float: left;
	width: 170px;
	height: 38px;
        display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 25px;
	font-size: 14px;
	text-transform: uppercase;
        }

#menu a:hover {
	width: 170px;
        height: 38px;
	color: #FFF8B3;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
        }

/*-------- FIN DU MENU ----------*/



/*-------- DÉBUT DE LA PAGE ----------*/

#right {
        float: right;
        width: 748px;
        padding-left: 10px;
        padding-right: 20px;
        }

#right H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #C5C5C5;
        }

#right a {
        color: #B66411;
        text-decoration: none;
        }

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
        }

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #B66411;
        }

#right ol, #right ul {
        margin-left: 30px;
        }

/*-------- FIN DE LA PAGE ----------*/



/*-------- DÉBUT DE BOUTON ----------*/
/*-------- Début de bouton1 ----------*/

div#bouton1 {
        text-align: center;
        width:220px; 
        height:54px; 
        margin-left: auto;
        margin-right: auto;
        background: url(images/title.gif) center center; 
        background-repeat: no-repeat; 
        font-family: Arial, Helvetica, sans-serif;
        color : #fff;
        font-size : 1.3em;  /* une taille à définir */
        } 

#bouton1 a {
        text-decoration : none;
        line-height : 50px;
        color : #fff;
        }

#bouton1 a:hover {
	text-decoration: underline;
        color : #fff;
        }

/*-------- Fin de bouton1 ----------*/


/*-------- Début de bouton2 ----------*/

div#bouton2 {
        text-align: center;
        width:400px; 
        height:54px; 
        margin-left: auto;
        margin-right: auto;
        background: url(images/title400.gif) center center; 
        background-repeat: no-repeat; 
        font-family: Arial, Helvetica, sans-serif;
        color : #fff;
        font-size : 1.3em;  /* une taille à définir */
        } 

#bouton2 a {
        text-decoration : none;
        line-height : 50px;
        color : #fff;
        }

#bouton2 a:hover {
	text-decoration: underline;
        color : #fff;
        }

/*-------- Fin de bouton2 ----------*/

/* XHTML
<div id="bouton1">Texte XXX</div>
*/

/*-------- FIN DE BOUTON ----------*/



/*-------- DÉBUT DE FOOTER ----------*/

#footer {
	height: 49px;
	width: 778px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 4px solid #B66411;
        }

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
        }

#footer a {
	color: #ffffff;
        }

/*-------- FIN DE FOOTER ----------*/



/*-------- DÉBUT DES LIENS ----------*/

a:link {
	color: #B66411;
        }

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

a:visited {
	color: #B66411;
        }

/*-------- FIN DES LIENS ----------*/


