

/**	DOCUMENT		**/
* {
	margin:0px;
	padding:0px;
}
html {
	height: auto;
	width:auto;
}
body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: black;
	
	background-color: #F9BA4F;

	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 {
	cursor:pointer;
	color: #F5E194;
	text-decoration: underline;
	font-size: 1em;
}
a:hover {
	color: #F5E194;
	text-decoration: none;
}

/**	SPECIAL	**/
.hide, .loader {
	display: none;
}
.checkbox, .radio {
	border: 0px none;
	vertical-align: middle;
}


/****  CONTENU FLASH   ****/
#flashcontentHeader, 
#flashcontent, 
.flashcontent {
	text-align: center;
	vertical-align: top;
	color: #999999;
	font-size:11px;
	letter-spacing: 0px;
}
#flashcontentHeader {	/* Id */
	width: 960px;
	height: 201px;
	text-align:center;
	color:#FFFFFF;
}
#flashcontent {	/* Id */
	width: 642px;
	height: 457px;
}
.flashcontent {	/* Classe */
}
#flashcontentHeader a, 
#flashcontent a, 
.flashcontent a {		/* liens */
	color:#F5E194;
	text-decoration: underline;
}
#flashcontentHeader a:hover, 
#flashcontent a:hover, 
.flashcontent a:hover {	/* Liens over */
	text-decoration: none;
}

.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	**/
#bg_repeat{
	background-image: url(../im/bg_side.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height:100%;
	width:100%;
}

#bg_global{
	width:100%;
	height:100% !important;
	height:auto;
	background-image: url(../im/matrice_bg_cols.jpg);
	background-repeat:no-repeat;
	background-position: top center; 
	min-height:1000px;
}

/* Colonne des ombres left and right */
#global_col_left{
	float:left;
	background-image: url(../im/matrice_col_left.png);
	background-repeat: repeat-y;
	width:10px;
	height:100%;
	/*border:1px solid blue;*/
}

#global_col_right{
	float:right;
	background-image: url(../im/matrice_col_right.png);
	background-repeat: repeat-y;
	width:10px;
	height:100%;
	/*border:1px solid blue;*/
}

/* 	Conteneur général pour alignement dans navigateur */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 100%;
	text-align: center;
	/*border:1px solid blue;*/
}
/* Conteneur principal */
#main {
	width:960px;
	height:100%;
	text-align:left;
	/*border:1px solid blue;*/
	background-color:#FFFFFF;
	/*float:left;*/
}

/* En-tête */
#header {
	width: 960px;
	height: 201px;
	vertical-align:top;
	text-align: center;	
}
#header img {
	/*margin-top: 15px;*/
}

/* Page */
#page {
	text-align:left;
	height:auto;
}

#content{
	width:960px;
}

#bg_rub{
	position:absolute;
	background-image: url(../im/matrice_bg_title.png);
	background-repeat: no-repeat;
	width:960px;
	height:73px;
	z-index:1;
	margin-top:-4px;
}

#bg_rub img{
	position:relative;
	margin-top:13px;
	margin-right:7px;
	float:right;
}

/* Pied de page */
#footer, #footer a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer {
	text-align:center;
	background-image: url(../im/footer_bg.jpg);
	background-repeat: no-repeat;
	width:960px;
	height:32px;
}
#footer #pos{
	padding-top:8px;
}

/**	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:#000000;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:500;
}

h2 {
	color:#666666;
	font-size:14px;
	font-weight:normal;
}

h3 {
	color:#D14705;
	font-size:16px;
	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{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
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;
}

