/**	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: #FFFFFF;

	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 !! */
}
/*
#content td {
	border: 1px solid #CC3366;
}
*/
label {
	cursor: pointer;
}

/**	LIENS	**/
a{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	color:#FE9B00;
}

#main a{
	color:#0250A5;
	text-decoration:none;
	cursor:pointer;
}

#main a:hover{
	color:#0250A5;
	text-decoration:underline;
}

/**	Formulaires	**/
form {
	padding: 0px;
	margin: 0px;
}
form.form th, form.form td, form.form label,
form.form input, form.form textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
}
form.form th {
	text-align: left;
	vertical-align: top;
	padding:3px;
	padding-top: 6px;
}
form.form td {
	text-align: left;
	vertical-align: top;
}
form.form label {
	margin: 0px;
	padding: 0px;
}
form.form label.required {
}
form.form input, form.form 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-weight: normal;
	font-size: 12px;
	color: #333333;
}
form.form textarea {
	overflow: auto;
	height: auto;
}
form.form div.errOff, #frm_contacts div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
form.form div.errOn {
	display: block;
}
form.form button.btn {
	border:0px none;
	width:100px;
	height:56px;
	background-color: white;
	cursor: pointer;
}
form.form fieldset {
	padding : 10px;
	padding-top: 15px;
	margin-top: 15px;
   margin-bottom : 15px;
	border: 1px solid #CCCCCC;
}
form.form legend {
	font-weight : bold;
	padding-left: 5px;
	padding-right: 5px;
}

div.formMessOk {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #69B83E;
	font-weight: bold;
	color: #69B83E;
}
div.formMessErr {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #D45353;
	font-weight: bold;
	color: #D45353;
}
div.errOff, div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
div.errOn {
	display: block;
}




/**	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: 1025px;
	height: 191px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#flashcontent {	/* Id */
	position:absolute;
	width: 100%;
	height: 191px;
	text-align:center;
}
.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/matrice_bg_motif.gif);
	background-position: top left;
	background-repeat: repeat;
	height:auto !important;
	height:100%;
	width:100%;
	min-width:1024px;
	min-height:900px;
	/*border:1px solid red;*/
}

#bg_global{
	width:1024px;
	height:191px;
	background-image: url(../im/matrice_bg_top2.png);
	background-repeat:no-repeat;
	background-position: top center;
}

/* Colonne des ombres left and right */
#bg_global_left{
	background-image: url(../im/matrice_bg_top_left2.png);
	background-repeat: repeat-x;
	height:190px;
	/*border:1px solid blue;*/
}
#bg_global_right{
	background-image: url(../im/matrice_bg_top_right2.png);
	background-repeat: repeat-x;
	height:91px;
	/*border:1px solid blue;*/
}
#matrice_bg_man{
	background-image: url(../im/matrice_bg_man.png);
	background-repeat: no-repeat;
	width:539px;
	height:269px;
}

/* Conteneur principal */
#main{
	margin-top:-30px;
	width:900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#content_shadow_l{
	background-image: url(../im/matrice_content_shadow_l.png);
	background-repeat: repeat-y;
	width:9px;
	height:5px;
}
#content_shadow_r{
	background-image: url(../im/matrice_content_shadow_r.png);
	background-repeat: repeat-y;
	width:9px;
	height:5px;
}
#content{
	padding: 20px 10px 10px 10px;
	background-color:#F5F5F5;
	height:500px;
	min-height:500px;
	width:100%;
}
#content_partenaires{
	background-color:#E8E8E8;
	width:100%;
}
#content_bg_b_l{
	background-image: url(../im/matrice_content_bg_b_l.png);
	background-repeat: no-repeat;
	width:26px;
	height:30px;
}
#content_bg_b_m{
	background-image: url(../im/matrice_content_bg_b_m.png);
	background-repeat: repeat-x;
	width:100%;
	height:30px;
}
#content_bg_b_r{
	background-image: url(../im/matrice_content_bg_b_r.png);
	background-repeat: no-repeat;
	width:26px;
	height:30px;
}
#content_bg_h_l{
	background-image: url(../im/matrice_content_bg_h_l.png);
	background-repeat: no-repeat;
	width:26px;
	height:30px;
}
#content_bg_h_m{
	background-image: url(../im/matrice_content_bg_h_m.png);
	background-repeat: repeat-x;
	width:100%;
	height:30px;
}
#content_bg_h_r{
	background-image: url(../im/matrice_content_bg_h_r.png);
	background-repeat: no-repeat;
	width:26px;
	height:30px;
}

