body {
	font-family : "Verdana", sans-serif;
	color:#000;
	font-size: 12px;
	background: url(../images/lignes.gif) repeat;
	}
* {
	margin: 0;
	padding: 0;
	}
a:link, a:visited {
	text-decoration: none;
	color:#000;
	border-bottom: 1px solid #000;
	}
a:hover, a:active {
	background: #98b506;
	color: #fff;
	border-bottom: 1px solid #98b506;
	}
/********** Structure **********/
#container {
	width: 760px;
	margin: 0 auto;
	border: 2px solid #fff;
	background: url(../images/ContainerBkg.gif) repeat-y;
	}
#maison {
	position: absolute;
	top: -2px;
	z-index: 20;
	}
#header {
	position: relative;
	}
.gauche {
	float: left;
	width: 228px;
	border-right: 2px solid #fff;
	}
.droite {
	float: right;
	width: 530px;
	}
.beige {
	background: #cdcab3;
	height:50px;
	}
.vert {
	background: #61674e;
	border-top: 4px solid #808251;	
	height:50px;
	}
/********** Logo **********/
.beige a:link, .beige a:visited, .beige a:hover, .beige a:active, .beige img {
	background: none;
	border: none;
	}
.beige .logo {
	margin: 10px 90px;
	}
/********** Noir **********/
.noir {
	background: #000;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height:150px;
	}
.noir .Galerie, .noir .Ateliers {
	float: right;
	width: 200px;
	color: #fff;
	text-align: center;
	padding: 15px 15px;
	}
.noir .Separateur {
	background: #fff;
	width: 1px;
	height: 130px;
	float: right;
	margin: 10px 5px;
	}
.noir h1 {
	font-size: 20px;
	font-weight: normal;
	}
.noir p {
	padding: 10px 0;
	}
/********** Breadcrumbs **********/
#breadcrumbs {
	background: #98b506;
	height: 25px;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 11px;
	padding: 10px 0 0 0;
	}
.breadcrumbs {
	float: left;
	padding: 0 0 0 10px;
	}
.breadcrumbs li {
	list-style: none;
	float: left;
	padding: 0 5px 0 0;
	}
.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: none;
	color:#fff;
	border-bottom: 1px solid #fff;
	}
.breadcrumbs a:hover, .breadcrumbs a:active {
	background: #98b506;
	color: #fff;
	border-bottom: none;
	}
.print {
	float: right;
	padding: 0 10px 0 0;	
	}
.print a:link, .print a:visited, .print a:hover, .print a:active, .print img {
	background: none;
	color: #fff;
	border: none;
	}
/********** Menu **********/
#menu {
	background: #ddeeaa;
	border-left: 10px solid #98b506;
	}
#menu .menu {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/traitille.gif) repeat-x 0% 0%;
	padding: 1px 0 0 0;
	}
#menu .menu li {
	background: url(../images/traitille.gif) repeat-x 0% 100%;
	display: block;
	padding: 0 0 1px 0;
	}
#menu .menu a:link, #menu .menu a:visited {
	display: block;
	text-decoration: none;
	color:#666;
	border: none;
	padding: 14px 0 14px 20px;
	width: 198px;
	}
#menu .menu a:hover, #menu .menu a:active, #container #menuActif a {
	background: url(../images/MenuOn.gif) no-repeat;
	color: #fff;
	display: block;
	}
	/********** SMenu **********/
	#menu .smenu {
		list-style: none;
		font-size: 14px;
		font-weight: normal;
		padding: 1px 0 0 0;
		border-left: 10px solid #bad158;
		background: url(../images/traitille.gif) repeat-x 0% 100%;
		}
	#menu .smenu li {
		display: block;
		padding: 0 0 1px 0;
		background: none;
		}
	#menu .smenu a:link, #menu .smenu a:visited {
		display: block;
		text-decoration: none;
		color:#666;
		border: none;
		padding: 7px 0 7px 15px;
		width: 188px;
		}
	#menu .smenu a:hover, #menu .smenu a:active, #container #smenuActif a {
		background: url(../images/SMenuOn.gif) no-repeat 1% 50%;
		color: #98b506;
		display: block;
		}
/********** News **********/
.news {
	background: #b7b104;
	color: #000;
	border-bottom: 2px solid #fff;
	}
.NewsTitle {
	float: left;
	width: 180px;
	padding: 10px;
	}
.news h1 {
	font-size: 18px;
	}
.news h2 {
	font-size: 16px;
	font-weight: normal;
	}
.news .Separateur {
	background: #000;
	width: 1px;
	height: 130px;
	float: left;
	margin: 10px 0;
	}
.NewsResume {
	float: left;
	width: 280px;
	padding: 0 15px;
	}
.NewsResume p {
	padding: 10px 0;
	}
/********** Content **********/
#container .csc-header {
	font-size: 9px;
	background: #98b506;
	height: 25px;
	color: #fff;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.content {
	border: 1px solid #ccc;
	background: #c7c29e;
	}
.content h1 {
	font-size: 18px;
	background: #98b506;
	height: 25px;
	color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	}
.content p {
	padding: 10px;
	}
/********** Formulaire Contact **********/
#mailform fieldset {
	border: none;
	padding: 0 0 30px 0;
	}
#mailform input, #mailform textarea {
	display: block;
	border: 1px solid #61674e;
	font-family: "Verdana", sans-serif;
	color:#000;
	font-size: 12px;
	line-height: normal;
	padding: 1px 0;
	}
.csc-mailform-field {
	float: left;
	padding: 10px 50px 0 10px;
	}
.csc-mailform-submit {
	font-family : "Verdana", sans-serif;
	color:#000;
	font-size: 12px;
	width: 150px;
	margin: 58px 0 0 5px;
	}
#mailform .csc-mailform-submit:hover {
	background: #61674e;
	color: #fff;
	}
/********** Footer **********/
#footer {
	clear: both;
	background: #61674e;
	border-top: 2px solid #fff;
	height: 54px;	
	}
#footer p {
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 10px;
	}
#footer img {
	padding: 2px 0;
	}
#CancelFloat {
	clear:both;
	}
