/*  CSS - La Table des Templiers */

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

/* GENERAL INFOS */
body{ background-color:#e2e0c4; }
img { border:0px; }

/* LIENS */
a:link {color: #919267; text-decoration: none; font-size: 10pt;font-family:'Verdana'; font-weight:bold;}
a:visited {color: #919267; text-decoration: none; font-size: 10pt;font-family:'Verdana'; font-weight:bold;}
a:active {color: #919267; text-decoration: none; font-size: 10pt;font-family:'Verdana'; font-weight:bold;}
a:hover {color: #919267; text-decoration: underline; font-size: 10pt;font-family:'Verdana'; font-weight:bold;}

a.lienbloc {color: #000000; text-decoration: none; font-size: 9pt; font-weight:bold; font-family:'Verdana';}
a.lienbloc:hover {color: #000000; text-decoration: underline; font-size: 9pt; font-weight:bold; font-family:'Verdana';}

a.carte {color: #919267; text-decoration: none; font-size: 9pt;font-family:'Garamond';}
a.carte:hover {color: #919267; text-decoration: underline; font-size: 9pt;font-family:'Garamond'}

a.copy {color: #505050; text-decoration: none; font-size: 9pt;font-family:'Garamond';}
a.copy:hover {color: #505050; text-decoration: underline; font-size: 9pt;font-family:'Garamond'}

a.part {color: #4c6926; text-decoration: none; font-size: 10pt;font-family:'Arial MT'; font-weight:300;}
a.part:hover {color: #4c6926; text-decoration: underline; font-size: 10pt;font-family:'Arial MT'; font-weight:300;}

/* TEXTES */
.texte {color: #505050; text-decoration: none; font-size: 10pt;font-family:'Verdana';}
.texte_presentation {color: #505050; text-decoration: none; font-size: 10pt;font-family:'Book Antiqua';}
.texte_presentation_titre {color: #505050; text-decoration: none; font-size: 12pt;font-family:'Book Antiqua';}
.contact {color: #505050; text-decoration: none; font-size: 14pt;font-family:'Garamond';}
.contact_titre {color: #505050; text-decoration: none; font-size: 18pt;font-family:'Garamond';}
.carte {color: #505050; text-decoration: none; font-size: 9pt; font-family:'Book Antiqua';}
.carte_menu_texte {color: #505050; text-decoration: none; font-size: 11pt; font-family:'Book Antiqua';}
.copyright {color: #505050; text-decoration: none; font-size: 9pt;font-family:'Garamond';}

/* CONTAINER */
.container
{
	padding-top: 30px;
	width:800px;
	background-color:#FFFFFFF;
	margin:auto;
}

/* HEADER */
.header
{
	width:800px;
	height: 138px;
	margin:auto;
}

.logo {
width: 159px;
height: 138px;
float: left;
}

.imageheader {
width: 641px;
height: 138px;
float: left;
}

/* MENU */
.menu
{
	width:800px;
	height: 43px;
	margin:auto;
}

.ligne {
    width: 1px;
	height: 43px;
    background-color:#b5ad6b;
	float: left;
}

.bloc {
width: 159px;
height: 43px;
background-color:#919364;
float: left;
}

.menu1 {
width: 134px;
height: 43px;
float: left;
}

.menu2 {
width: 102px;
height: 43px;
float: left;
}

.menu3 {
width: 86px;
height: 43px;
float: left;
}

.menu4 {
width: 95px;
height: 43px;
float: left;
}

.menu5 {
width: 90px;
height: 43px;
float: left;
}

.menuvide {
width: 134px;
height: 43px;
float: left;
}

#navigation {
	
	padding-left: 40px;
	list-style-type:square;
	margin: 0;
	padding: 0;
	display:inline;
	width:auto;
	}
	
/* CONTENU */
.content
{
	width: 800px;
	min-height:600px;
	background-image:url(img/fond.gif);
	background-repeat:no-repeat;
}

.content_presentation
{
	width: 800px;
	background-image:url(img/fond_presentation.gif);
	background-repeat:repeat;
}

.content_historique
{
	width: 800px;
	background-image:url(img/fond_historique.gif);
	background-repeat:repeat;
}

.titre 
{
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

.carte_menu 
{
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom:10px;
}

.contenu_texte
{
	padding-left: 10px;
	padding-right: 10px;
}

.contenu_texte_presentation
{
	padding-left: 30px;
	padding-right: 30px;
}

.colonne_gauche
{
	width: 140px;
	float: left;
	padding-left: 10px;
}

.colonne_droite
{
	width: 640px;
	float: left;
	height:auto;
}
