/* CSS Document */
@font-face {
 	font-family: Oceania;
 	src: url(../fonts/Oceania.eot) /* EOT file for IE */
}
@font-face {
 	font-family: Oceania;
 	src: url(../fonts/Oceania.ttf) /* TTF file for CSS3 browsers */
}

html{
	background-image:url(../images/background-tile.jpg);
	background-repeat:repeat;
	font-family:Arial,Oceania, Arial, Geneva;
}

body{
	margin:0px;
	padding:0px;
}

#container{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:850px;
	margin:0px;
	padding:0px;
}

#global_content_container{
	width:850px;
	margin-left: auto;
	margin-right: auto;	
}

#top_content_container{
	width: 850px;
	height: 170px;
	margin-top:5px;
}

#top_content_left{
	width: 425px;
	float:left;
}

#top_content_right{
	width:425px;
	float:left;
	font-size:12px;
	font-weight:500;
}

#middle_content_container{
	width:760px;
	margin-left: auto;
	margin-right: auto;
}

#middle_content_pages_container{
	width:760px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/background_pages.jpg);
}

#menu_container{
	width:760px;
	height:36px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/background_menu_stretched.jpg);
}

#footer_container{
	width:760px;
	height:95px;
	background-image:url(../images/background_footer.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
}

ul.mymenu{
	list-style:none;
	padding: 0px;
	margin: 0px;
}

ul.mymenu li {
	padding:10px;
	padding-top: 13px;
	padding-left: 17px;
	display:block;
	float:left;
	color:#765f4b;
	font-variant:small-caps;
	font-weight:400;
	font-size:13px;
	background-image:url(../images/background_menu.jpg);
}

.browntext{
	color:#765f4b;
}

.bluetext{
	color:#6e8e93;
}

.title_blue{
	background-image:url(../images/background_blue.jpg);
	width:720px;
	height:17px;
	margin-left: auto;
	margin-right:auto;
	font-size:13px;
	font-variant:small-caps;
	color:#FFF;
	padding-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content{
	width:720px;
	margin-left: auto;
	margin-right:auto;
	font-size:12px;
	color:#666;
	padding-left:10px;
	margin-top: 5px;
	margin-bottom: 25px;
}


.title_brown{
	background-image:url(../images/background_brown.jpg);
	width:720px;
	height:17px;
	margin-left: auto;
	margin-right:auto;
	font-size:13px;
	font-variant:small-caps;
	color:#FFF;
	padding-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input{
	background-color:#666;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border: solid 1px #630;
}

textarea{
	background-color:#666;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border: solid 1px #630;
}

.mymenu li a, .mymenu li a:visited{
	text-decoration:none;
	color:#765f4b;
}

.mymenu li a:hover{
	text-decoration:none;
	color:#99bac0;
}

ul.mymenu2{
	list-style:none;
	padding: 0px;
	margin: 0px;
}

ul.mymenu2 li {
	display:block;
	color:#765f4b;
}

ul.mymenu2 li a, ul.mymenu2 li a:visited {
	display:block;
	color:#765f4b;
	text-decoration:none;
}

.bluetext{
	color:#99bac0;
}

/* panes */
#flowpanes {
	width:500px;
	height:335px;
	margin-top: 0px;
	color:#000000;
	position:relative;
	overflow:hidden;
	clear:both;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0px 0px;
	float:left;
	display:block;
	width:500px;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:relative;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

/* Frontpage Modifs */
#language_buttons{
	float:right;
	height: 40px;
	width: 150px;
	text-align:right;
	clear:both;
	margin-right: 45px;
	}
#contactez_nous{
	float:right;
	clear:both;
	margin-right: 45px;
}

