/* Default Stylesheet */
/* >>> ELEMENTS <<< */
*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #333;
	background: #ffffff;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;
}

img
{
	border: 0;
}

/* >>> CONTAINERS <<< */
div#container
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../pictures/wood_bkg.jpg) repeat-y;
}

div#header-in
{
	color: #fff;
	background: #000000 url(../pictures/header.jpg) no-repeat bottom left;
	height:300px;
	border-bottom: 30px solid #ffffff;
}

div#center
{
	margin: 0 0 0 200px;
	color: inherit;
}

div#center-in
{
	padding: 0 0 30px 30px;
}

div#left
{
	float: left;
	width: 199px;
	color: #000;
	font-weight: bold;
}

div#left-in
{
	padding: 0px;
}

div#footer-wrap
{
	clear: both;
}

div#footer-in
{
	padding-top: 10px;
	margin-bottom: -20px;
}

/* >>> LISTS <<< */
ul#nav-left
{
	margin: 20px;
	list-style: none;
}

ul#nav-left li a
{
	display: block;
	width: 138px;
	padding: 5px 10px;
	color: #000;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-transform: uppercase;
	line-height: 1.2;
}

ul#nav-left li a:hover, ul#nav-left li a.active
{
	color: #000;
	background-color: #ffcb5c;
	border-bottom: 2px solid #000000;
}

ul#nav-footer
{
	margin: 0;
	padding: 0 2px 0 220px;
	color: #666;
	background-color: inherit;
	font-size: 60%;
	list-style: none;
	text-align: right;
}

ul#nav-footer li
{
	display: inline;
}

ul#nav-footer li.left
{
	float: left;
}

ul#nav-footer li a
{
	margin: 0 3px;
	color: #666;
	background-color: inherit;
}

ul#nav-footer li a:hover
{
	color: #666;
	text-decoration: none;
	background-color: inherit;
}

ul.list
{
	margin: 0 30px 20px 30px;
	color: #444;
}

ul.list li {
	margin-bottom: 10px;
	list-style-type: square;
}

/* >>> TYPOGRAPHY <<< */



div#center h2
{
	margin: 0 0 -10px 0;
	font-size: 75%;
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
	
}

div#center h3
{
	margin: 20px 0 10px 0;
	font-size: 150%;
	color: #000000;
	line-height: 1.3;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	
}

div#center h3.nospace {
	margin-top: 0;
}



div#left h2
{
	margin: 20px 20px 15px 20px;
	font-size: 85%;
}

div#center p
{
	margin: 0 0 10px 0;
	color: #444;
	background-color: inherit;

}

div#left p
{
	margin: 20px 20px 5px 20px;
	color: #000;
	background-color: inherit;
	font-size: 110%;
	line-height: 1.2;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}

a
{
	color: #d51717;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.pub
{
	margin: 10px 0 10px 20px;
}

.addon {
	float: right;
	margin: 10px 0 5px 10px;
	width: 200px;
}

.addon img {
	margin-bottom: 10px;
	border: 1px solid #000;
}

.pic {
	float: right;
	margin: 0 0 10px 20px;
}

.pic2 {
	border: 1px solid #000;
	margin: 20px 0 0 100px;
}

.pic3 {
	float: right;
	margin: 10px 0 10px 20px;
	border: 1px solid #000;
}
.center {
	margin-left: 230px;
	margin-bottom: 20px;
}

/* >>> FORMS <<< */
form {
	margin: 10px 0 0 0;
	padding: 0;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #999;
}

legend {
	font-weight: bold;
	padding: 0 5px;
	font-size: 120%;
	color: #000000;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-transform: uppercase;

}

.label2 {
	display: block;
	margin-bottom: -5px;
}

input, select {
	margin-top: 10px;
}


.choix {
	font-style: oblique;
}
.peinture {
	margin-right: 30px;
}

.box {
	border: 2px solid #002e57;
	padding: 25px;
	background-color: #fff3a0;
	margin-bottom: 15px;
}


em{
	font-size: 0.8em;
}

.spacing {
	margin-bottom: 300px;
}
.message {
	border:1px solid #000000;
	background-color: #ededed;
	font-size: 110%;
}
.merci {
	font-size: 125%;
	font-weight: bold;
	font-style: oblique;
	color:#fb2222;
}

.underline {
	background-color: yellow;
	padding: 0 5px;
}

/* >>> END <<< */
