html {
}
body {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	width: 765px;
	position: relative;
	font-size: small;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3e3d40;
	line-height: 1;
}
h1 {
	font-size: 2em;
	margin: 0;
}
h2 {
	font-size: 1.7em;
	padding: 0;
	margin: 0;
	font-weight: bolder;
}
h3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
	color: #5a235a;
	font-size: 22px;
	line-height: 1.4em;
}


h5 {
	font-size: 0.9em;
	margin: 0;
}
h6 {
	font-size: 0.75em;
	margin: 0;
}
blockquote {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
	margin-left: 10px;
}
blockquote span { color: #fcbe01; }
.alignleft {
	text-align: left;
}
.alignright {

	text-align: right;
}
.aligncenter {


	text-align: center;
}
.Valigntop {
	vertical-align: top;
}
.Valignbottom {

	vertical-align: bottom;
}
.ValignMiddle {

	vertical-align: middle;
}
.clearBoth {
	clear: both;
}

.color1 {
	color: #FFFFFF;
}
.color1bis {
	color: #5a235a;
}
.color2 {
	color: #FDB829;
}
.color3 {
	color: #fcbe01;
}
.color4 {
	color: #870017;
}
.color5 {
	color: #383A61;
}
.color6 {
	color: #F5F1D7;
}
.color7 {
	color: #fcbe01;
}
.color8 {
	color: #fcbe01;
	font-size: 12px;
	text-decoration: none;
}
.color8:hover {
	text-decoration: underline;
}
.error { font-size: 80%; font-weight: bold; color: #F00000; }

.fontsizePlus {
	font-size: 1.2em;
	font-weight: bold;
}
.fontsizemoins {
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}
.underlined {
	text-decoration: underline;
}
.imgRfloating {
	float: right;
}
.imgLfloating {
	float: left;
	border: 1px solid #79BDD6;
	margin-right: 5px;
}
.link1 {
	color: #84011D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
}
.link1:hover {
	text-decoration: none;
	color: #FF9600;
}
.link2 {
	color: #fcbe01;
	text-decoration: none;
}
.link2:hover {
	text-decoration: underline;
	/*color: #FFFFFF;*/
}
.link3 {
	color: #84011D;
}
.link3:hover {
	text-decoration: none;
}
.articleactions { 
	width: 200px; float: right; right: 10px; text-align: right;
}
a.linkadmin {
	font-size: 11px; color: red; font-weight: bold; text-decoration: none;
}
a.linkadmin:hover {
	color: #4A2455;
}
.borderNO {
	border: 0;
}
.BorderLeft1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.BorderRight1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.BorderTopBot1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.BorderLR1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.borderImgFull {
	border: 1px solid #FFFFFF;
}

.borderImgFull2 {
	border: 1px solid #FFC900;
}
.borderImgFullMargeLeft {
	border: 1px solid #84011D;
	margin-left: 5px;
}
.borderImgFullMargeRight{
	border: 1px solid #84011D;
	margin-right: 5px;
}
.hr1
{
	color: #FFFFFF;
	height: 1px;
	width: 95%;
	text-align: center;
}
.hr2
{
	color: #DFA42C;
	height: 2px;
	width: 352px;
	text-align: left;
}
.hr3
{
	color: #DFA42C;
	height: 2px;
	width: 550px;
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}
.inputtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	/*border: 1px solid #FDB829;*/
	height: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 70px;
}
.inputtxtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #5a235a;
	font-weight: bold;
	background-color: #fcbe01;
	border: 0;
	width: 27px;
}

.inputtxt100px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	border: 1px solid #84021D;
	height: 1.2em;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 100px;
	padding-left: 5px;
}
.inputtxt200px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	border: 1px solid #84021D;
	height: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px;
	padding-left: 5px;
}
.inputtxtbox200px {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	border: 1px solid #84021D;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px;
}
.inputtxtbox300px {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	border: 1px solid #84021D;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
}
.inputtxtadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	border: 1px solid #FDB829;
}
.inputtxtadminlong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	border: 1px solid #FDB829;
	width: 540px;
}

.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: bold;
	border: 1px solid #FDB14A;
	background-color: #FFFFFF;
}
.inputbutton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;
	border: 1px solid #F4661E;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: bold;
	background-color: #F4661E;
}
#form2 fieldset {
}
/* Styles formulaires comptes */

#formaccount {
	width: 90%;
}
#formaccount input, #form2 input, #formnewcompte input {
	font-size: 0.85em;
	border: 1px solid #A5A7CB;
}
fieldset#compte label, fieldset#newcompte label {
	text-align: right;
	float: left;
	width: 30%;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}
fieldset#adresse label, fieldset#identcompte label {
	text-align: right;
	float: left;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
	width: 40%;
}
fieldset#compte p, fieldset#adresse p, fieldset#identcompte p, fieldset#newcompte p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Fin Styles formulaires comptes */

