#ariane {
	position: relative;
	top: -38px;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

body {
    margin-top: 25px;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
}

h1 { /* section title */
    color: #b41601;
    font-size: 14pt;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #b41601;
}

h2, h3, h4, h5 { /* h2 = title main article*/
    color: #da3a22;
    font-size: 14pt;
    margin: 0;
}

h3 { /* blocs title */
	font-size: 10pt;
}

h4, h5 { /* title other articles*/
    font-size: 12pt;
}

h5 { /* title black*/
	color: black;
}

h5.subTitle {
	margin-top: 2px;
	color: gray;
	font-size: 10pt;
	border-top: 1px solid #CCCCCC;
}

h5.surTitle {
	margin-bottom: 4px;
	color: gray;
	font-size: 10pt;
	border-bottom: 1px solid #CCCCCC;
}

h5.moisAnnee {
	color: #da3a22;
	border-bottom: 1px solid #da3a22;
	margin-bottom: 6px;
}

hr {
	color: #d4c79d;
	background-color: #d4c79d;
	height: 1px;
	border: 0;
}

hr.red {
	color: #b41601;
	background-color: #b41601;
	border: 0;
}

table.forIE {
	font-size: 10pt;
}

div {
    margin: 0;
    padding: 0;
    /*border: 1px dotted red;*/
}

span {
	margin: 0px;
	padding: 0px;
}

ul {
    margin: 0;
    padding-left: 12px;
}

li {
    list-style-image: url(../images/puce.gif);
    list-style-position: outside;
    color: black;
}

li.red {
    list-style-image: url(../images/puceRed.gif);
}

li.bold {
    font-weight: bold;
}

li.light {
	font-weight: normal;
}

a {
    color: #785b44;
    text-decoration: none;
}

.boxLinks {
    color: #785b44;
}

a.readMore {
    text-decoration: underline;
    font-size: 9pt;
}

em {
	font-style: normal;
}

em.redBold {
    margin: 0;
    color: #da3a22;
    font-size: 9pt;
    font-weight: bold;
}

em.dates {
    font-weight: normal;
    font-size: 8pt;
	color: gray;
}

em#URIR {
	color: #b41601;
}

a.fil {
    color: #785b44;
    font-size: 8pt;
}

a#rubrique {
	font-size: 9pt;
	font-weight: normal;
}

a:hover {
    color: #da3a22;
    text-decoration: underline;
}

#header { 
    font-size: 0px;
}


#global {
    width: 1000px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#globalContent {
	background: url(../images/back.png);
	margin-top: -15px;
}

#filBG {
    color: black;
    font-size: 8pt;
    text-align: left;
    line-height: 24px;
    width: 1000px;
    height: 28px;
    background-image: url(../images/filBG.gif);
}

#leftSide {
	float: left;
	width: 230px;
}

#mainContent {
	float: left;
	width: 560px;

	padding: 0;
	margin: 0 20px;
	padding-bottom: 20px;
}

#rightSide {
	float: right;
    width: 170px;
}
	
input#launchSearch:hover {
    border: 1px solid #9e2411;
    border-right: 1px solid #e9a399;
    border-bottom: 1px solid #e9a399;
}

.article {
    font-size: 10pt;
    padding: 0;
    text-align: justify;
}

.breve {
    text-align: inherit;
}

.breve {
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.otherDoc {
    background-color: #fbf9f6;
	border-top: 1px solid #d4c79d;
	border-bottom: 1px solid #d4c79d;
	padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.text {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 65px;
	padding: 0px;
	width: 486px;
}

.photo {
	float: left;
    margin-right: 10px;
	border: 1px solid #785b44;
}

/** NavBar **/

.navBtn {
    font-size: 0pt;
    position: relative;
    top: 2px;
    color: white;
    background-image: url(../images/btnCorner.gif);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: top;
    background-color: #fcb300;
    margin: 0px;
    padding: 2px 8px 2px 8px;
}

.navBtn:hover {
    background-image: url(../images/btnCorner_over.gif);
    background-repeat: no-repeat;
    background-color: #da3a22;
    color: white;
    text-decoration: none;
}

/** End NavBar **/

/** Red NavBar **/

#redNavBar {
    height: 21px;
    line-height: 1.6em;
    background-image: url(../images/redNavBar.gif);
    background-repeat: repeat-x;
    color: white;
    padding-left: 105px;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
}

#redNavBar a {
    color: white;
}

#redNavBar a:hover {
    text-decoration: underline;
}

/** End Red NavBar **/

.headers {
    font-size: 9pt;
    color: white;
    font-weight: bold;
    padding: 1px;
    padding-left: 30px;
    background-color: #da3a22;
    background-image: url(../images/squares.gif);
    background-repeat: no-repeat;
}

.sub {
	background-color: #d4c79d;
    background-image: url(../images/squaresSub.gif);
}

.bodies {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #d4c79d;
    background-color: #f8f4ee;
	overflow: hidden;
}



.topLine {
	border-top: 1px solid #d4c79d;
}

.bgWhite {
	background-color: white;
}

.sites {
	background-color: #f8f4ee;
	padding: 10px;
	margin-right: 10px;
	margin-top: 2px;
	border: 1px solid #d4c79d;
}

.separ {
	margin-bottom: 0;
}

#bottomBlocTheme {
	margin: 10px;
}

.picture {
    padding: 5px 0 5px 0;
    background-color: white;
}

.docHeaders {
    background-color: #fcb300;
    background-image: url(../images/squaresDoc.gif);
}

#accueilsHeader {
    background-color: #785b44;
    background-image: url(../images/squaresAccueils.gif);
}

#accueilsBody {
    background-color: white;
    border-bottom: 1px solid #d4c79d;
}

#footer {
    text-align: center;
    font-size: 8pt;
    color: #785b44;
    margin:0;
    padding: 5px;
    border-top: 5px solid #da3a22;
    border-bottom: 1px solid #d4c79d;
    background-color: #f8f4ee;
}

div#footer a {
    font-size: 8pt;
    color: #785b44;
}

.clear {
    clear: both;
}

.pxl {
    width: 3px;
}

