

/**	DOCUMENT		**/
* {
	margin:0px;
	padding:0px;
	/*font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;*/
}
html {
	height: 100%;
}
body {
	height:100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: black;
	
/*	background-image: url(../im/header_bg.png);*/
	background-image: url(../im/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/*background-color: #33200A;*/
	background-color: #563219;

	text-align: center;
	border:0px outset white;
	direction: ltr; /** Très important !! Pour Safari */
}


/**	BALISES	**/
img {
	border: 0px none;
}
input, textarea {
	width: 300px;
	height: 24px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	background-image: url(../im/input_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #333333;
}
textarea {
	overflow: auto;
	height: auto;
}
td {
	direction: ltr; /** Très important !! */
}
label {
	cursor: pointer;
}

/**	LIENS	**/
a {
	color: #33200A;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	color: #7F6040;
	text-decoration: underline;
}

/**	SPECIAL	**/
.hide, .loader {
	display: none;
}
.checkbox, .radio {
	border: 0px none;
	vertical-align: middle;
}


/****  CONTENU FLASH   ****/
#flashcontentHeader, 
#flashcontent, 
.flashcontent {
	text-align: center;
	vertical-align: middle;
	color: #999999;
	font-size:11px;
	letter-spacing: 0px;
}
#flashcontentHeader {	/* Id */
	width: 900px;
	height: 170px;
	text-align:center;
	color:#FFFFFF;
}
#flashcontent {	/* Id */
	width: 642px;
	height: 457px;
}
.flashcontent {	/* Classe */
}
#flashcontentHeader a, 
#flashcontent a, 
.flashcontent a {		/* liens */
	color:#FFFFFF;
	text-decoration: none;
}
#flashcontentHeader a:hover, 
#flashcontent a:hover, 
.flashcontent a:hover {	/* Liens over */
	text-decoration: underline;
}

.flashcontentPromo {
	color: #999999;
	font-size:11px;
	letter-spacing: 0px;
}
#flashcontentPromo {	/* Id */
	width: 143px;
	height: 100px;
	text-align:left;
}
.flashcontentNv {
	color: #999999;
	font-size:11px;
	letter-spacing: 0px;
}
#flashcontentNv {	/* Id */
	width: 143px;
	height: 100px;
	text-align:left;
}


/**	STRUCTURE DE LA PAGE	**/

/* 	Conteneur général pour alignement dans navigateur */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	text-align: center;
	height: auto;
/*	border:1px solid blue;*/
}
/* Conteneur principal */
#main {
	width:100%;
	height:auto;
	text-align:left;
/*	border:1px solid red;*/
}
/* En-tête */
#header {
	width: 930px;
	height: 184px;
	vertical-align: top;
	text-align: center;	
/*
	background-image: url(../im/header_logo.png);
	background-position: center 10px;
	background-repeat: no-repeat;
*/
/*	border:1px solid green;*/
}
#header img {
	margin-top: 15px;
}

/* Page */
#page {
	vertical-align: top;
	text-align:left;
	width: auto;
	height: auto;
	vertical-align:top;	
/*	border:1px solid yellow;*/
}
/** Colonnes (droite, gauche et foot)*/
#colonnes {
	height: 848px;
	direction: rtl; /** Très important !! */
}
#colg {
	vertical-align: top;
	float: left;
	width: 200px;
	height: 100%;
/*	border:1px dashed green;*/
}
#cold {
	vertical-align: top;
	width: 744px;	
/*	height: 100%;*/
/*	border:1px dashed red;*/
}
#col_bot {
	height: 105px;
}


/* Colonne marron (à droite) */
#colg_1_conteneur {
	height: 100%;
	width: 145px;
	float: right;
}
#colg_1_top, #colg_1, #colg_1_bot {
	width: 145px;
}
#colg_1_top {
	height: 46px;
	background-image: url(../im/col_left_top.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#colg_1 {
	background-image: url(../im/col_left_bg.png);
	background-position: top right;
	background-repeat: repeat-y;
}
#colg_1_bot {
	height: 105px;
/*
	background-image: url(../im/col_left_bot.png);
	background-position: top right;
	background-repeat: no-repeat;
*/
}
/* Colonne noire (à droite) */
#colg_2_top, #colg_2, #colg_2_motif, #colg_2_bot {
	width: 145px;
}
#colg_2_top {
	height: 50px;
	background-image: url(../im/col2_left_top.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#colg_2_motif {
	height: 456px;
	background-image: url(../im/col2_left_bg_motif.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#colg_2 {
	background-image: url(../im/col2_left_bg.png);
	background-position: top right;
	background-repeat: repeat-y;
}
#colg_2_bot {
	height: 19px;
	background-image: url(../im/col2_left_bot.png);
	background-position: top right;
	background-repeat: no-repeat;
}
/* Contenu de la colonne de gauche */
#colg_2_conteneur {
	position: absolute;
	height: 700px;
	width: 200px;
	margin-top: 40px;
	padding-right: 0px;
}
#colg_2_content {
	position: absolute;
	width: 165px;
	height: 660px;
	top: +23px; 
	left: +23px;
}
/* séparateur dans la colonne */
#colg_2_content div.sep {
	text-align: center;
	margin: 18px 0px;
}
#colg_2_content div.sep img {
	width: 26px;
	height: 8px;
}


