/* Start of CMSMS style sheet 'envmark' */
/* CSS Document */

html,body {
	margin:0;
	padding:0;
}

body {
	font: .8em arial,sans-serif;
	text-align:left;
	background:#c0c0c0;
}

p {
	margin:0 10px 10px;
}

a {
	color: #006;
}

#header {
	width:820px;
	height:236px;
	background-image:url(/uploads/images/tetiere.jpg);
	background-repeat:no-repeat;
}

#intro {
		visibility:hidden;
		height: 0px;
		position:absolute;
		top:-1000;
		left:-1000;
}

#container {
	text-align:left;
	background-image:url(/uploads/images/fond_content.gif);
	background-repeat:repeat-y;
	width:820px;
	margin:0 auto;
}

#informations{
	width:200px;
	min-height:500px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	background-image: url(/uploads/images/informations.jpg);
	background-repeat:no-repeat;
}
	#informations h1 span{
		visibility:hidden;
		position:absolute;
	}
	#informations li {
		margin:0px 15px 15px -10px;
		font-size:.85em;
		list-style-type:square;
	}

#infosentete {
	position: relative;
	width:200px;
	height:35px;
	top:0px;
}

#menuhaut {
	width:580px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menuhaut ul{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.bulletmenu ul {
	display: inline;
}

#menuhaut li{
	float:left;
	list-style-type:none;
	display: inline;
}

#menuhaut li a{
	background-image:url(/uploads/images/fond_menu_haut0.png);
	background-repeat:repeat-x;
	height:18px;
	display:block;
	padding:8px 10px;
	margin:0px 1px;
	font-size:.85em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	white-space:nowrap;
}

* html #menuhaut a {width:1%;}

#menuhaut .currentpage,#menuhaut a:hover{
	color: #ffffff;
	background-image:url(/uploads/images/fond_menu_haut.png);
	background-repeat:repeat-x;
}

#content {
	float:right;
	width:580px;
	margin: 0px 12px 0px 5px;
	padding: 5px;
	display: inline;
}
	#content p {
		line-height:1.4;
	}
	#content h1 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:2em;
		font-weight:normal;
		color:#003a81;
	}

#menubas{
	clear:both;
	float:right;
	width:580px;
	margin: 0px 12px 0px 5px;
	display: inline;
}

#menubas li{
	float:left;
	list-style-type:none;
	white-space:nowrap;
	display: inline;
}

#menubas li a{
	background-image:url(/uploads/images/fond_menu_bas.png);
	background-repeat:repeat-x;
	height:35px;
	display:block;
	padding:12px 0px;
	margin:0px 5px;
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000000;
	text-align:center;
}

* html #menubas a {width:1%;}

#menubas .currentpage,#menubas a:hover{
	color: #f29400;
}

#ombrefooter {
	clear:both;
	width: 820px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	background:url(/uploads/images/ombre_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#gallery {
	position: relative;
	width:81px;
	height:76px;
	margin:0;
	padding:0;
	top:157px;
	left:126px;
}

#gallery2 {
	position: relative;
	width:163px;
	height:150px;
	margin:0;
	padding:0;
	top:-71px;
	left:361px;
}

.fiche {
	clear:both;
}

.fiche img {
	float: left;
	margin:0px 10px 10px 0px;
	border: solid 1px black;
}

.fiche a img {
	float: left;
	margin:2px;
	border:0px;
	display: inline;
}

.mini {
	font-size:.7em;
}
/* End of 'envmark' */

/* Start of CMSMS style sheet 'tables' */
/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	font-size: 90%;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}
/* End of 'tables' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
width:auto;        
margin:5px 0 0 10px;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */

.ffsubmit {
margin:10px 0 0 160px;
}
/* End of 'Forms' */

