body {
	color : #333;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	font: 0.8em Verdana, sans-serif, Arial, Helvetica;
	text-align: left;
	width: 800px;
	background: #fff;

}

/* Page structure */
#pagecontainer {
	margin: 0 40px 0 40px;
	padding: 0;
	/*top: 0;*/
	width: 720px;
	/*bottom: 0;*/
	background: #fff;
}

#banner {
	width: 720px;
	padding: 0;
	border: 0;
	margin: 0;
	height: auto;
	text-align: center;
	background: #fff;
}

#maincontent {
	border: 0;
	padding: 0;
	padding: 5px 0 10px 0;
	width: 100%;
}

#sidebar {
	display: none;
}

#foot_note {
	clear: both;
	width: 100%;
	padding-top: 1em;
	font-size: 1em;
	text-align: center;
	border-top: 1px dotted #333;
}

#foot_note a img {
	display: none;
}
/* End of Page structure */

/* Maincontent Styles */
#main_title {
	display: block;
	min-height: 2em;
	position: relative;
	margin: 0px 0 10px 0;
	padding-bottom: 5px;
}

#main_title h2 {
	display: block;
	margin-bottom: 0;
}

#main_title h3 {
	display: block;
	margin-top: 0em;
	padding-left: 5px;
}

#main_title img {
	height: 40px;
	margin: 2px 5px 5px 0;
	float: left;
}

#portail {
	padding: 0;
	margin: 0;
}

#portail dt {
	clear: left;
}

#fiche {
	display: block;
	clear: left;
}

#photo img {
	float: left;
	padding: 0;
	margin: 0px 10px 0 0;
	width: 150px;
	overflow: hidden;
	clear: left;
}


#encart {
	margin-top: 5px;
}

#encart dl {
}

#encart dt {
	font-weight: bold;
	clear: none;
}

#encart dd {
	margin-bottom: 0.5em;
}


#encart p {
	margin: 0;
	padding: 0 0 2px 0;
}


#bloc {
	clear: both;
	display: block;
}

#bloc p {
	margin: 0;
	padding: 0 0 5px 0;
}

.left_block {
	width: 64%;
	padding-right: 2px;
	float: left;
}

.right_block {
	/*position: absolute;*/
	float: right;
	padding-left: 2px;
	/*right: 0;*/
	width: 35%;
}
/* End of Maincontent Styles */

/* List */
.list_box, .encadrer {
	display: block;
	position: relative;
	clear: both;
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 0 0.5em 0 0.5em;
}

.list_box .add_item {
	text-align: right;
}

.list_box form {
	margin: 0;
	padding: 0;
	padding: 0.5em 0 0 0;
}

.list_browser {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	position: relative;
	height: 20px; /* necessaire pour IE MS 4*/
	line-height: 2em; /* necessaire pour IE MS 4*/
	font-weight: bold;
	font-size: 0.9em;
}

.list_title_tool {
	border-top: 0 solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
}

dl.table_results {
	border: 1px solid #ccc;
	margin: 5px 0 10px 0;
	padding: 0;
	clear: both;
}

dl.table_results dt {
	padding: 10px;
	padding-left: 15px;
	border-top: #ccc 1px solid;
	background: #fff;
	color: #333;
	font-weight: bold;
}

dl.table_results dt a:link, dl.list_results dt a:visited {
	text-decoration: none;
	color: #333;
}

dl.table_results dt a:hover {
	text-decoration: underline;
	color: #f60;
}

dl.table_results dd {
	margin: 0;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 15px;
}

.list_descr_title {
	color: #333;
}

.enum_results a:link, .enum_results a:visited {
	text-decoration: none;
	color: #333;
}

.enum_results a:hover {
	text-decoration: underline;
	color: #f60;
}

/* End of List */

/* Display tools */
.display_tools {
	font-size: 0.8em;
	text-align: center;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	display: block;
	clear: left;
	background: #efefef;
}

dl div.display_tools {
/* Tools in list results */
	border: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
}

dl div.display_tools a:link, dl div.display_tools a:visited {
	text-decoration: none;
	color: #333;
}

dl div.display_tools ul li a:link, dl div.display_tools ul li a:visited {
	color: #333;
}

dl div.display_tools a:hover {
	color: #f60;
}

dl div.display_tools ul li a:hover {
	color: #f60;
}

.display_tools ul {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 1.5em;
}

.display_tools ul li {
	display: block;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20%;
	line-height: 1.5em;
	border-right: 1px solid #ccc;
}

div.display_tools ul li a:link {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #333;
}

