@charset "UTF-8";
/* CSS Document */
/*Fascicule maquette*/

body {
    background-color: rgba(13,11,11,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(61,113,7,1.00);
    font-size: 12px;
    display: table;
    width: 100%;
    height: auto;
    float: left;
}
p {
	color: rgba(61,113,7,1.00);
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-indent: 9px;
}
h1 {
	font-size: 25px;
	color: rgba(196,105,12,1);
	border-bottom: thin dotted rgba(188,90,9,1.00);
	padding-bottom: 8px;
	margin-right: 10px;
	width: auto;
}
h2 {
    font-size: 12px;
    color: rgba(195,105,11,1);
    margin-left: 15px;
}
h3 {
    font-size: 14px;
    color: rgba(196,105,11,1);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: thin dotted rgba(188,90,8,1.00);
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 8px;
}
a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: rgba(232,154,28,1);
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: rgba(205,198,198,1);
}
a:active {
	text-decoration: none;
	line-height: normal;
}
/*end*/

/*on header*/
#header_container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    height: 148px;
    background-image: url(../ima-interface/logo_3.png);
    background-repeat: no-repeat;
    background-position: center 0%;
    line-height: normal;
    width: 1200px;
    text-align: left;
}
/*end header*/

/*on nav*/
.nav {
	height: 40px;
	width: 100%;
}
.nav ul {
	text-align: center;
}
.nav ul li {
	display: inline;
}
.nav ul li a {
	text-decoration: none;
	color: rgba(220,130,16,1.00);
	margin-left: 30px;
	font-size: 14px;
}
.nav ul li a:hover {
    color: rgba(223,218,27,1.00);
}
/*end nav*/

/*on section left*/
#section-left {
    width: 900px;
    float: left;
}
.box {
	height: 516px;
	width: 860px;
	border: medium solid rgba(25,24,23,1.00);
	background-color: rgba(12,7,7,1.00);
	padding-left: 20px;
	float: left;
	margin-top: 10px;
}
.box-tite {
	margin-bottom: 10px;
}
.box-image {
	float: left;
}
.box_pub {
	width: 100px;
}
.box-left {
    width: 280px;
    height: 400px;
    float: right;
}
.ind-page {
	width: 200px;
	height: 20px;
	float: left;
	clear: left;
	margin-top: 5px;
}
.box-left p {
	color: rgba(61,113,7,1.00);
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}
/*end section left*/

/*on right*/
#section-right {
    width: 300px;
    float: right;
}
.indbox {
    width: 285px;
    height: 1048px;
    margin-top: 10px;
    border: medium solid rgba(25,24,23,1.00);
    background-color: rgba(6,3,3,1.00);
    float: right;
}
.indbox table {
	border: medium solid rgba(25,24,23,1.00);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*end right*/

/*on footer*/
.footer {
	width: 1180px;
	height: 40px;
	text-align: center;
	padding-top: 20px;
	color: rgba(168,160,160,1.00);
	float: right;
	padding-left: auto;
	margin-left: 10px;
	border: medium solid rgba(100,97,95,1.00);
	background-color: rgba(12,7,7,1.00);
	margin-top: 20px;
}
/*end footer*/
