@charset "utf-8";
/* CSS Document */ * {
    margin: 0;
    padding: 0;
}

a {
    text-decoration:none;
    color: #3F3F3F;
}

table.spip {
	padding: 0px;
	border-spacing: 40px;
}

table.spip tr {
	text-align:center;
}

td {
	text-align:center;
}

a:hover {
    text-decoration: none;
    color: #003;
	font-weight:bolder;
}

a.lien_presse, a.lien_presse:hover {
	display:block;
	margin-top:15px;
	padding-left:5px;
}

.lien_presse p.tit {
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px !important;
}

a.lien_presse:hover {
	background-color:#EFEFEF;
}


img {
    display: block;
    border: none;
}

hr {
    width: 930px;
    margin-bottom: 10px;
}

p {
    line-height: 20px;
}

body {
    background-color:#5e5a50;
    font: 12px / 1.55em arial, helvetica, sans-serif;
} 

#main {
    margin: 0 auto;
    width: 980px;
} #header {
    display: block;
    width: 1000px;
    height: 180px;
    background: url('../images/header.png');
}
#middle {
	margin-top:7px;
    padding-right:12px;
    width: 980px;
    overflow: hidden;
	background:url("../images/bg_page.png") repeat-y;
}
#colonne_droite {
    float: left;
    width: 700px;
    margin-left: 50px;
}

/* LE MENU */ 
#drapeaux {
	height:17px;
	padding:0 15px;
	margin-left:17px;
	margin-bottom:10px
}

#drapeaux a {
	float:left;
	display:block;
	margin-right:25px;
}

#topmenu {
	margin-top:7px;
	clear:both;
}

#topmenu .rouge {
    display: block;
	text-align:left;
    margin-left: 16px;
    font-weight: bold;
    font-size: 19px;
    width: 127px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 7px;
    color: red;
}

#topmenu .blanc {
    display: block;
	text-align:left;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
    width: 130px;
    color: white;
} .bordashed {
    border-bottom: 1px dashed #fff;
} .bordsolid {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
} #topmenu .petit {
    display: block;
    font-weight: bold;
    margin-left: 15px;
    color: white;
    font-size: 10px;
    width: 127px;
    line-height: 12px;
    text-align: left;
    padding: 2px;
    padding-bottom: 4px;
} #menu {
    padding-top: 15px;
    float: left;
    background-color: #000;
    width: 160px;
    text-align: center;
} #menu h2 {
    color: #FF4F4F;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    margin-left: 17px;
} #menu ul {
	list-style-image:url("../images/fleche.gif");
    display: block;
    margin: 10px 0 20px 45px;
} #menu li {
    color: #FFF;
    text-align: left;
} #menu a {
    color: #FFF;
} .puces {
    margin-top: 4px;
    margin-right: 4px;
    float: left;
}

/*
 */
a.knowmore {
    font-size: 10px;
    margin-left: 15px;
}

a.knowmoreaboutbreve {
	margin-bottom: 15px;
} #article {
    margin-bottom: 15px;
} #article p {
    text-align: justify;
}
.article p {
	/*margin-bottom:25px;*/
	
} 

.article hr {
    clear: left;
    width: 700px;
    margin: 15px 0;
    color: #DDDEE3;
} .italique {
    font-style: italic;
} .pied-article {
    margin-top: 20px;
    display: block;
} .artimg {
    padding-right: 10px;
} .left {
    float: left;
} .right {
    float: right;
} .div-gauche-article {
    width: 45%;
    margin-left: 20px;
}
#titre-main-article {
    background: url(../images/guillemet.png) no-repeat #fff;
    text-align: left;
    padding: 5px 0 3px 40px;
    font-size: 21px;
    min-height: 30px;
    border-top: 2px solid #000;
    border-bottom: 2px dashed #000;
	margin-top:20px;
    margin-bottom: 15px;
    line-height: 25px;
	clear:left;
} #separation-header {
} #bandeau-flash {
} #article-principal {
    width: 920px;
    border: 1px solid #CCC;
    padding: 7px;
    overflow: auto;
    margin-bottom: 30px;
} #article-principal p {
    text-align: justify;
    text-indent: 15px;
} #article-principal img {
    float: right;
}

/*LES TROIS COLONNES EN BAS*/ .col {
    width: 300px;
    float: left;
    border: 1px solid #CCC;
    margin-right: 15px;
    height: 270px;
    text-align: center;
    margin-bottom: 10px;
} .col-gauche {
    width: 45% !important;
} .col-droite {
    float: right !important;
    width: 45% !important;
} .col p {
    line-height: normal;
} .col img.centre {
    margin: 12px auto;
} .col img.gauche {
    float: left;
    margin: 15px 5px 15px 17px;
} .col p.resume_art {
    text-align: justify;
    margin: 0 20px 20px 20px;
    clear: left;
    text-indent: 12px;
} .col p.resume {
    margin: 15px 20px 15px 5px;
    text-align: left;
    font-weight: bold;
} .col ul {
	list-style-image:url("../images/fleche.gif");
} .col li {
    margin: 10px;
    font-size: 18px;
} .col a.lien {
    font-size: 12px !important;
} .col h3 {
    margin: 20px;
    font-size: 16px;
}

/* LE FOOTER*/ #footer {
	margin-top:3px;
    text-align: center;
    margin-bottom: 20px;
	clear:left;
	color:#a29c86;
} #bas-de-page {
    margin-left: 15px;
}

/* CAS PARTICULIER */ #voiraussi {
    margin: 50px 0 5px 0;
    border-bottom: 1px dashed #000;
}

/* SURCOUCHE SPIP */ .spip_documents_left {
    margin: 0 15px 10px 0;
}

#mcnetwork {
	color:#fff;
	font-size:12px;
}
