/* ---------------------------------------- */
/* -               Globals                - */
/* ---------------------------------------- */

* {
	margin: 0;
	/*padding:0;*/
	border: 0 none;
}

body {
	background: #FFFFFF url('images/fond.png') no-repeat scroll 0 0;
	font-family:Arial,sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
iframe {
	width:100%;
	height:500px;
}

img {
	border:none;
}

th {
	text-align:center;
}

p.content {
	clear:right;
}

h3 {
	background: white;
	color: black;
	font-size: 1.5em;
	position: relative;
	left: 10px;
	/*top: 10px;*/
}

span.nb {
	font-style:italic;
}

span.licence {
	font-weight:bold;
}

h1,h2,h3 {
	line-height: 2em;
}

a {
	text-decoration: none;
}

pre {
	border-left: 3px solid #5793CD;
	background-color: #CDE0EB;
	margin: 10px 30px;
	padding: 20px;
	overflow:auto;
}

/* ---------------------------------------- */
/* -                Logo                  - */
/* ---------------------------------------- */
#logo {
position: absolute;
left: 50px;
top: 0;
}

/* ---------------------------------------- */
/* -                Boite                 - */
/* ---------------------------------------- */
#main_left {
	background: transparent url('images/main_left.png') no-repeat;
	background-position: top left;
	margin: 120px 70px 0px;
}

#main_right {
	background: transparent url('images/main_right.png') no-repeat;
	background-position: top right;
}

#main_top {
	background: transparent url('images/main_top.png') repeat-x;
	background-position: top left;
	margin: 0px 46px;
	padding-top: 14px;
	min-height: 652px;
}

/* ---------------------------------------- */
/* -                Menu                  - */
/* ---------------------------------------- */
#menu {
	height: 3em;
	/*width: 100%;*/
	display: block;
	padding-top: 20px;
	margin-left: 250px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 5px 7px;
	margin: 0 10px;
	color: black;
	font-size: 1.5em;
}

#menu ul:hover a {
	border: none;
}

#menu ul:hover a:hover, a.active {
	border-bottom: 3px solid #5793CD;
}



#leftmenu {
	background-color: #FFFFFF;
	width: 250px;
	border: 5px solid #5793CD;
	/*text-align: center;*/
	margin-bottom: 50px;
	margin-top: 10px;
}
#leftmenu a {/*
	color: #4574a2;
	background: transparent url('images/lien.png') no-repeat top right;
	padding-right: 20px;*/
}
#leftmenu a img {
	padding-right: 10px;
	padding-left: 10px;
}
#leftmenu ul {
	list-style: none;
}
#leftmenu ul#menugauche_list {
	padding:0;
}
#leftmenu li {
	/*border-bottom: 5px solid #5793CD;*/
}
#leftmenu li a {
	background: none;
	display: block;
	padding: 10px 0;
	color: #000000;
}
#leftmenu li a:hover {
	background-color: #5793CD;
	color: #FFFFFF;
}
#leftmenu ul li a.active {
	background-color: #5793CD;
	color: #FFFFFF;
}


/* ---------------------------------------- */
/* -                Site                  - */
/* ---------------------------------------- */
#body {
	margin-left: 280px;
	vertical-align: top;
	line-height: 1.7em;
	position: relative;
	top: 20px;
}

#body a {
	color: #5793CD;
}

#body a:hover {
	color: #5793CD;
	text-decoration: underline;
}

/* ---------------------------------------- */
/* -                Flux                  - */
/* ---------------------------------------- */
#left {
	position: absolute;
	top: 150px;
	left: 116px;
}

.flux {
	background-color: #FFFFFF;
	width: 250px;
	border: 5px solid #5793CD;
	text-align: center;
	margin-bottom: 50px;
}
.flux h2 {
	background-color: #5793CD;
	color: #FFFFFF;
}
.flux a {
	color: #4574a2;
	background: transparent url('images/lien.png') no-repeat top right;
	padding-right: 20px;
}
.flux p {
	line-height: 1.7em;
	padding: 10px 0;
	border-bottom: 1px solid #4574a2;
}
.flux ul {
	list-style: none;
	padding:0;
}
.flux li {
	border-bottom: 5px solid #5793CD;
}
.flux li a {
	background: none;
	display: block;
	padding: 10px 0;
	color: #000000;
}
.flux li a:hover {
	background-color: #5793CD;
	color: #FFFFFF;
}

.content {
	padding:10px;
}
fieldset.content {
	border: 2px solid #5793CD;
	margin: 10px;
	padding: 10px;
}
fieldset.content legend {
	background-color: #CDE0EB;
	border: 1px solid #CDE0EB;
	border-radius: 10px;
	padding: 0px 10px 0px 10px;
	/*margin: -10px -10px 0px -10px;
	padding-left: 10px;*/
}
table.content {
	border: 2px solid #5793CD;
	margin: 10px;
	padding: 10px;
	margin-left:auto;
    margin-right:auto;
}
table.content th {
	background-color: #CDE0EB;
	/*margin: -10px -10px 0px -10px;
	padding-left: 10px;*/
}
table.content td {
	text-align:left;
	vertical-align:top;
	border:none;
	margin: 10px;
	padding: 10px;
}
table.content td.nom {
	white-space: nowrap;
	width: 150px;
}


#footer {
	clear:both;
	text-align: center;
	/*font-size: 1.3em;*/
	padding-top: 30px;
	padding-left: 310px;
}
