* {
	margin : 0;
	padding : 0;
}

body {
background:#CCCCCC url('../images/bg.gif') repeat-y fixed center bottom;
color:#333333;
}

a {
	color_ : #437fda;
	color_ : #2B548D;
	color : #396EBC;
	text-decoration : none;
}
a:visited {
	color : #2B548D;
	text-decoration_ : underline;
}
a:hover {
	color : #ba8f43;
}

#cookieChoiceInfo{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color:00AFAF!important;
 }

h2 {
	color : #343434;
	font : italic 200% "Times New Roman";
	font_ : italic 200% sans-serif;
}
h3 {
	color : #343434;
	font : italic 160% "Times New Roman";
	font_ : italic 160% sans-serif;
}
h4 {
	color : #343434;
	font : bold italic 110% "Times New Roman";
	font_ : bold italic 110% sans-serif;
	padding : 1em 1em 0 1em;
}

html {
	color : #565656;
	font_ : 70%/170% sans-serif;
	font : 80%/180% "Times New Roman";
	font-size : 12px;
	text-align : justify;
}

img {
	margin : 1em 1em 0 1em;
}
img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

form button {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
}
form input {
	border : none;
	width : 100%;
}
form textarea {
	border : none;
	width : 100%;
	height : 10em;
}
form p.button {
	text-align : right;
}
form p.input,
form p.text {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 1em 0 1em;
}

p {
	padding : 1em 1em 0 1em;
}

ul,
ol {
	padding : 1em 1em 0 3em;
}



#main {
	margin : auto;
	margin-top : 50px;
	max-width : 65em;
	min-width : 40em;
	width : auto !important;
	width : 65em;
}

.main_cadre {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin_: 20px auto 4px auto; 
	text-align: left;
}

#header {
	background : #2b548c url('../images/header_bg.png') repeat-x bottom left;
	padding : 6em 4em 1em 4em;
}
#header h1 {
	color : #ffffff;
	font : italic 240% "Times New Roman";
	font_ : italic 240% sans-serif;
}

#menu {
	background : #437fda;
	border-bottom : 1px solid #2b548c;
	font : 100% "Times New Roman";
	font_ : 100% sans-serif;
	
}
#menu ul {
	padding : 0.75em 4em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	padding : 0.75em 1.5em;
}
#menu li a:hover {
	background : #2b548c;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 0 0 0;
	background_ : #dadada;
	background : #ffffff;
}
#content div {
	padding : 0 4em 2em 4em;
}

#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 5em 2em 5em;
}
#panel div {
	padding : 2em 0 0 0;
}
div.left {
	left : -1em;
	float : left;
	position : relative;
	width : 50%;
}
div.right {
	left : 1em;
	float : left;
	position : relative;
	width : 50%;
}

#footer {
	font-size : 85%;
	margin : auto;
	padding : 1em 0 3em 0;
	text-align : center;
	width : 65%;
}


.floatleft
{
	float: left;
	padding:0px 10px 10px 0px; 
}