/* General styles */
body 
{
	margin-left:15%;
	margin-right:15%;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:70%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	font-size:90%;		/* The min-width property does not work in old versions of Internet Explorer */	
	color:#FFFFFF;
}

.nav
{
	width:100%;
	text-align:center;
	background:url(/IMAGES/image_bois1.png) repeat;
}

.nav_compte
{
	padding-top:5px;
	padding-bottom:5px;
	border:solid medium white; 
	margin-bottom:5%;
	width:90%;
	text-align:center;
	color:#FFFFFF;
	background:url(/IMAGES/image_bois2.png) repeat;
	font-size:14px;
}

.nav_meteo
{
	padding-top:5px;
	padding-bottom:5px;
	border:solid medium white; 
	margin-bottom:5%;
	width:90%;
	text-align:center;
	color:#FFFFFF;
	background:url(/IMAGES/image_bois2.png) repeat;
}

.nav_photo
{
	border:solid medium white; 
	margin-bottom:5%;
	width:90%;
	background-color:#663300; 
}

a.lien
{
	border-color:none;
	color:#402D1F;
	background-color:#402D1F;
}

a.lien:hover,a.lien:visited,
{
	border-color:none;
	color:#402D1F;
	background-color:#402D1F;
}

.input1
{
	margin:5px;
}

h1
{
	font-size:18px;
}

/* PRESENTATION STYLE */
.cadre_plan
{
	width:45%;
	margin-left:3%;
	margin-right:2%;
	margin-bottom:15px;
	margin-bottom:15px;
	border:solid thin black;
	float:left;
}

.cadre_desc
{
	width:45%;
	margin-right:3%;
	margin-bottom:15px;
	margin-bottom:15px;
	float:left;
	text-align:left;
}

.titleUL
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

/* Header styles */
#header 
{
	clear:both;
	float:left;
	width:100%;
	border:solid medium black;
}

/* 'widths' sub menu */
#layoutdims 
{
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask 
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	border:solid medium black;
}

/* common column settings */
.colright,.colmid,.colleft 
{
	float:left;
	width:100%;
	position:relative;
}

.col1,.col2,.col3 
{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 2 Column (right menu) settings */
.rightmenu 
{
	background:url(/IMAGES/image_bois1.png) repeat;
}

.rightmenu .colleft 
{
	right:25%;			/* right column width */
	background:url(/IMAGES/image_bois1.png) repeat;
}
.rightmenu .col1 
{
	width:73%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
	border:solid medium white;
	margin-bottom:10px;
	margin-top:10px;
	background:url(/IMAGES/image_bois2.png) repeat;
	text-align:center;
}

.rightmenu .col2 
{
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:29%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	margin-bottom:10px;
	margin-top:10px;
}

/* Footer styles */
#footer 
{
	text-align:center;
	clear:both;
	float:left;
	width:100%;
	border:solid medium #000;
	background:url(/IMAGES/image_bois1.png) repeat;
	color:#FFFFFF;
}

#footer p 
{
	padding:10px;
	margin:0;
}

