body {
	font-family:"Trebuchet MS",sans-serif;
	font-size:68.8%;
	line-height:1.5em;
	color:#585858;
	height: 100%;
	background:#EEE1D2;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#A52824;
	text-decoration:underline;
	cursor:pointer;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

big {
	font-size:1.7em;
	font-weight:bold;
}

sub {
	font-size:0.8em;
	position:relative;
	top:0.3em;
}

sup {
	font-size:0.8em;
	position:relative;
	top:-0.3em;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
}

h1 {
	font-size:2em;
	font-weight:bold;
	line-height:1em;
	color:#E30059;
	padding:0 0 8px 0;
	margin:10px 0 15px 0;
}

h2 {
	color:#E30059;
	font-size:1.37em;
	font-weight:bold;
	margin:30px 0 15px 0;
	padding:0;
	line-height:1em;
	background:url(../img-forum/fleche_rouge.gif) no-repeat 0px 0px;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#A52824;
	margin:20px 0 0px 0;
	padding: 0 0 0 0px;
	background:url(../img-forum/fleche_h3.gif) no-repeat 0px 2px;
}

h4 {
	font-size:1em;
	color:#EE7F00;
	margin:0 0 0px 0;
}

p {
	margin:0 0 10px 0;
	padding:0;
}


img {
	/* float:left;
	margin:5px 10px 5px 0;
	border:1px solid #A52721; */
}

img.imgRight{
	float:right;
	margin:0 0 5px 10px;
}

img.imgLeft {
	float:left;
	margin:0 0 5px 10px;
}

ul {
	padding:0;
	margin:15px 0 20px 15px;
}

li {
	padding:0 0 0 15px;
	margin:5px 0 5px 0;
	background:url(../img-forum/puce_alpha.gif) no-repeat 0px 5px;
}


ul ul {
	padding:0;
	margin:0 0 15px 0;
}

ul ul li {
	background:url(../img-forum/puce_alpha_2.gif) no-repeat 0% 5px;
}

blockquote {
	display:block;
	float:right;
	width:200px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	text-align:right;
	color:#f9810e;
	padding:0 90px 0 0;
	margin:10px 0 5px 5px;
	background:url(../img-forum/quotes.gif) no-repeat 100% 0%;
}

table {
	width:100%;
	margin:10px 0 15px 0;
	margin-bottom:25px;
	border-collapse:collapse;
}

table td, table th {
	font-size:0.9em;
	padding:10px;
	vertical-align:baseline;
	border:1px solid #F5840D;
}

table th {
	font-size:1em;
	text-align:left;
	font-weight:bold;
	color:#900;
}

caption {
	display:none;
}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}

.stopFloat:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.stopFloat {display: block;}


/* ###################### $2. Styles de formulaires ###################### */

form {
	margin-top:20px;
}

fieldset {
	border:0;
}

legend {
	position:relative;
	display:block;
	color:#B75F59;
	font-size:1.39em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 0 5px 35px;
	background:url(../img/bgQuoteComBig.gif) no-repeat 0 0;
}

label {
	display:block;
	float:left;
	width:15em;
	color:#333;
	font-size:1em;
	font-weight:bold;
	text-align:right;
	padding:3px 0 1px 0;
	margin:0 10px 0 0;
}

input, select, textarea {
	padding:4px 2px;
	font-size:1em;
	width:18em;
	margin:2px 0 2px 0;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}

input:hover, select:hover, textarea:hover {
	border:1px solid #A52824;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #A52824;
}

textarea {
	width:270px;
	height:130px;
	font-family:"Trebuchet MS",sans-serif;
	font-size:1em;
}

#email {
	width:270px;
}	

input[type=text], select {
	width:180px;
}

input[type=radio], input[type=checkbox] {
	border:0;
}

#commentaire .submit {
	float:right;
	border:1px solid #A52824;
	margin-right:12px;
	width:18.4em;
	border:none;
	background:#A52824;
	color:#FFF;
	font-size:1.36em;
	font-weight:bold;
	cursor:pointer;	
}

#commentaire .submit:hover {
	background:#CCC;
	color:#A52824;
}

.btSubmit {
	width:100%;
	overflow:auto;
}

.required {
	font-size:0.9em;
	color:#CC0000;
}

.submitForm .required {
	float:left;
	font-style:italic;
}

table td {
	color:#585858;
}

.pink {
	color:#E63263;
}

table.pink, table.pink td, table.pink th {
	border:1px solid #F298B1;
}

table.pink th {
	color:#E63263;
	font-weight:bold;
}

table.pink tr.color td, table.pink tr.color th {
	background:#FCEAEF;
}

.yellow {
	color:#EAB731;
}

table.yellow, table.yellow td, table.yellow th {
	border:1px solid #F2D483;
}

table.yellow th {
	color:#EAB731;
	font-weight:bold;
}

table.yellow tr.color td, table.yellow tr.color th {
	background:#FBF1D6;
}

.orange {
	color:#E95E0F;
}

table.orange, table.orange td, table.orange th {
	border:1px solid #F4AE87;
}

table.orange th {
	color:#E95E0F;
	font-weight:bold;
}

table.orange tr.color td, table.orange tr.color th {
	background:#FBDFCF;
}


/* ###################### $3. Blocs de mise en page ###################### */



#header {
	display:none;
}

#footer, #sousMenu{
display:none;
}

/* ###################### $8. Contenu contextuel ###################### */

.article, .com {
	padding-bottom:18px;
	border-bottom:1px dotted #CCC;
	width:93%;
}

.com {
	padding-bottom:10px;
}

.article h3, .article h4, .com h4 {
	line-height:1.3em;
}

.com h3 {
	font-size:1.19em;
	padding: 0 0 2px 25px;
	background:url(../img/bgQuoteCom.gif) no-repeat 0 3px;
}

.article img {
	margin:20px 0;
}

.article span , .article span a, .com span, .com span a{
	color:#B75F59;
	line-height:1.3em;
	text-decoration:none;
}

.article p, .com p {
	margin:10px 0;
}

.suiteArticle {
	font-size:0.91em;
}

/* ###################### $9. Contenu Accueil ###################### */

h1.quotes, h1.quotes2 {
	color:#B75F59;
	padding:11px 0 0 35px;
	margin:3px 0 35px 0;
	font-size:1.37em;
	background:url(../img/bgQuotesDroite.gif) no-repeat;
}

#colDroite h1.quotes {
	margin:3px 0 20px 0;
}

h1.quotes2 {
	margin:3px 0 10px 0;
}


