body { 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #3389BA;
}

div.container {
	width: 960px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	
	background-image: url('../img/bg_text_sh.jpeg');
	background-repeat: repeat-y;
}

div.content {
	margin: 0px;
	padding: 0px;
	width: 960px;
	padding-top: 1px;
	
	background-image: url('../img/content_top.jpeg');
	background-repeat: no-repeat;
	background-position: center top;	
}

div.text {
	position: relative;
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	margin-top: 27px;
	background-image: url('../img/content_bottom.jpeg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* HEADER */

div.header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 170px;
	background-color: #3389BA;
	background-image: url('../img/top_fr.jpeg');
	background-repeat: no-repeat;
	background-position: center top;
}

div.header a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 960px;
	height: 170px;
	overflow: hidden;
	text-indent: -1000em;
}

div.header div.description {
	display: none;
}

div.header h1 {
	display: none;
}

div.header h2 {
	display: none;
}

/* FOOTER */
div.footer {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background-color: #3389BA;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}

div.validator {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	width: 760px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: right;	
	padding-bottom: 10px;
}

div.validator ul {
	margin: 0px;
	padding: 0px;
}

div.validator ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
}

div.validator ul li.separator {
	font-size: 0.8em;
	color: #FFFFFF;
}

div.validator ul li a {
	color: #FFFFFF;
	text-decoration: underline;
}

div.validator ul li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

div.validator ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}






img {
	border: none;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 1em;
	color: #000000;
	text-transform: uppercase;
	margin-left: 20px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	color: #000000;
	text-transform: uppercase;
	padding-top: 6px;
}
















div.logout {
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 70px;
}

div.logout a {
	font-size: 0.8em;
}

div.success {
	font-family: helvetica, arial, sans-serif;
	text-align:			left;
	border-collapse:	collapse;
	/*border:				1px dotted #BFFF62;*/
	padding-top:		12px;
	padding-bottom:		12px;
	padding-left:		50px;
	height:				40px;
	width:				300px;
    font-size: 0.9em;
	font-weight:		bold;
	color:				#616161;
	background-color:	#FFFFFF;
	background-image:	url('../img/success.gif');
	background-repeat:	no-repeat;
	margin-top: 10px;
}

div.error {
	font-family: helvetica, arial, sans-serif;
	text-align:			left;
	border-collapse:	collapse;
	/*border:				1px dotted #BFFF62;*/
	padding-top:		12px;
	padding-bottom:		12px;
	padding-left:		50px;
	height:				40px;
	width:				300px;
    font-size: 0.9em;
	font-weight:		bold;
	color:				#FF3200;
	background-color:	#FFFFFF;
	background-image:	url('../img/error.gif');
	background-repeat:	no-repeat;
	margin-top: 10px;
}

div.form {
	width: 500px;
}

div.form div.label {
	padding-top: 5px;
	padding-left: 15px;
}

div.form div.label label {
    font-size: 0.8em;
	color: #000000;
}

div.form div.label label.error {
    font-size: 0.8em;
	color: #FF3200;
}

div.form div.field {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
    font-size: 0.8em;
	color: #000000;
}

div.form div.label span.must {
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}

div.form div.label span.format {
    font-size: 0.8em;
	color: #000000;
	font-style: italic;
}

div.form div.field label {
    font-size: 0.8em;
	color: #000000;
}

div.form p {
	clear: both;
}

div.form textarea {
	color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #FFFFFF;
	width: 450px;
	height: 300px;
}

div.form select {	  
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #FFFFFF;
	width: 450px;
}

div.form input {
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #FFFFFF;
	width: 450px;
}

div.form input.check {
	width: 15px;
}

div.form input.file {
	width: 150px;
}

div.form div.submit {
	padding-top: 10px;
	text-align: center;
}

div.form div.submit input {
    font-size: 0.8em;
    color: #505050;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #CECECE;
	width: 150px;
}

input.submit {
	font-family: helvetica, arial, sans-serif;
    font-size: 0.8em;
    color: #505050;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #CECECE;
}

