/* CSS Document */

*{
	margin:0;
	padding:0;
}

body
{	
	background-image: url("images/page1-gradient.png" );  
	background-repeat: repeat-x; 
	background-color: #927147;	
	font-family:Arial, Helvetica, sans-serif;
}

#main 
{	
	width:895px; 
	margin:0 auto;
}


/*****************************header**************************************/
#header
{
	height:370px;
}


/*****************************corp**************************************/
#corp
{ 
	width: 895px;
	background: #ffffff;
}


/************************footer************************************/
#footer
{
	height:50px;
	margin:10px 51px 0 55px;
	padding-top:20px;
	padding-bottom:30px;
	color:#ffffff;
	text-align:center;
	font-size:0.75em;
}
#footer a{
	color:#d0be87;
}
#footer a:hover{
	text-decoration:none;
}
#footer li{
	border-right:solid 1px #d0be87;
	padding:0 30px;
	list-style:none;
	display:inline;
	line-height:1em;
	
}
#footer li.last-li{
	border:none;
}
#footer ul a{
	color:#ffffff;
	text-decoration:none;	
}
#footer ul a:hover
{
	text-decoration:underline;
}
#footer ul
{
	padding-bottom:10px; 
}


/***********************my-table************************/
#my-table{
	padding-top: 30px;
	padding-bottom: 30px;
}

/**********************little-col-left***********************/
#little-col-left
{
	width: 33%;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 0.75em;
	border-right:solid 3px #bcb8af;
	text-align:justify;
}


/***********************big-col-right************************/
#big-col-right
{
	width: 66%;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 0.75em;

}


/***********************align-justify***********************/
.align-justify{
	text-align:justify;
}


/***********************align-center***********************/
.align-center{
	text-align:center;
}


/***********************titre************************/
#titre
{
	text-transform:uppercase;
	font-size: 1.25em;
	color: #6f5e42;
}

.phone{
	float:right;
}

#ContactForm{
	padding-left:0px;
	margin-top:30px;
}

.mythes-tableau-entete{
	text-align:center;
	font-size:1.25em;
}

#page_redirect{
	font-size:1.25em;	
}


/***********************CONTACT************************/
.page5-form{
	height:25px;
}

.page5-button{
	float:left;	
	background:url(images/contact_button.gif) no-repeat;
	width:67px;
	height:25px;
	padding-top:0px;
	margin-top:10px;
	margin-left:32px;
	padding-left:0px;
	vertical-align:text-bottom;	
	text-align:center;
}

.page5-button a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
}
.page5-button a:hover{
	text-decoration:underline;
}



/********************************************STYLE*******************************************************/
.style4
{
    height: 50px;
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #5a462f;
    border:1px solid #927147;
}
.style5
{
    height: 50px;
    width: 10%;
	text-align: center;
	color:#f9e7a5;
    background-color: #5a462f;
    border:1px solid #927147;
}
.style6
{
    height: 50px;
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    border:1px solid #927147;
}
.style7
{
    height: 50px;
    width: 10%;
	text-align: center;
	font-family:Wingdings 2;
	color:#5a462f;
	font-size:2.00em;
	border:1px solid #927147;
}
.crochet
{
	font-family:Wingdings;
}
.underline-bold
{
	font-weight:bold;
	text-decoration:underline;
}