/* Menu */
#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	text-align:center;
}
#menu_bg_l{
	background-image: url(../im/matrice_menu_bg_l.png);
	background-repeat: no-repeat;
	width:26px;
	height:39px;
}
#menu_bg_r{
	background-image: url(../im/matrice_menu_bg_r.png);
	background-repeat: no-repeat;
	width:26px;
	height:39px;
}
#menu_bg_m{
	background-image: url(../im/matrice_menu_bg_m.png);
	background-repeat: repeat-x;
	width:100%;
	height:39px;
}
.matrice_menu_btn_on_l{
	float:left;
	background-image: url(../im/matrice_menu_btn_on_l.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	width:2px;
	height:39px;
}
.matrice_menu_btn_on_m{
	float:left;
	background-image: url(../im/matrice_menu_btn_on_m.gif);
	background-repeat: repeat-x;
	background-position:bottom left;
	width:auto;
	height:28px !important;
	height:39px;
	padding-top:10px;
	padding-left:7px;
	padding-right:9px;
}
.matrice_menu_btn_on_r{
	float:left;
	background-image: url(../im/matrice_menu_btn_on_r.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	width:2px;
	height:39px;
}
.matrice_menu_btn_off_l{
	float:left;
	width:2px;
	height:39px;
}
.matrice_menu_btn_off_m{
	float:left;
	width:auto;
	height:28px !important;
	height:39px;
	padding-top:10px;
	padding-left:7px;
	padding-right:9px;
}
.matrice_menu_btn_off_r{
	float:left;
	width:2px;
	height:39px;
}
.matrice_menu_sep_off{
	float:left;
	background-image: url(../im/matrice_menu_sep.png);
	background-repeat: no-repeat;
	width:3px;
	height:38px;
}
.matrice_menu_sep_on{
	float:left;
	background-image: none;
	width:3px;
	height:38px;
}
#menu a.lien, #menu a.lien2{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	cursor:pointer;
	text-decoration:none;
}
#menu a.lien2{
	color:#000000;
}
#menu a:hover.lien, #menu a:hover.lien2{
	color:#000000;
	text-decoration:none;
}
#matrice_car{
	position:absolute;
	margin-right:350px !important;
	margin-right:-40px;
	/*margin-top:-90px;*/
	text-align:right;
	/*border:1px solid red;*/
}

/* Pied de page */
#partenaires{
	position:relative;
	height:75px;
	width:100%;
	/*border:1px solid red;*/
}
#footer{
	position:relative;
	height:20px;
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:2px;
}
#footer_adr{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/**	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;
}

/**	TEXTES	**/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.gras {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.bleu {
	color: #02589c;
}
.bleuclair{
	color:#3399cc;
}
.marron {
	color: #745519;
}
.rouge {
	color: #ac0000;
}
.noir {
	color: #000000;
}
.gris {
	color: #808080;
}
.grisclair {
	color: #cccccc;
}
.orange{
	color: #FE9500;
}
.styleDefaut{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-align:justify;
}
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;
}

p.parag1, li.parag1 {
	color: white;
	font-size: 13px;
	word-spacing: 0px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
ul {
	padding: 10px 0px 10px 0px;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
li.parag1 {
	margin-left: 20px;
}

li {
	margin: 0px 0px 17px 0px;
	background-image: url(../im/puce_li.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
}

/**	DIVERS	**/

.puce {
	vertical-align: middle;
}

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;
}

/****** Title ******************/
h1 {
	padding: 10px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#02589c;
	font-size:30px;
	letter-spacing: -1px;
	background-image: url(../im/puce_h1.gif);
	background-position:0px 16px;
	background-repeat:no-repeat;
	padding-left:30px;
	/*border: 1px solid #66CCCC;*/
}

h2 {
	padding: 5px 0px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#D85F03;
	letter-spacing: -1px;
	font-size:22px;
}

h3 {
	padding: 10px 0px 10px 0px;
	color:#02589c;
	font-size:16px;
	font-weight:normal;
	/*border: 1px solid #9999FF;*/
}

h4 {
	color:#D85F03;
	font-size:14px;
	line-height: 17px;
	font-weight: bold;
	background-image: url(../im/puce_h4.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding-left:20px;
}

h5{
	color: #D85F03;
	letter-spacing: -1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.3em;
	background-image: url(../im/puce_h5.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding-left:25px;
	font-weight:normal;
}

h6{
	color: #D85F03;
	letter-spacing: -1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.3em;
	background-image: url(../im/puce_h5_orange.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding-left:25px;
	font-weight:normal;
}

/*
h6{
	color:#D85F03;
	font-size:12px;
	font-weight:normal;
}
*/
