@charset "UTF-8";
/* CSS Document */


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(pictures/stripe_6be1243db5a4b28044b2c6571f946a32.png);
	background-repeat: repeat;
}
a {
	outline: none;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clignote {
	text-decoration: blink;
	color:#FF6600;
	font-size: 16px;
}
.underline {
	text-decoration: underline;
}
h1 {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #1A3347;
}
h2 {
	color: #660000;
	padding-left: 10px;
}
#conteneur {
	background: #fff;
}

/* MENU TOP */
/*#menutop {
	background: #C0C0C0 url(pictures/menutop/no_flicker.jpg) repeat-x;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-image:url(pictures/menutop/no_flicker.jpg);
}
.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(pictures/menutop/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a {
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}
#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 {
	background-position:-600px 0px;
}
#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover {
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom;
}
#kwick1 a {
	background-position: left 0px;
}
#kwick1 a:hover {
	background-position: left -80px;
}
#kwick4 a {
	background-position: right -40px;
}
#kwick4 a:hover {
	background-position: right -120px;
}
/*

/*HEADER*/

#header {
	background-image: url(pictures/fond-head.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 95px;
	width: 100%;
}
.texteheader {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.titreheader {
	font-family: impact;
	font-size:2em;
	letter-spacing:3px;
	line-height:0.9em;
	margin:0pt;
	padding:5px 0pt 0pt;
	text-transform:capitalize;
	color: #F7F7F7;
	font-style: normal;
	font-weight: normal;
}

/*MENU*/
#menu {
	height: 40px;
	width: 100%;
	background-image: url(pictures/fond-menu.jpg);
	background-repeat: repeat-x;
}
#nav {
	padding-top: -5px;
}
#nav, #nav ul {
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:30px;
}
#nav a {
	display:block;
	padding:0px 5px;
	color:#fff;
	text-decoration:none;
	background-color:#D36A01;
	text-align: center;
	border: 1px solid #D36A01;
	background-image: url(pictures/bg.jpg);
	background-repeat: no-repeat;
}
#nav a:hover {
	background-color:#fff;
	color:#333;
}
#nav li {
	float:left;
	position:relative;
	width: 150px;
}
#nav ul {
	position:absolute;
	display:none;
	width:14em;
	top:1.5em;
	padding-top:14px;
}
#nav li ul a {
	width:14em;
	height:auto;
	float:left;
	text-align: left;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}

/*CONTENU CENTRAL*/
#contenu {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 290px;
	width: 700px;
}
#contenularge {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 300px;
	width: 850px;
}
#contenu p {
	font-size: 14px;
	margin-bottom: 14px;
	color: #183145;
}

/*colonne gauche*/

#colgauche {
	background-color: #FFFFFF;
	float: left;
	width: 236px;
	background-image: url(pictures/fond-col-left.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#colgauche fieldset {
	border: 1px solid #FFCCCC;
	padding: 5px;
	width: 190px;
	margin-left:10px;
	background-color: #861614;
	color:#FFFFFF;
}

/*pied de page*/

#footer {
	background-color: #F4F4F4;
	height: 100px;
	width: 100%;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	color: #434343;
	margin-bottom: 100px;
}

/*news*/

table {
	border-collapse: collapse;
}
.titre {
	background-color: #FFE2C3;
	padding: 10px;
}
.article {
	background: #FFE2C3;
	padding: 15px;
}
.cadretitre {
	background: #FFCCCC;
	padding: 15px;
	width: 90%;
	margin-left: 15px;
	border: 2px dashed #8E1816;
}
.cadrepaiement {
	background: #E1EDFF;
	padding: 15px;
	width: 70%;
	margin-left: 100px;
	border: 2px dashed #6699CC;
}
.cadreedito {
	background: #E1EDFF;
	padding: 15px;
	width: 90%;
	margin-left: 3%;
	border: 2px dashed #6699CC;
}
.redac {
	background-color: #FFE2C3;
	padding: 10px;
}
.html {
	font-size: 10px;
	text-decoration: none;
}

/*styles*/
.imagedecall {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.rubrique {
 font-weight, : bold;
	font-size: 16px;
	height: 30px;
	padding-left: 7px;
	padding-top: 7px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #FFFFFF;
	background-color: #101A23;
	background-image: url(pictures/fondh2.jpg);
	background-repeat: repeat-x;
}
.clignote {
	text-decoration: blink;
	color: #CC0000;
}
#contenu li {
	margin-left: 50px;
	list-style: disc;
	font-size: 1.2em;
}
.underline {
	text-decoration: underline;
}
.blanc {
	color: #FFFFFF;
}
fieldset {
	width: 70%;
	margin-left: 100px;
	border: 1px solid #D6D6D6;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #000000 url(pictures/fond-rubrique.jpg) no-repeat;
}
.imageTemoi {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 2px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.tdsolidfinrosepale {
	background: #FFE7E4;
	border: 1px solid #FFCCCC;
	margin-left: 60px;
	padding:10px;
}
.tdsolidfinrosepaleformaweber {
	background: #FFE7E4;
	border: 1px solid #FFCCCC;
	margin-left: 150px;
	padding:10px;
}
.cadreimage {
	border: 1px solid #FFCCCC;
	padding: 5px;
}
.taille11 {
	font-size: 11px;
	color: #333333;
}
.blanc {
	color: #FFF;
	font-size: 14px;}

.tdtemoignage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFE1E1;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px dotted #990000;
	width: 80%;
	margin-left: 60px;
	font-style: normal;
	font-weight: normal;
}

h4 {
	font-family: impact;
	font-size:1.8em;
	letter-spacing:1px;
	line-height:1.2em;
	margin:0pt;
	padding:5px 0pt 0pt;
	text-transform:capitalize;
	color: #FF3300;
	font-style: normal;
	font-weight: normal;
}
.fluojaune {
	background:#FFFF00
}
.center { text-align: center; }