div.display_tools ul li a:visited {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #333;
}

div.display_tools ul li a:hover {
	color: #f60;
}

.display_tools ul li.valide {
	position: absolute;
	left: 0;
}

.display_tools ul li.modifier {
	position: absolute;
	top: 0;
	left: 20%;
}

.display_tools ul li.attente {
	position: absolute;
	top: 0;
	left: 40%;
}

.display_tools ul li.archive {
	position: absolute;
	top: 0;
	left: 60%;
}

.display_tools ul li.efface {
	position: absolute;
	top: 0;
	left: 80%;
	border-right-style: none;
}
/* End of Display tools */

/* Display browser */
.item_browser {
	position: relative;
	background: #efefef;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	height: 20px; /* necessaire pour IE MS 4*/
	line-height: 2em; /* necessaire pour IE MS 4*/
}

.arrow_back {
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 21px;
	bottom: 0.3em;
}
.arrow_next {
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	bottom: 0.3em;
}
/* End of Display browser */

/* Banner styles */

#banner a {
	color: #333;
	text-decoration: none;
}

#banner a img {
	display: block;
	border: 0;
	padding: 0;
}

#banner h1 {
	display: inline;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2em;
	font-weight: bold;
}

#banner cite {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 1em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#banner img {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

/* End of banner */

/* Menu */
ul#menu {
	border: 0;
	display: block;
	padding: 0;
	text-align: center;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

ul#menu li {
	border: 0;
	display: block;
	margin: 0;
	padding:0.4em;
	padding-bottom: 0.7em;
	list-style: none;
	list-style-image: none;
}

ul#menu a {
	text-decoration: none;
	color: #333;
}

ul#menu a:hover {
	color: #f60;
}
/* End of Menu */

/* Form fieldsets */
fieldset {
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	clear: left;
	display: block;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

fieldset ul {
	clear: left;
	list-style: inside;
	text-indent: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 2px;
}

fieldset dd {
	margin: 0;
	padding: 0;
}

/* End of fieldsets */

/* Form Tools */
.form_tools {
	display: block;
	clear: both;
	background: #efefef;
	border: 1px solid #999999;
	text-align: center;
}

.confirm_tools {
	display: block;
	clear: both;
	background: #efefef;
	border: 1px solid #999999;
	text-align: center;

}

#ancre {
	background: #99ccff;
}
/* End of Form Tools */

/* html tags default */
p, .corps_de_texte {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0.6em;
}

h2, .titre1 {
	margin: 0;
	padding: 0.4em;
	margin-top: 0.4em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
	font-size: 1.4em;
	font-style: normal;
	color: #333;
	text-align: left;
	letter-spacing: 0;
	clear: left;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	padding-left: 0;
	background: #fff;
}

h3, .titre2 { 
 	margin: 0;
	padding: 0;
	margin-top: 3px;
 	font-weight: bold;
	font-size: 1em;
	font-style: oblique;
	color: #333;
/*	clear: left;*/
}

h4, .h4 {
	margin: 0;
	padding: 0.8em 0 0.2em 0;
	font-weight: bold;
	color: #333;
	font-size: 1em;
}

strong, .texte_important {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0 0 0 23px;
}

li {
	padding: 0 0 0.3em;
	list-style-position: outside;
	list-style-image: none;
}

dt {
}

dd {
	margin-bottom: 1em;
	margin-left: 1em;
}

img {
	/*display: block;*/
	border: 0;
	margin: 0;
}
/* End of html tags default */

/* links default  */
a:link, a:visited {
	color: #333;
}

a:hover { 
	color: #f60;
}

a:link.black_link, a:visited.black_link {
	text-decoration: none;
	color: #333;
}

a:hover.black_link {
	text-decoration: underline;
	color: #f60;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #333;
}

h2 a:hover, h3 a:hover {
	color: #f60;
}
/* End of links default  */

/* Various */
.thumbnail {
	height: 40px;
	width: 40px;
}

.lock {
	display: inline;
	/*float: left;*/
	margin: 0;
	padding: 0;
	padding-right: 2px;
	border-style: none;
}

.post_it {
	padding: 5px;
	background: #ffff66;
	border: dotted #cccc00 1px;
	margin: 5px;
}

.post_it_text {
	font-size : 0.9em;
	color : black;
}


.note, .texte_note {
	clear: left;
	font-size : 0.8em;
	font-weight: normal;
}
.favoris {
	float: right;
}
.favoris img {
	position: relative;
	bottom: 8px;
	border: dotted #cccc00 1px;
}

div.c1 {text-align: center;}

/* End of Various */
