/* old.css */

/******/
@import url("general.css");
/******/
html {
	background-color: #cac8c0;
	font-family: sans-serif;
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:25px;
	color: black;
}

body {
	border: 1px solid black;
	background-color: white;
	color: black;
	margin:0;
	padding-left:7px;
	padding-right:7px;
}

input {
        border: solid 1px black;
	font-size: 10px;
	background-color: #eef;
	color: #000000;
}

/******/
/* LOGO */
h1#logo  {
	overflow:hidden;
}

h1#logo a {
	margin-left:auto;
	margin-right:auto;
	height: 120px;
	width: 400px;
	display: block;
	background: white url('../images/logo.png') top left no-repeat;
}

h1#logo a span {
	display:none;
}

/******/
/* NEWS-CONTENU */
div#contenu {
	width:80%;
	float:right;
}

div#contenu h2 {
	display:none;
}

div#contenu div {
	margin-left:28px;
	margin-right:14px;
	margin-bottom:1.5em;
	border:1px dashed black;
	padding-left:14px;
	padding-right:14px;
	padding-top:7px;
	}

div#contenu div h3 {
	font-size:1em;
	text-indent: 3px;
	font-weight: lighter;
	background-color: #f0f0f0;
	color: black;
	border: solid #898789 1px;
}


/******/
/* MENU */
div#menu {
	overflow:hidden;
	width:20%;
	float:left;
}

div#menu h2 {
	display:none;
}

div#menu h3 {
	font-size:1em;
	text-indent: 3px;
	font-weight: lighter;
	background-color: #f0f0f0;
	color: black;
	border: solid #898789 1px;
}

div#menu ul {
	padding:0;
}


div#menu ul li {
	list-style:none;
	margin-bottom:0.1em;
}

/******/
/* BOUCHOT */
div#bouchot {
	width:80%;
	float:right;
}

div#bouchot h2 {
	margin-left:14px;
	margin-right:14px;
	font-size:1em;
	text-indent: 3px;
	font-weight: lighter;
	background-color: #f0f0f0;
	color: black;
	border: solid #898789 1px;
}

div#bouchot ul li {
	list-style:none;
}

span.login {
	color:#898789;
}

span.horloge {
	color: blue;
	background-color:  transparent;
}

/******/
/* FOOTER */
#footer {
	font-size:60%;
	clear:both;
}

#footer p {
	margin:0;
	padding:0;
}

hr.polp {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted black;
	clear:both;
}
/******/
