html,body {
	font-family:Verdana,serif;
	font-size:15px;
	color:#333;
	background:#111 url(iimg/bg2.png);
}

a {color:inherit;text-decoration:none;}


h1 {
	font-size:28px;
	font-weight:bold;
	letter-spacing: -1px;
	text-shadow: 0 1px 2px white;
	margin-bottom:10px;
}

h2 {
	font-size:20px;
	line-height:32px;
	font-weight:bold;
	letter-spacing: -1px;
	text-shadow: 0 1px 2px white;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}

.h2span {
	border-bottom:1px dashed darkred;
	padding-bottom:5px;
}

#wrapper {
	width:100%;
	background:url(img/bg-4x120.jpg) repeat-x;
	margin-bottom:20px;
}

#top {
	height:120px;
	line-height:120px;
	width:900px;
	margin:auto;
}

#logo {
	height:100%;
	width:366px;
	width:380px;
	width:420px;
	---background:green;
	/*background:url(img/logo367x120.jpg) top left;*/
	float:left;
}

#logo img{padding-top:15px;width:420px;}

#tagline {
	font-size:32px;
	font-size:28px;
	height:120px;
	line-height:120px;
	float:right;
	font-weight:bold;
	letter-spacing: -1px;
	-color: white;
	text-shadow: 0 1px 2px white;
	margin-right:10px;
}

#main {
	width:900px;
	margin:auto;
	background:#eee;
	margin-top:20px;
	border: solid 1px #D8DADC;
	border-radius: 8px;
	background: white url('img/gradient1.png') top left repeat-x;
	box-shadow: inset 0px 0px 0px 1px white;
	padding-bottom:10px;
}

.box {
	border: solid 1px #D8DADC;
	border-radius: 8px;
	background: white url('img/gradient1.png') top left repeat-x;
	box-shadow: inset 0px 0px 0px 1px white;
}

#col-gauche {
	float:left;
	width:170px;
	margin:10px;
}

#col-gauche-inner {
	width:190px;
	width:150px;
	padding:10px;
}

#col-centre {
	float:left;
	width:680px;
	margin:10px;
}

#col-centre-inner {
	width:620px;
	width:660px;
	padding:10px;
}

#col-centre-inner img{
	border-radius: 8px;
}

#menu li {
	font-size:16px;
	font-size:19px;
	height:25px;
	line-height:25px;
	margin-bottom:20px;
}

#menu li a:hover{
	color:darkred;
}

/* icones */

.ligne-icones-menu {
	-margin-top:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	--text-align:center;
	--background:#eee;
}

.ligne-icones-menu-2icones {
	--margin-top:10px;
	--justify-content:space-around;
}

#footer {
	width:850px;
	margin:auto;
	text-align:center;
}

#footer-inner {
	float:right;
	width:680px;
	padding:10px;
	text-align:center;
}

#footer img{
	width:32px;
	margin-left:0px;
}

/* 		liens 		*************/

#links {margin-top:20px;}
#links p{
	width:80%;
	margin:auto;
}

#links .links_txt {
	width:50%;
	/*width:400px;*/
	margin:auto;
}

#links img{
	padding: 3px;
	background: #ddd;
	/*border: 1px solid #132028;*/
	border: 1px solid #bbb;
}

.lien_texte {
	font-size:24px;
	border:1px solid #999;
	padding:10px;
	background:#ccc;
	text-shadow: 1px 1px 1px #fff;
	font-weight:bold;
	color:#333;
	background: #ece2ce;
	-webkit-box-shadow: inset 0 0 15px 3px #d4c0aa;
	-moz-box-shadow: inset 0 0 15px 3px #d4c0aa;
	-ms-border-shadow: inset 0 0 15px 3px #d4c0aa;
	-o-border-shadow: inset 0 0 15px 3px #d4c0aa;
	box-shadow: inset 0 0 15px 3px #d4c0aa;
}

.lien_texte a {
	color: #333;
}

.lien_texte a:hover {
	color: #6f645a;
}



/* 		filets 		*************/

.filet-clair, .filet-fonce {
width: 100%;
margin: auto;
height: 1px;
}

.filet-clair{background:#fff;}
.filet-fonce{background:#eee;}

/* 		puces 		*************/

.no-circle {
	width:10px;
	height:10px;
	---background:gold;
	border-radius: 5px;
	float:left;
	margin-right:5px;
	margin-top:5px;
}

.one-circle {
	width:10px;
	height:10px;
	---background:darkred;
	border-radius: 5px;
	float:left;
	margin-right:5px;
	margin-top:5px;
}

.current {color:darkred;}


