body {
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 0.7em;
    color: #353322;
    background: url(../images/fd-body.jpg) no-repeat center top #ffffff;
}

* {
    outline: none;
}

a, img, a img {
    border: none;
}

a, a:link, a:visited, a:hover, a:active {
    color: #353322;
    text-decoration: none;
}

#info_pratique a{
    color: #275DAF;
    text-decoration: underline;
}


#article-content a, #article-content a:link, #article-content a:visited, #article-content a:hover, #article-content a:active, 
#texte a, #texte a:link, #texte a:visited, #texte a:hover, #texte a:active {
	color:#16559C;
	text-decoration:underline;
}


a:hover, a:active {
    text-decoration: underline;
}

a.lien-gris-fleche {
	color: #73716a;
	font-family: Arial, sans-serif;
	font-size: 120%;
	text-decoration: underline;
	padding: 0 0 0 15px;
	background: url(../images/puce-lien-fleche-bleu.gif) #f0f0ee no-repeat center left;

}

img {
    margin: 0;
    border: 0;
}

h2 {
    font-size: 145%;
    margin: 0;
    padding: 0;
}

h3 {
	font-size:130%;
	margin: 0;
    padding: 0;
}

h4 {
	font-size:110%;
	margin: 0;
    padding: 5px 0 0 0;
}

h5 {
	font-size:110%;
	margin: 0;
    padding: 0;
	font-weight:normal;
}

form, input {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

.clearLeft {
    clear: left;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

.orange {
    color: #f27a1a;
}

.petit {
    font-size: 90%;
}

.float_left {
    float: left;
}

.message-warning  h2{
    color: #ff0000;
}

#erreur-red  h2{
    color: #ff0000;
}

.print-tip {display:none; visibility:hidden; overflow:hidden; margin:0; padding:0;}



