html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	background:rgb(255, 251, 235);
	text-align:center;
	height:100%;
	font-size: 74%; 
	font-family: verdana,helvetica,sans-serif; 
	color: rgb(51, 51, 51);
}
#container{
	text-align:left;
	margin:0 auto;
	padding: 0em 4em;
	width:750px;
	background:rgb(255, 251, 235) url(../images/s_body.gif) repeat-y scroll center;
}

/* basic styles */
h1, h2, h3, h4, h5, h6 { margin: 0pt; font-size: 1em; color: rgb(89, 64, 21); }
h1 { margin: 0em 0em 0.25em 0em; font-size: 1.9em; letter-spacing: -1px; font-weight: normal; }
#content h1 { text-transform: none; }
h2 { font-size: 1.2em; margin-bottom: 0.4em; }
h3 { font-size: 1.1em; margin-bottom: 0.4em; }
del{
	color:#999;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a[target=_blank] { 
	color: blue;
	text-decoration:underline
}
table
{
	border-collapse:collapse;
	width:100%;
}
table, td, th
{
	border:1px solid #888;
	padding:5px;
	text-align:center;
	color : #888;
}

p{
	line-height:22px;
	margin:5px 0px 15px 0px;
	text-align:justify;
}
ul li { 
	margin: 0px 0px 0.5em;
	padding: 0px 0px 0px 13px;
	background: transparent url('icon_arrowg.gif') no-repeat scroll 0px 5px;
}
.noborder{
	border:0;
}
.clear { clear: both; }
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content ul li{
	padding-bottom:7px;
	background:transparent url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:10px;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}
/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img{
	border:1px solid #222;
}
img.floatright,
img.floatleft,
#left img{
	border:1px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}

.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:0px 15px 8px 0px;
}
img.floatright{
	margin:0px 0px 5px 30px;
}
img.floatcenter{
	margin: 10px auto 20px auto;
}
img.floatvertical{
	margin: 10px auto 20px 110px;
}

/* top section */

/* header */
#header{
	width:680px;
	height:200px;
	margin:auto;
	background:url(../images/headers/h1.jpg) no-repeat top center;
}

/*google*/
.gsmsc-mapDiv {
  height : 500px;
}
		
.gsmsc-idleMapDiv {
  height : 500px;
}

#mapsearch {
	width : 650px;
	margin: 20px;
	padding: 4px 0px 20px 0px;;
	background:#fff;  
}

/* menubar */



#navdiv{
	width:440px;
	float:left;
	text-align:left;
	font-size:12px;	
}
#navlist{
	list-style-type:none;
	margin: 0px 28px;
	padding: 173px 10px 10px 15px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	/*margin-top:180px;
	margin-left:62px;*/
}
#navlist li a:hover{
	color:#ffa500;
	/* other thoughts
	border-top:5px solid #fff;
	color:#df521b;
	*/
}

#contact{
	width:190px;
	float:right;
	font-size:12px;
	/*margin: 0px 28px;*/
	text-align:right;	
	padding: 173px 40px 10px 0px;
}
#contact a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;

	/*margin-top:180px;
	margin-left:62px;*/
}
#contact a:hover{
	color:#ffa500;
	/* other thoughts
	border-top:5px solid #fff;
	color:#df521b;
	*/
}

/* content */
#content{
	min-height:300px;
	width:680px;
	margin:auto;
	color:#222;
	text-align:left;
}
* html #content{
	min-height:300px;
	height:auto !important;
	height:400px;
}
#content_contact{
	width:400px;
	padding: 40px 20px 20px 140px;
	text-align:center;
	font-weight:bold;	
	background:#fff;
}
#content_contact p{
	text-align:center;
}
#content_contact a{
	color:#656565;
}
#content_message{
	width:400px;
	padding: 40px 20px 20px 140px;
	text-align:center;
	background:#fff;
}
#content_message p{
	text-align:center;
}
#content_message a{
	font-weight:bold;	
	color:#656565;
}
#full{
	width:610px;
	padding: 30px 14px 20px 20px;
}
#left{
	width:420px;
	float:left;
	padding: 30px 14px 20px 20px;
	background:#fff;
}

