@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;
    height: auto;
    width: auto;
}
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);
    margin-left: 15px;
    width: auto;
    border-width: medium;
    margin-bottom: 10px;
    margin-top: 10px;
}
h2 {
    font-size: 12px;
    color: rgba(195,105,11,1);
    margin-left: 20px;
}
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: 10px;
    margin-right: 10px;
    padding-bottom: 8px;
    text-align: center;
}
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;
    padding-left: 0px;
    margin-left: 30px;
}
/*end*/

/*on header*/
#header_container {
    width: 1300px;
    display: table;
    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: auto;
    margin-right: 10px;
    padding-left: 60px;
    padding-right: 50px;
}
/*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);
    width: auto;
}
/*end nav*/

/*on section left*/
#section-left {
    width: 980px;
    height: auto;
    float: left;
}
.mota-noti-accu {
    width: 980px;
    float: left;
    margin-top: 10px;
    border: medium solid rgba(25,24,23,1.00);
    margin-left: 1px;
    text-align: center;
    background-color: rgba(6,6,6,1.00);
}
.lin-page {
    margin-bottom: 10px;
}
.mota-noti-accu-top {
    width: 980px;
    float: left;
    margin-top: 10px;
    margin-left: 1px;
    text-align: center;
}
.mota-cent {
    width: 470px;
    float: left;
    border: medium solid rgba(25,24,23,1.00);
    margin-bottom: 10px;
    background-color: rgba(7,7,7,1.00);
    margin-left: 10px;
}
.mota-image-page {
    width: auto;
    margin-bottom: 10px;
}
.box {
    height: 700px;
    width: 960px;
    border: medium solid rgba(25,24,23,1.00);
    background-color: rgba(12,7,7,1.00);
    float: none;
    margin-top: 10px;
    margin-right: 20px;
}
.box-tite {
}
.box-tite-mota {
    height: 40px;
    width: 450px;
}
.box-image {
    float: left;
    width: 650px;
    height: 550px;
    margin-left: 10px;
}
.box_pub {
	width: 100px;
}
.box-left {
    float: right;
    width: 270px;
    height: 500px;
    text-align: left;
    padding-right: 20px;
}
.ind-page {
    width: 200px;
    height: 20px;
    float: left;
    clear: left;
    margin-top: 5px;
    margin-left: 15px;
}
.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;
    height: auto;
    width: auto;
}
.box-noti {
    height: 300px;
    background-color: rgba(6,5,5,1.00);
    width: 980px;
    border-color: rgba(25,24,23,1.00);
    border-style: solid;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box-left-noti {
    width: 180px;
    height: 200px;
    float: left;
    margin-left: 60px;
}
.box-image-noti {
    width: 300px;
    height: 200px;
    float: left;
}
/*end section left*/

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

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