/* Mains Block */
body {
	background-image: url('/images/fond.png');
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;	
}

#all, #content-left-admn {
	width: 947px;
	margin: 0 auto;
}

#content-left-adm {
	font-size: 13px;
	margin-top: 30px;
}

/* Header */

#header {
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	width: 947px;
	height: 157px;
	margin: 0 auto;
	margin-bottom: -18px;
}

/*Top Menu */

#menu-top {
	float: right;
	margin-top: 97px;
}

#menu-about, #menu-adm-news {
	background-image: url('/images/about-out.png');
	background-repeat: no-repeat;
	width: 87px;
	height: 41px;
	display: block;
	margin: 0;
	float: left;
}

#menu-about:hover {
	background-image: url('/images/about-over.png');
}

#menu-adm-news {
	background-image: url('/images/admnews-out.png');
	width: 88px;
}

#menu-adm-news:hover {
	background-image: url('/images/admnews-over.png');
}


#menu-contact, #menu-adm-newsletter {
	background-image: url('/images/contact-out.png');
	background-repeat: no-repeat;
	width: 98px;
	height: 41px;
	display: block;
	margin: 0;
	float: left;
}

#menu-contact:hover {
	background-image: url('/images/contact-over.png');
}

#menu-adm-newsletter {
	background-image: url('/images/admnewsletter-out.png');
	width: 97px;
}

#menu-adm-newsletter:hover {
	background-image: url('/images/admnewsletter-over.png');
}

#menu-news {
	background-image: url('/images/news-out.png');
	background-repeat: no-repeat;
	width: 80px;
	height: 41px;
	display: block;
	margin: 0;
	float: left;
}

#menu-news:hover {
	background-image: url('/images/news-over.png');
}

#menu-download, #menu-adm-deconnection {
	background-image: url('/images/download-out.png');
	background-repeat: no-repeat;
	width: 116px;
	height: 41px;
	display: block;
	margin: 0;
	float: left;
}

#menu-download:hover {
	background-image: url('/images/download-over.png');
}

#menu-adm-deconnection {
	background-image: url('/images/admdeco-out.png');
}

#menu-adm-deconnection:hover {
	background-image: url('/images/admdeco-over.png');
}

/* Content */

#lastnews {
	background-image: url('/images/lastnews.gif');
	background-repeat: no-repeat;
	width: 515px;
	height: 21px;
	padding: 13px 60px;
	font-family: Georgia, Arial, serif;
	font-size: 12px;
	color: black;
	margin-bottom: 29px;
}	

#content-left {
	float: left;
	width: 632px;
	margin-top: 18px;
	font-size: 14px;
}

#content-right {
	float: right;
	width: 283px;
	border-left: 1px dashed #c9c6ba;
}

#content {
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
}

/* About Page */

#about-recap {
	background-image: url('/images/about-recap.png');
	background-repeat: no-repeat;
	width: 590px;
	height: 157px;
	padding: 10px 25px;
	font-size: 14px;
	font-family: "Times New Roman", Georgia, serif;
}

#about-recap-burn {
	float: right;
	background-image: url('/images/burn.gif');
	background-repeat: no-repeat;
	width: 88px;
	height: 133px;
	margin: 0;
	margin-top: 14px;
}

#about-recap-content {
	float: left;
	margin: 0;
	width: 500px;
}

.about-content {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	color: black;
}

.title-about {
	float: left;
}

.read-more {
	float: right;
}

/* Contact Page */
.contact p, .connexion{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	text-align: center;
}

.contact textarea {
	overflow: auto;
	margin: 0 auto;
}

.contact input, .contact textarea, .contact label, .contact img, .connexion input, .connexion label {
	margin: auto;
}

/*News Listing Page */
#news-list hr {
	margin: 30px 0;
}

#news-list {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
}

/* Menu Right */
#download {
	background-image: url('/images/download.png');
	background-repeat: no-repeat;
	width: 259px;
	height: 133px;
	padding-left: 24px;
	padding-top: 24px;
	color: white;
	font-size: 13px;
}

#title-download {
	float:left;
}

#fleche-download {
	float: right;
	background-image: url('/images/fleche-download.gif');
	background-repeat: no-repeat;
	width: 85px;
	height: 102px;
	margin-top: -24px;
	margin-right: 5px;
}

#newsletter {
	background-image: url('/images/newsletter.png');
	background-repeat: no-repeat;
	width: 259px;
	height: 216px;
	margin-top: 1px;
	padding-top: 17px;
	padding-left: 24px;
	font-size: 13px;
}

#newsletter h1 {
	font-size: 24px;
}

.link-case {
	width: 271px;
	height: 95px;
	border-bottom: 1px dashed #c9c6ba;
	padding-top: 15px;
	padding-left: 12px;
	font-size: 14px;
}

.link-case img {
	float: left;
	margin-right: 15px;
}

#mini-bar {
	padding-top: 20px;
	padding-left: 20px;
}

#mini-bar img {
	margin-bottom: 5px !important;
	margin-bottom: 7px;
}

/* Add news Page */
#add-news {
	text-align: center;
}

.input-add-news {
	display: block;
	margin: auto;
}
	
	
/* Footer */
#footer {
	clear: both;
	height: 25px;
}

/* Others... */

a {
	color: #326ea1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	background-color: #dbd5c5;
	height: 1px;
	width: 635px;
	margin: 0;
}

h1 {
	font-size: 27px;
	margin: 0;
	margin-bottom: 17px;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
}

h2 {
	font-size: 18px;
	margin: 0;
}

h3 {
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
	font-weight: bold;
	font-size: 16px;
	color: #4f6e00;
	
}

.clear {
	clear: both;
}

ul {
	list-style-image: url('/images/puce.gif');
}

.under-ul {
	list-style-image: url('404.notfound'); /* For IE6 */
	list-style-type: none;
}

#menu-top span {
	cursor: pointer;
}

#download a {
	text-decoration: none;
	font-family: "Palatino Linotype", "Times New Roman", Georgia, serif;
	font-size: 13px;
	color: white;
}

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

#newsletter label {
	margin-bottom: 5px;
	font-weight: bold;
}

.input-newsletter {
	margin-bottom: 5px;
}

.submit {
	clear: both;
	display: block;
	margin: 0;
}

#subscribe-button {
	background: url('/images/subscribe-button-out.gif') no-repeat top;
	width: 135px;
	height: 33px;
	border-style: none;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

#subscribe-button:hover {
	background: url('/images/subscribe-button-over.gif') no-repeat top;
}
/* Doesn't work with IE6 and 7 T_T */
/*.input-newsletter:focus {
	background-color: #cfe2b4;
	border: 1px dashed black;
}*/

img {
	border: 0;
}

#sendemail-button {
	background: url('/images/sendemail-out.gif') no-repeat top;
	width: 133px;
	height: 34px;
	border-style: none;
	display: block;
	cursor: pointer;
}

#sendemail-button:hover {
	background: url('/images/sendemail-over.gif') no-repeat top;
}

.forget {
	color: red;
}

.news-info {
	font-size: 12px;
	font-weight: none;
}

.paginate {
	text-align: center;
	display: block;
}

#content-left-adm td{
	padding: 5px 15px;
	border: 1px dashed black;
}

#content-left-adm table {
	border-collapse: collapse;
}



/* Hacks */
* html body {
      behavior:url(csshover.htc);
}