#center2{
	width:610px;
	float:left;
	padding: 30px 14px 20px 20px;
	background:#fff;
}

#libelle{
	text-align:center;
}

/** html #left{
	padding-top:20px;
}*/

/* sidebar */
#right{
	width:190px;
	height:100%;
	float:right;
	padding:35px 10px 20px 20px;
	background:url(../images/s_side.gif) repeat-y scroll left;
}
/** html #right{
	padding-top:20px;
}*/
#right .sideitem{
	margin-bottom:20px;
}
#right .sideitem h4{
	font:12px verdana,helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:url(../images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem .carte{
	margin-left:52px;
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}
#right .sideitem a{
	color:#656565;
	font-weight:bold;
}
#right img.floatleft{
	margin:15px 13px 5px 0px;
}
#right img.floatright{
	margin:15px 0px 5px 10px;
}

/* forms */
/*form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}*/

form {
	/*font-size: 74%;*/
	font:12px verdana,helvetica,sans-serif; 
	margin: 0px 0px 0px 0px;
	width: 610px; 
}

form fieldset {
	border-color: #888;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0px  0px 0px 135px;
	width: 400px;
}

/* Style the legend, labels and the div containing the submit button. */

form fieldset legend {
	font-weight : bold;
	color : rgb(101, 57, 6);
	margin : 0;
	padding : 0.5em;
}

form fieldset label {
	/*display: block;   block float the labels to left column, set a width */
	float: left; 
	width: 140px; 
	color : #888;
	padding: 0; 
	margin: 5px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form fieldset label .required {
	font-weight : bold;
}

form input {
	border:1px solid #888;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 8px 15px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form select {
	border:1px solid #888;
	text-align: center;
	width: 150px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 8px 15px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form select option{
	text-align: center;
}

form fieldset textarea {
	border:1px solid #888;
	padding: 0;
	margin: 5px 0px 8px 15px;
	width: 230px;
	height: 70px;
	/*margin: 5px 0px 10px 25px;  set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#fm_submit {
	font-family: verdana,helvetica,sans-serif; 
	font-weight : bold;
	color: White;
	background: rgb(101, 57, 6);
	/*border: 2px outset #d7b9c9*/
	margin: 20px 0px 20px 250px;
}

form input#fm_reset {
	font-family: verdana,helvetica,sans-serif; 
	font-weight : bold;
	color: White;
	background: rgb(101, 57, 6);
	margin: 20px 0px 20px 50px;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form h1 {
	margin: 10px 0px 0px 20px;
}

#fm-submit {
	clear : both;
	padding-top : 0em;
}

#footer { 
	margin: 0px auto;
	width:750px;
	padding: 12px 22px;
	background: url(../images/s_footer.gif) no-repeat scroll center top;
	clear: both;
	margin-bottom: 3em;
}
#footer #legalinfo {
	float: left;
	width: 440px;
	text-align:left;
	padding: 0px 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: rgb(101, 57, 6);
}
#footer #design {
	float: right;
	width: 190px;
	text-align:right;
	padding: 0px 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: rgb(101, 57, 6);
}
#design a {
	color: rgb(101, 57, 6);
	text-decoration: none;
}


#navdiv{
	width:440px;
	float:left;
	text-align:left;
	font-size:12px;	
}
#navlist{
	list-style-type:none;
	margin: 0px 28px;
	padding: 173px 10px 10px 15px;
}
#navlist li{
	display:inline;
}

#contact{
	width:190px;
	float:right;
	font-size:12px;
	/*margin: 0px 28px;*/
	text-align:right;	
	padding: 173px 40px 10px 0px;
}
#contact a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;

	/*margin-top:180px;
	margin-left:62px;*/
}