/**	Colonne de droite (haut) */
#cold_top {
/*	position: relative;*/
	width: 744px;
	padding-bottom: 48px !important; /* pour décalage en dessous du menu */
	padding-bottom: 0px;
}
/**	Colonne de droite (contenu) */
#cold_content {
	float: left;
	width: 730px;
	height: 100%;
	background-color: #896b4b !important;
	background-color: #7f6040;
	background-image: url(../im/content_bg.png);
}
#cold_content_right {
	float: left;
	width: 14px;
	height: 100%;
	background-image: url(../im/col_right_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
}
/**	Colonne de gauche (bas) */
#colg_bot {
	float: right;
	width: 145px;
	height: 105px; 
	background-image: url(../im/col_left_bot.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/**	Colonne de droite (bas) */
#cold_bot {
	float: left;
	width: 680px;
	height: 105px; 
	background-image: url(../im/col_right_bot.png);
	background-position: bottom right;
	background-repeat: repeat-x;
	text-align: center;
}
#cold_bot_sep {
	height: 59px;
	background-image: url(../im/bg_sep.png);
	background-position: bottom right;
	background-repeat: repeat-x;
	margin-bottom: 8px;
}
#cold_bot a, #cold_bot a:hover {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	color: black;*/
	color: #33200a;
	letter-spacing: 0px;
	text-decoration: none;
}
#cold_bot a:hover {
	text-decoration: underline;
}
#cold_bot_right {
	float: left;
	width: 64px;
	height: 105px;
	background-image: url(../im/col_right_bot_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}




/* Contenu de la page */
#content {
/*position: relative;*/
	width: 705px;
	height: auto;
	margin-top: 16px;
	margin-left: 16px;
	vertical-align: top;
	text-align: justify;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2e1b06;
/*	color: black;*/
	letter-spacing: 0px;
	line-height: 1.5em;	
/*	border: 1px dashed blue;*/
}
/* Contenu de gauche */
#content_colg, #content_colg_accueil {
/*	display: inline;*/
	float: left;
	width: 511px;
	vertical-align: top;
/*	border: 1px dashed red;*/
}
#content_colg_accueil {
	width: 353px;
}
/* Contenu de droite */
#content_cold, #content_cold_accueil {
	float: right;
	width: 178px;
	margin-left: 0px;
	vertical-align: top;
/*	border: 1px dotted red;*/
}
#content_cold_accueil {
	width: 336px;
}



/* Pied de page */
#footer, #footer a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a6c4c;
	letter-spacing: 0px;
	text-decoration: none;
}
#footer {
/*position: relative;*/
	height: 50px;
	padding-left: 203px;
	text-align: left;
/*	border: 1px solid green;*/
}
#footer a {
}
#footer a:hover {
/*	color: #999999;*/
	text-decoration: underline;
}

/**	STRUCTURE DE LA PAGE (fin)	**/





/**	TITRES	**/
.titreHeader {
	margin-top: 20px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
}
.titre1 {
	margin-top: 20px;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	text-transform:uppercase;
}
.titre2 {
	margin-top: 20px;
	color: #f2b700;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
}
.titre3 {	
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing:-1px;
	line-height:1.2em;
}
.titre4 {
	color: #8A5F2F;
	font-size: 14px;	
	line-height:1.8em;
	font-weight: bold;
}
.titre5 {
	color: #333333;
	font-size: 12px;	
	line-height:1.2em;
}
.titre6 {	
	color: #009900;
	font-size: 18px;
	font-weight: bold;
}

/** fckeditor styles **/
h1{
	color:#666666;
	font-size:12px;
	font-weight:normal;
}

h2 {
	color:#666666;
	font-size:14px;
	font-weight:normal;
}

h3 {
	color:#FFCC00;
	font-size:12px;
	font-weight:normal;
}

h4 {
	color:#009900;
	font-size:14px;
	font-weight:normal;
}

h5{
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

h6{
	color:#0000CC;
	font-size:12px;
	font-weight:normal;
}



/**	TEXTES	**/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.gras {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.bleu {
	color: #003333;
}
.bleuclair{
	color:#3399cc;
}
.gris {
	color: #666666;
}
.grisclair {
	color: #cccccc;
}
.styleDefaut{
	text-align:justify;	
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
p strong{
	font-size: 12px;
}
#art_content p{
	width: 630px;
	margin-top:0px;
	margin-bottom:0px;
}
p,br {
	line-height:1.5em;
	font-size: 12px;
}
br {
}
p.parag1, li.parag1 {
	color: white;
	font-size: 13px;
	word-spacing: 0px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
p ul {
	list-style-position: outside;
}
li.parag1 {
	margin-left: 20px;
}

/**	DIVERS	**/
hr {
	height: 1px;
	color: #666666;
	border: 0px none;
	border-top: 1px solid #666666;
}
hr.sep_bleu {
	color: #003333;
	border-top: 1px solid #003333;
}
hr.sep_gris {
	color: #333333;
	border-top: 1px solid #333333;
}

/*************************************
			Accueil
*************************************/
#img_fond_edito{
	width:351px; 
	height:296px; 
	background-image:url(../im/bg_tasse_edito.jpg);
	background-position:center; 
	background-repeat:no-repeat;
}
/*************************************
			Accueil
*************************************/
.redac{
	color:#FFF3DD;
}
/*************************************
			Plan du site
*************************************/
.plan_site{
	color:#000000;
	font-weight:bold;
	margin:5px;
	line-height:1.5em;
}
/*************************************
		Contacts
*************************************/
#contacts{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position:relative;
	line-height:1.5em;
	margin-left:100px;
	margin-top:25px;
	text-align:center;
	float:left;
	font-size:12px;
}