.borderForm {
	border: 1px solid #333333;
	padding: 15px;
}
.ToppageLink {
	float: right;
}
#container{
	width: 765px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 10;
	border-right: 4px solid #3e3d40;
	border-left: 4px solid #3e3d40;
	background-color: #5a235a;
	position: relative;
}
#head {
	position: relative;
	z-index: 10;
	height: 142px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/fd_home-head.jpg);
	width: 765px;
}
#LeftColHome {
	width: 195px;
	position: absolute;
	left: 0px;
	background-color: #F5F1D7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 5;
}
#LeftCol {
	background-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 5;
	width: 195px;
	float: left;
}
#links {
	margin: 0;
	padding: 15px 2px 15px 2px;
	line-height: 1.5em;
	background: #5a235a;
	font-size: 18px;
	font-weight: bold;
	border: none;
}
#links a { 
	color: #FDC006;
	text-decoration: none;
	font-style: italic;
}
#links a:hover { 
	color: #FF9600;
	text-decoration: none;
}
.LeftColLink{
	text-decoration: none;
	color: #4B2956;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.6em;
}
.LeftColLink:hover{
	text-decoration: none;
	color: #000;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
	font-weight: bold;
	/*font-size: 0.9em;*/
	line-height: 1.6em;
}
.LeftColLink2{
	text-decoration: none;
	color: #000;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
	font-weight: bold;
	/*font-size: 0.9em;*/
	line-height: 1.6em;
}
.LeftColLink2:hover{
	text-decoration: none;
	color: #4B2956;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
	font-weight: bold;
	/*font-size: 0.9em;*/
	line-height: 1.6em;
}
#homeBlogHome {
	z-index: 5;
	background-color: #FFFFFF;
	margin-left: 195px;
}
#homeBlog {
	z-index: 5;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 20px;
	margin-left: 195px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#homeblog p {
}
.callage { min-height: 800px; _height: 450px; _overflow: visible; }
#homeBlog table {
}
#homeBlog table.special {
margin-left: 50px;
}
#homeBlog table.connexion {
	width: 300px; margin: 15px 0 0 50px;
}
.BlogDate {
	font-size: 0.85em;
	color: #FF6600;
}
.BlogLink {
	color: #fcbe01;
	font-size: 0.9em;
}
.BlogLink:hover {
	color: #000033;
}
.BlogLink2 {
	color: #fcbe01;
	font-size: 0.9em;
	float: right;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	text-decoration: none;
}
.BlogLink2:hover {
	/*color: #FFFFFF;*/
	text-decoration: underline;
}

#footer {
	width: 765px;
	z-index: 5;
	background-color: #3e3d40;
	height: 74px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;*/
	background-image: url(../images/lg_footer-sign.gif);
	background-repeat: no-repeat;
	/*background-position: 350px 5px;*/
	background-position: 26px 5px;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #84011D;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright {
	margin: 3px 10px 0 0;
	font-size: 0.8em;
	text-align: right;
	clear: both;
	color: #FFFFFF; 
}
#copyright a {
	color: #fcbe01;
	text-decoration: none;
}
#copyright a:hover {
	/*color: #FFFFFF;*/
	text-decoration: underline;
}

#BottomBottle {
	width: 80px;
	position: absolute;
	z-index: 30;
	right: 20px;
	bottom: 0px;
	height: 223px;
}
.BottomBottle {
	width: 80px;
	position: absolute;
	z-index: 30;
	right: 20px;
	bottom: -74px;
	height: 223px;
}
#BottomRow {
	clear: both;
	height: 150px;
	line-height: 1.2em;
	z-index: 15;
	background-color: #FFFFFF;
	position: relative;
}

#BottomRow table {
	height: 150px;
}
.BgBottomRow {
	background: #5a235a;
}

#BottomRow2 {
	line-height: 1.2em;
	z-index: 15;
	background-color: #FFFFFF;
	position: relative;
}
#BottomRow2 table {
	background-color: #870017;
}

#INTnavchemin {
	color: #666666;
	width: 540px;
	left: 240px;
	top: 15px;
	font-size: 0.8em;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#INTnavchemin a {
	color: #C33001;
}
#INTnavchemin a:hover {
	color: #333333;
	text-decoration: none;
}
#INTMenu {
	width: 220px;
	z-index: 15;
	left: 10px;
	color: #FC9E1E;
	position: absolute;
	top: 15px;
}
#head2 {

	position: relative;
	z-index: 10;
	height: 162px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/fd_home-head.new.jpg);
	width: 765px;
}
#linkSoudard { position: absolute; top: 92px; right: 29px; display: block; text-decoration: none; width: 227px; height: 51px; z-index: 1; }
#linkSoudard span { visibility: hidden; }

#homeBlog table.special2 { width: 450px; margin-left: 25px; }
#homeBlog table.special2 .borderbas { padding-bottom: 2px; border-bottom: 1px solid #FC9E1E; }
#homeBlog table.special2 hr { margin: 0; padding: 0; height: 1px; line-height: 1px; color: #FC9E1E; background: #FC9E1E; border: none; }
#homeBlog table.special2 td { line-height: 1.2em; padding-top: 3px; }
#homeBlog table.special2 td a.delete { margin-left: 10px; font-family: arial; font-weight: bold; color: #FC9E1E; text-decoration: none; }
#homeBlog table.special2 td a img { margin: 0 3px 0 3px; border: none; }
#homeBlog .inputpanier { margin: 0 5px 0 5px; size: 25px; text-align: center; }
#homeBlog .ports { color: #870017; }