ul.options {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul.options li {
	display: block;
	float: left;
	margin: 0px;
	padding: 5px;

	list-style-image: none;
	margin-left: 2px;
	margin-top: 3px;
	background-color: #CECECE;
	border: 1px solid #00578F;
	color: #505050;
}

ul.options li a {
	font-size: 0.7em;
	color: #505050;
	text-decoration: none;
}

ul.options li a:hover {
	font-size: 0.7em;
	color: #505050;
	text-decoration: none;
}

ul.navig {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul.navig li {
	display: block;
	float: left;
	margin: 0px;
	padding: 5px;

	list-style-image: none;
	margin-left: 5px;
	margin-top: 5px;
	color: #CECECE;
}

#status_description_fr {
    color: #000000;
	font-weight: normal;
	width: 350px;
	border: dotted 1px #000000;
}

ul.infos {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 3px;
	padding-left: 5px;
}

ul.infos li {
	margin: 0px;
	padding: 0px;
	list-style-image: url('../img/bullet.gif');
	font-size: 0.8em;
}








/************/
/*** BLOG ***/
/************/
div.login {
	margin-left: 100px;
}

div.blog {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	margin-top: -15px;
	margin-bottom: 10px;
	width: 635px;
	border-right: solid 1px #B7B7B7;
}

div.blog p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
	text-align: justify;
}

div.blog_menu {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

hr {
	margin: 10px;
	padding: 0px;
	background-color: #B7B7B7;
	height: 1px;
	border: none;
}

div.navbar {
	margin: 0px;
	padding: 0px;
	margin-top: -15px;
	margin-left: 3px;
	text-align: right;
	padding-bottom: 2px;
	width: 225px;
}

#tags {
	margin: 0px;
	padding: 0px;
	background-color: #F0EBD6;
	width: 224px;
	text-align: left;
	margin-bottom: 5px;
}

#tags span.label {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -2000em;
	overflow: hidden;
	width: 224px;
	height: 40px;
	background-image: url('../img/sujets.jpeg');
	background-repeat: no-repeat;
}

#archives, #blogroll, #search, #pub {
	margin: 0px;
	padding: 0px;
	background-color: #D4E6F0;
	width: 224px;
	text-align: left;
	margin-bottom: 5px;
}

#search span.label {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -2000em;
	overflow: hidden;
	width: 224px;
	height: 40px;
	background-image: url('../img/search.jpeg');
	background-repeat: no-repeat;
}

#search form {
	margin: 0;
	padding: 10px;
}

#search form input {
	width: 150px;
}

#search form input.ok {
	width: 40px;
	color: #3389BA;
	font-weight: bold;
	background-color: #DDDDDD;
	font-variant: small-caps;
}

#archives span.label {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -2000em;
	overflow: hidden;
	width: 224px;
	height: 40px;
	background-image: url('../img/archives.jpeg');
	background-repeat: no-repeat;
}

#blogroll span.label {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -2000em;
	overflow: hidden;
	width: 224px;
	height: 40px;
	background-image: url('../img/blogroll.jpeg');
	background-repeat: no-repeat;
}

#pub span.label {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -2000em;
	overflow: hidden;
	width: 224px;
	height: 40px;
	background-image: url('../img/pub.jpeg');
	background-repeat: no-repeat;
}

#pub div.ad {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#pub div.ad p {
	color: #4B4B4B;
	font-size: 0.7em;
}

#pub div.ad p a, #pub div.ad p a:visited, #pub div.ad p a:hover {
	color: #4B4B4B;
	text-decoration: underline;
}

#pub div.ad p a.ad, #pub div.ad p a.ad:visited, #pub div.ad p a.ad:hover {
	display: block;
	padding-bottom: 2px;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}

#pub div.ad p span.adurl {
	color: #D03302;
	font-size: 1em;
}

#tags ul, #archives ul, #blogroll ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#tags ul li, #archives ul li, #blogroll ul li {
	margin: 0px;
	padding: 0px;
	list-style-image: url('../img/bullet2.gif');
}

#tags ul li a, #archives ul li a, #blogroll ul li a {
	color: #4B4B4B;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

