@import url(structure.css);
@import url(navigation_elements.css);
@import url(account.css);
@import url(boxes.css);
@import url(form.css);
@import url(publication_methods.css);

/* COMMON STYLES */
body {
	padding:0;
	margin:0 auto;
	width:980px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:73%;
}
img {
	border:0;
	vertical-align: bottom;
}
.clear {
	clear: both;
	visibility: hidden;
}
#contents a{
 color:#cd0d00;
 text-decoration:none;
}
a:visited{
 	color:#718589; 
}
a:hover{
	color:#fa0b00;
}

/* -------------------------------- */
/* LIENS DANS LES GALERIES D'IMAGES */
/* -------------------------------- */

#contents #article .medias a {
    background: none ;
    padding: 0px;
}

#contents #article .medias a img { padding: 5px; }

/* -------------- */
/* PAGE D'ACCUEIL */
/* -------------- */

.rubrique_sommaire_ #contents #text table, 
.rubrique_sommaire_ #contents #text table tr, 
.rubrique_sommaire_ #contents #text table tr td {
    text-align: center;
    border: none;
}

.rubrique_sommaire_ #contents #text h1 {
    background: transparent url(/images/ico_barre-gauche.gif) no-repeat left bottom;
    padding-left: 7px;
    margin: 0px 0px;
    height: 45px;
}

.rubrique_sommaire_ #contents #text hr {
    border: none;
    border-top: 4px solid #F6C300;
}

.rubrique_sommaire_ #contents #text a { font-weight: bold; }
