/*--------------------------------------------

				2007 - Dynasites
				http://www.dynasites.ch

---------------------------------------------*/			

/* STRUCTURE */	
html {
	height: 100%;
}

body {
	background: url(images/maquette/background.jpg) top repeat-x;
	margin: 0;
	height: 100%;
}

#container {
	position: relative;
	min-height: 100%;
	width: 920px;
	background-color: white;
	text-align: justify;
}

#header{
	background: url(images/maquette/banniere_background.gif) right no-repeat;
}
#header_index{
	background: url(images/maquette/banniere_background_index.gif) right no-repeat;
}

table#satisfaction {
	width: 100%;
}

#satisfaction td {
	border: none;
}

#separator {
	width: 95%;
	margin-left: 2.5%;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 9px;
	background: url(images/maquette/separator.gif) repeat-x;
}

#content {
	width: 95%;
	min-height: 600px;
	height: 100%;
	margin-left: 2.5%;
}

#menu {
	float: left;
	width: 219px;
	margin: 0;
}
#menu_header {
	width: 100%;
	margin: 0;
	height: 69px;
	background: url(images/maquette/menu_header.gif) top no-repeat;
}
#menu_body {
	width: 100%;
	margin: 0;
	background: url(images/maquette/menu_body.gif) repeat-y;
}
#menu_body ul{
	margin-top: 0;
	margin-bottom: 0;
}
#menu_footer {
	width: 100%;
	margin: 0;
	height: 26px;
	background: url(images/maquette/menu_footer.gif) no-repeat;
}

#display{
	float: right;
	width: 550px;
	margin: 0;
	margin-bottom: 50px;
	margin-right: 50px;
}

#footer {
	clear: both; 
	height: 27px;
	margin-top: 10px;
	background: url(images/maquette/footer.gif) repeat-x;
	text-align: center;
	font-size: 12px;
}
/* fin STRUCTURE */




/* LIENS */
a {
	color: #CC9966;
	text-decoration: none;
}

a:visited {
	color: #CC9966;
	text-decoration: none;
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}

a:visited:hover {
	color: #6699CC;
	text-decoration: underline;
}
img {
	border:0;	
	margin-left: 5px;
}
.link {
	font-style: italic;
	color: #CC9966;
	text-decoration: none;
}
.link:hover {
	font-style: italic;
	color: #6699CC;
	text-decoration: underline;
	/*cursor: pointer;*/
}

/* fin LIENS */

/* MENU */
#dyn_menu {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0;
	margin-right: 10px;
}
#dyn_menu li {
	text-align: center;
	margin-left: 0;
	margin-bottom: 8px;
	border-left: 10px solid #B3C0FE;
	border-bottom: 1px solid #B3C0FE;
}
#dyn_menu li a{
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
#dyn_menu li:hover {
	text-align: center;
	margin-left: 0;
	margin-bottom: 8px;
	border-left: 10px solid #CC9966;
	border-bottom: 1px solid #CC9966;
}
#dyn_menu li:hover a{
	color: #CC9966;
	font-weight: bold;
	text-decoration: none;
}


/* fin MENU */

/* CONTENT */
* {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 15px;	
	color: #666666;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #CC9966;
	text-align: left;
}

h2 {
	font-size: 18px;	
	font-weight: bold;
	color: #6699CC;
	text-align: justify;
}

h3 {
	font-size: 15px;	
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
	text-align: justify;
}

p {
	text-align: justify;
	font-size: 15px;	
	color: #666666;
}
.red {
	color: Red;
}
p.red {
	color: Red;
}
/* fin CONTENT */

/* PHOTOS */
.pic {
	width: 137px;
	height: 180px;
	border: 1px solid #CCCCCC;
	background-color: White;
}
.pic_shadow {
	width: 141px;
	height: 184px;
	background-color: #DEDEDE;
}
.pic img {
	margin-left: 12px;
	margin-top: 8px;
	border: 1px solid #CCCCCC;
}
.left {
	float: left;
	margin-right: 10px;
	vertical-align: baseline;
}
.right {
	float: right;
	margin-left: 10px;
	vertical-align: text-top;
}
/* fin PHOTOS */

/* EQUIPE */
.equipe_description {
	margin-left: 150px;
}
.equipe_description ul {
	text-align: left;
}
.membre_equipe {

}
.equipe_description_padding {
	/* height: 160px; */
	height: 0;
}
/* fin EQUIPE */

/* OBJETS */
.objet_description {
	
}
.objet {

}
/* fin OBJETS */

/* TABLEAU */
table {
	border-collapse: collapse;
}
tbody {
	
}
th {
	background-color: #CC9966;
}
tr {
	margin: 0;
}
td {
	border: 2px solid #6699CC;	
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
}

table#fit {
	border: none;
}
table#fit td {
	border: none;
}
/* fin TABLEAU */