#tags ul li a:visited, #archives ul li a:visited, #blogroll ul li a:visited {
	color: #4B4B4B;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

#tags ul li a:hover, #archives ul li a:hover, #blogroll ul li a:hover {
	color: #4B4B4B;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}




div.tag {
	margin: 0px;
	padding: 0px;
	margin-top: -8px;
}

div.tag a {
	color: #D03302;
	text-decoration: none;
	font-style: italic;
}

div.tag a:visited {
	color: #D03302;
	text-decoration: none;
	font-style: italic;	
}

div.tag a:hover {
	color: #D03302;
	text-decoration: none;
	font-style: italic;	
}








div.postodd {
	background-color: #F4F4F4;
}

div.post, div.postodd {
	margin: 10px;
	padding: 10px;	
}

div.post div, div.postodd div {
	font-size: 0.8em;
}

div.post div.date, div.postodd div.date {
	margin: 0px
	padding: 0px;
	background-image: url('../img/bullet2.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	color: #4B4B4B;
	width: 300px;
}

div.post h2, div.postodd h2  {
	margin-top: 3px;
	font-size: 1em;
	color: #00517E;
}

div.post img.blog, div.postodd img.blog {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

div.post div.author, div.postodd div.author {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	text-align: left;
	font-style: italic;
	color: #D03302;
	
}

div.post div.author a, div.postodd div.author a {
	color: #D03302;
}

div.post div.link, div.postodd div.link {
	position: relative;
	float: right;	
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

div.post div.link a, div.postodd div.link a {
	color: #D03302;
}

div.post p, div.postodd p {
	margin-left: 0px;
	padding-left: 0px;
}

div.post p a, div.postodd p a {
	color: #000000;
}

div.post p a:visited, div.postodd p a:visited {
	color: #000000;
}

div.post p a:hover, div.postodd p a:hover {
	color: #000000;
}

div.commentitem div.signature {
	font-style: italic;
	font-size: 1em;
}

div.commentitem p {
	font-size: 1em;
}

div.commentitem a {
	color: #000000;
}

div.commentitem a:visited {
	color: #000000;
}

div.commentitem a:hover {
	color: #000000;
}






div.commentform {
	margin-top: 10px;
}

div.commentform div.form {
	width: 300px;
}

div.commentform div.form div.label {
	padding-top: 5px;
	padding-left: 15px;
}

div.commentform div.form div.label label {
    font-size: 1.4em;
	color: #000000;
}

div.commentform div.form div.label label.error {
    font-size: 1.4em;
	color: #FF3200;
}

div.commentform div.form div.field {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
    font-size: 1.2em;
	color: #000000;
}

div.commentform div.form div.label span.must {
	color: #FF0000;
	font-size: 1.4em;
	font-weight: bold;
}

div.commentform div.form div.field label {
    font-size: 1.4em;
	color: #000000;
}

div.commentform div.form p {
	clear: both;
}

div.commentform div.form textarea {
	color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #FFFFFF;
	width: 300px;
	height: 100px;
	font-size: 1.2em;
}

div.commentform div.form input {
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #FFFFFF;
	width: 300px;
	font-size: 1em;
}

div.commentform div.form div.submit {
	text-align: center;
}

div.commentform div.form div.submit input {
    font-size: 1.4em;
    color: #505050;
    border-width: 1px;
    border-style: solid;
    border-color: #00578F;
	background-color: #FFFFFF;
	width: 150px;
}

div.page {
	text-align: center;
	font-size: 0.9em;
}

div.page ul {
	list-style-type: none;
}

div.page ul li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

div.page ul li.current span {
	font-weight: bold;
}

p.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

div.about {
	margin: 0px;
	padding: 0px;
	
	/*border: dotted 1px #00517E;*/
}

div.about h2 {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	color: #D03302;
	font-size: 1.4em;
	
}


#filelist_fr {
	position: absolute;
	padding: 5px;
	background-color: #FFFFFF;
	border: dotted 1px #000000;
	margin-top: -20px;
	margin-left: 150px;
	width: 130px;
}

#filelist_fr a {
	cursor: pointer;
}
			
