:link,:visited{ }
ul,ol{ list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,ul,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img{ border:none }
address{ font-style:normal }
*{ padding:0; margin:0; }


/* STYLES GENERAUX */
html{background: #bbb;}
body{
	background: #fff;
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #505050;
}
h1{
	font: bold italic 24px Georgia, sans-serif;
	clear: both;
	display: block;
	height: 25px;
	margin-bottom: 8px;
}
h2{
	font: bold italic 18px Georgia, sans-serif;
	color: #029dc9;
	margin: 40px 0 10px 0;
}
h3{
	font: bold 20px Georgia, sans-serif;
}
h4{
	font: bold 18px Georgia, sans-serif;
}
h5{
	font: bold 16px Georgia, sans-serif;
}
h6{
	font: bold 14px Georgia, sans-serif;
}

acronym{
	cursor:help;
	border-bottom:1px dashed #ccc;
}
a:link,
a:visited{color:#029dc9;font-weight: bold;}
a:hover{}

p{
	padding: 10px 0;
	text-align: justify;
}

fieldset,
form{
	border: 0;
}
legend{
	display:none;
}
label{
	display:block;
	margin-top:10px;
}
input,
textarea,
select{
	display:block;
	width: 500px;
}
label p{
	color: #f00;
}
table{
	display: block;
	border-collapse: collapse;
}
td{
	padding: 5px;
}


/* STYLES POUR TinyMCE */
.important{
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}
.auteurs{
	font-style: italic;
	color: #666;
}
.intro{
	display: block;
	font: normal italic 11px/17px Arial;
	color: #07546f;
	background: #f2f2f2;
	margin: 30px 10px 20px 10px;
	padding: 10px;
}



.floatLeft{
	float: left;
	margin: 5px 20px 10px 0;
}
.floatRight{
	float: right;
	margin: 5px 0 20px 20px;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.noThumb{
	width: 100px;
	height: 100px;
	background: url(images/noThumb.jpg) no-repeat;
}
.space{
	display:block;
	clear:both;
	visibility:hidden;
}
