 body {
	background:#d8b8aa;
	font-family: "Times New Roman", "Droid Serif";
}
@font-face {
    font-family: "HDfont";
    src: url('/d/font/HDfont.ttf');
}

@font-face {
    font-family: "HDfont2";
    src: url('/d/font/HDfont2.ttf');
}

a {
	font-variant:small-caps;
    text-decoration: none;
    color:#71411B;
    font-weight:bold;
    cursor:pointer;
}
#head {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:33px;
	font-size:20px;
	font-variant:small-caps;
	font-weight:bold;
	background:#B28D7C;
	border-bottom:1px solid black;
	text-align:right;
	padding:5px;
	color:#efe6dd;
}

#headleft {
	position:fixed;
	top:0;
	left:0;
	height:43px;
}
#head a{
	margin-left:-20px;
}
#bottom {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	background:#B28D7C;
	text-align:center;
	height:29px;
	border-top:1px solid black;
}
#gen {
	position:fixed;
	top:44px;
	left:0px;
	bottom:30px;
	right:0px;
	text-align:center;
	overflow:auto;
	background:#d8b8aa;
	padding-bottom:10px;
}
#switch {
	width:100%;
	list-style: none;
	padding:0;
	margin:0;
	margin-top:0px;
	text-align:center;
	list-style-position: inside;
}
#switch li {
	font-variant:small-caps;
	width:25%;
	display:inline-block;
	background:#7f736d;
	cursor:pointer;
	height:25px;
	line-height:25px;
	color:white;
	font-size:18px;
}
.closed {
	display:none;
}
.ongletOn {
	background:#d8b8aa !important;
	cursor:default !important;
	color:black !important;
}
table {
	width:400px;
	margin:0 auto;
}
td:first-child {
	font-weight:bold;
}
i {
	font-weight:normal;
}

input {
	height:20px;
	padding:3px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: solid #3b2c25 1px;
	background:#d6d6d6;
}

input:focus {
	-webkit-box-shadow: 0px 0px 6px 0px black;
	-moz-box-shadow: 0px 0px 6px 0px black;
	box-shadow: 0px 0px 6px 0px black;
}

input[type='submit']{
	margin-left:5px;
	height:30px;
	background: #8c7368;
	background-image: -webkit-linear-gradient(top, #8c7368, #7f6254);
	background-image: -moz-linear-gradient(top, #8c7368, #7f6254);
	background-image: -ms-linear-gradient(top, #8c7368, #7f6254);
	background-image: -o-linear-gradient(top, #8c7368, #7f6254);
	background-image: linear-gradient(to bottom, #8c7368, #7f6254);
	color: #eadfd8;
	font-size: 16px;
	text-decoration: none;
	font-variant:small-caps;
	cursor:pointer;
}

input[type='submit']:hover{
	background: #7f6254;
	background-image: -webkit-linear-gradient(top, #7f6254, #8c7368);
	background-image: -moz-linear-gradient(top, #7f6254, #8c7368);
	background-image: -ms-linear-gradient(top, #7f6254, #8c7368);
	background-image: -o-linear-gradient(top, #7f6254, #8c7368);
	background-image: linear-gradient(to bottom, #7f6254, #8c7368);
	text-decoration: none;
}

#actu, #reseaux {
	display:inline-block;
	vertical-align: top;
	margin-top:20px;
	border:1px solid white;
	padding:5px;
}

#actu h2, #reseaux h2 {
	font-variant:small-caps;
	background:#f5ddc8;
	-webkit-box-shadow: 0px 0px 6px 0px black;
	-moz-box-shadow: 0px 0px 6px 0px black;
	box-shadow: 0px 0px 6px 0px black;
	margin:5px;
	font-size: 20px;
}

#reseaux h3 {
	font-size:18px;
}

#actu {
	background:#b59d8f;
	width:55%;
	margin-right:10px;
}

#reseaux {
	background:#ece0d1;
	width:30%;
	margin-left:10px;
}

contact {
    display: block;
    margin: 0 auto;
    background: #b59d8f;
    border: 1px solid black;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 6px 0px black;
    -moz-box-shadow: 0px 0px 6px 0px black;
    box-shadow: 0px 0px 6px 0px black;
    border-radius: 5px;
    width: 85%;
    min-width: 500px;
    margin-top: 10px;
}

contact h3 {
    background: #f5ddc8;
    font-weight: bold;
    font-variant: small-caps;
    font-family: HDfont2;
    font-size: 20px;
}

textarea {
    min-height:200px;
    resize: vertical; 
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    border: solid #3b2c25 1px;
    background: #d6d6d6;
}

contact input, textarea {
	width:80%;
}

/* ERRORS */
.accesviolation {
	font-size:40px;
}

*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #cacaca;
}

*::-webkit-scrollbar
{
	border-radius: 5px;
	width: 12px;
	background-color: #cacaca;
	padding-right: 5px;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bcada6;
}

.info, .success, .warning, .error {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width:80%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:3px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../d/images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../d/images/succes.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../d/images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../d/images/error.png');
}