/* Main body */

body {
	background-color: #FFFFFF;
	margin : 0 auto ; /* pour centrer horizontalement */
	padding: 0px;
	text-align: justify;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* images */
img {
	border:0px; /* sans bordure */
	margin: 10px;
}

/* image flottante a gauche */
.gauche {
	float:left;
	margin: 0px 10px 10px 0px;
	text-align:center; /* pour une legende eventuelle */
}

.even {
}
.odd {
}
.libelle {
	text-align:justify;
	vertical-align:top;
	padding-bottom:10px;
}
.champ {
	text-align:justify;
	vertical-align:top;
	padding-bottom:10px;
}

/* image flottante a droite */
.droite {
	float:right;
	margin: 0px 0px 10px 10px;
	text-align:center; /* pour une legende eventuelle */
}

/* texte centre */
.centre {
	text-align:center; 
}

/* addresse avec icone */
.addresse_g, .telephone_g, .fax_g, .email_g {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 50px;
	text-align:left;
}
.addresse_d, .telephone_d, .fax_d, .email_d {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 50px;
	text-align:right;
}

.addresse_g,.addresse_d {
	background-image: url(images/con_address.png);
}

.telephone_g, .telephone_d {
	background-image: url(images/con_tel.png);
}

.fax_g, .fax_d {
	background-image: url(images/con_fax.png);
}

.email_g, .email_d {
	background-image: url(images/con_email.png);
}

/* Main Headings */
h1{
	padding-bottom: 5px;
	padding-top: 5px;
}

table {
       border-collapse: collapse;
       border-spacing:0px;
}


h2{
	padding-bottom: 5px;
	padding-top: 5px;
}

h3	{
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Lists */
li {
	list-style: none;
	text-align: justify;
}

ul,ol{
	margin: 0px;
	padding: 0px;
}



/* Others */
td,tr,div {
}

p {
	text-align: justify;
}




/* Links */ 

a:link {
	color: #FBB13D;
	text-decoration: none;
}

a:visited {
	color: #FBB13D;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none; 
	/*text-decoration: underline;*/
	font-weight: bold;
}


/*

a#active_menu {
	color: #000000;
	font-weight: bold;
}

a#active_menu:hover {
	color: #000000;
	text-decoration: none;
}


a.blogsection:link, a.blogsection:visited {
	color: #FF9900;
}

a.blogsection:hover {
	color: #999999;
}

a.category:link, a.category:visited {
	color: #FFA500;
}

a.category:hover {
	color: #FF9900;
}

a.mainlevel:link, a.mainlevel:visited {
	border-bottom: 1px solid #EDEDED;
	color: #666666;
	display: block;
	height: 15px;
	line-height: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
}

a.mainlevel:hover {
	background-color: #FAFAFA;
	color: #333333;
}

a.mainlevel-footer#active_menu-footer {
	color: #333333;
	font-weight: bold;
}

a.mainlevel-footer#active_menu-footer:hover {
	color: #FB7000;
	text-decoration: none;
}

a.mainlevel-footer:link, a.mainlevel-footer:visited {
	color: #FFFFFF;
	display: inline;
	font-size: 1em;
	margin-bottom: 0px;
	padding-right: 15px;
	text-decoration: none;
	width: auto;
}

a.mainlevel-footer:hover {
	color: #FB7000;
}

a.mainlevel-top#active_menu-top {
	background-image: url(images/hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #333333;
	font-weight: bold;
}

a.mainlevel-top#active_menu-top:hover {
	color: #FB7000;
	text-decoration: none;
}

a.mainlevel-top:link, a.mainlevel-top:visited {
	border-right: 1px solid #CCCCCC;
	color: #666666;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	text-align: right;
	text-decoration: none;
}

a.mainlevel-top:hover {
	background-image: url(images/hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-right: 1px solid #CCCCCC;
	color: #FF6B00;
	display: block;
	float: left;
	height: 25px;
	line-height: 20px;
	padding: 0 10px 0 10px;
	text-align: right;
	text-decoration: none;
}

a.readon:link, a.readon:visited {
	background-image: url(images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FBB13D;
	line-height: 20px;
	padding-left: 20px;
}

a.readon:hover {
	color: #333333;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
	background-image: url(images/sub.png);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDED;
	color: #B9AA66;
	display: block;
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
}

a.sublevel:hover {
	color: #C0C0C0;
	text-decoration: none;
}

a.weblinks:link, a.weblinks:visited {
	color: #FF9900;
}

a.weblinks:hover {
	color: #FB7000;
}

*/









input.inputbox{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
}

input.inputbox#mod_login_password{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 200px;
}

input.inputbox#mod_login_username{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 200px;
}

input.inputbox#mod_search_searchword{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	margin-bottom: 2px;
	margin-top: 2px;
width: 80%;
}

textarea.inputbox{
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
}


/* Header of the page */

#headerwrap {
	background-color: #FFFFFF;
	background-image: url(images/topbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 325px;
	width: 100%;
}

#headercontent {
	float:left;
	text-align:left;
	width:100%;
}

#headerleftcontent {
	float:left;
	text-align:left;
	width:500px;
}

#headerrightcontent {
	float:left;
	text-align:right;
}

#header {
	background-image: url(images/header/rotate.php);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 325px;
	margin : 0 auto ;  
	width: 920px;
}


/* Main Body of the page */
#bodywrap {
	background-color: #FFFFFF;
	overflow: hidden;
	width: 100%;
}

#body {
	margin : 0 auto ;  
	overflow: hidden;
	width: 920px;
}

#bodycontent {
}

/* Left column of the bodycontent */
#leftcolumn {
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 180px;
}

/* Central part of the bodycontent */
#mainbody {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	text-align: left;
	width: 630px;
}

#mainbody li{
	list-style-position: inside;
}

#mainbody ol{
}

#mainbody ol li {
        list-style-type: decimal;
	font-weight:normal;
	margin-left: 15px;
	margin-bottom: 7px;
	}
#mainbody ul li {
        list-style-type: square;
	border: none;
	font-weight:normal;
	margin-bottom: 7px;
	margin-left: 25px;
	}

.resume_l2 {
	margin-left: 15px;
	}

/* Rigth part of the bodycontent */
#rightcolumn {
	background-image: url(images/rightcol.gif);
	background-position: right;
	background-repeat: no-repeat;
	width:80px;
	height: 500px;
	float: left;
}

/* Middle of the page */
/* In our case, Middle is just below the central part */

#middlewrap {
	background-color: #CDCDCD;
	background-image: url(images/bottombg2.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	height: auto;
	padding-bottom: 30px;
	width: 100%;
}

#middle{
	background-image: url(images/bottom3.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: auto;
	margin : 0 auto ;  
	padding-top: 160px;
	text-align: left;
	width: 920px;
}

#middle .moduletable{
	color: #000000;
	float: left;
	margin-left:150px;
	margin-right: 20px;
	text-align: left;
	width: 200px;
}

#middle a {
	color: #666666;
}

#middle a:hover {
	color: #FBB13D;
	font-weight: bold;
}

#middle h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 10px;
}

#middle label, #middle td{
	color: #FFFFFF;
}


/* Footer of the page */

#footer{
	height: auto;
	margin : 0 auto ;  
	padding-top: 20px;
	text-align: left;
	width: 920px;
}

#footer div{
	color: #000000;
}

#footer a{
	color: #000000;
}

#footer a:hover{
	color: #333;
}


#footerwrap {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	padding-bottom: 20px;
	width: 100%;
}







.button {
	background-color: #F5F5F5;
	border: 1px solid #CBCBCB;
	color: #000000;
}

.button:hover {
	color: #FF8C00;
}

.category {
	color: #FF8C00;
}

.componentheading {
	/*
	color: #666;
	font-size: 2em;
	*/
	font-weight: normal;
	letter-spacing: -2px;
	/*
	margin: 0px;
	padding-bottom: 10px;
	*/
}

.componentheading h1{
	font-size: 2.5em;
	color: #FBB13D;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 0;
}

.contentdescription {
}

.contentheading {
	font-weight: normal;
	letter-spacing: -2px;
}

.contentheading h1{
	font-size: 2.5em;
	color: #FBB13D;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 0;
}


.contentpane {
}

.contentpaneopen {
}

.contentpaneopen h2 {
	font-size: 1.5em;
	color: #FBB13D;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
}

.createdate {
	color: #708090;
	background : url(images/date.png) no-repeat;
	padding: 0px 0 5px 20px;
	border-bottom: 2px solid #EAEAEA;
	font-style: italic;
	font-size: 0.5em;
}

.modifydate {
	background : url(images/date.png) no-repeat;
	padding: 0px 0 5px 20px;
	border-bottom: 2px solid #EAEAEA;
	font-style: italic;
	font-size: 0.5em;
}


.moduletable {
}

.moduletable h3 {
}

.moduletable li{
}

.moduletable td {
}

.moduletable-contact{
	background-image: url(images/contact.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 90px;
	text-align: left;
}

.moduletable-info {
	background-image: url(images/info.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: left;
}

.moduletable-main {
	background-image: url(images/main.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: left;
}

.quote {
	color: #666666;
	display: block;
	font-size: 15px;
	width: 100%;
}

.readmore {
	background-image: url(images/read.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FF6347;
	line-height: 20px;
	padding-left: 20px;
}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

.sectiontableheader {
}

.small {
	color: #999999;
	font-style: italic;
	font-size: 0.8em;
}

.smalldark {
	color: #FB7000;
}








#top {
	background-image: url(images/topheader.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 70px;
	margin-left: 20px;
	text-align: left;
	width: 920px;
}

#top .moduletable{
	float: right;
	height: 20px;
	position: relative;
	text-align: left;
	top: 40px;
	width: 370px;
}

#topwrap {
	border-bottom: 1px solid #ccc;
	height: 70px;
	text-align: left;
	width: 100%;
}

.retrait_text {
	margin-left:20px;	
	}

.txt_en_avant {
	font-weight: bold;
	color: #FBB13D;
}

.txt_en_avant2 {
	font-weight: bold;
	color: #333;
}

.marge {
	margin-left: 10px;
}

.waiting {
	font-weight: bold;
	color: #DAA520;
}
.accepted {
	font-weight: bold;
	color: #66AA66;
}
.refused {
	font-weight: bold;
	color: #66AA66;
}

.form_error {
	background-image: url(/images/error.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


input.optional, input.required, textarea.required, select.validate-selection {
        border: 1px solid #FBB13D;
}       


.answers {
	display:inline;
}

input.validation-failed, textarea.validation-failed, select.validation-failed
{
       border: 3px solid #FF3300; /* En cas d'echec, on met une bordure de 3 pixels */
       color: #FF3300;
} 

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color: #fff;
}

a.bouton {
	width:200px;
	text-align:center;
	display:block;
	border-width: 5px;
	font-weight:bold;
	text-decoration:none;
	background-color: #FBB13D;
	color: #333333;
	border-top:3px #DBDBDB solid;
	border-left:3px #DBDBDB solid;
	border-bottom:3px #868686 solid;
	border-right:3px #868686 solid;
}

a.bouton:hover {
	/*background-color: #FF6600;*/
	background-color: #666666;
	color: #FBB13D;
	border-top:3px #DBDBDB solid;
	border-left:3px #DBDBDB solid;
	border-bottom:3px #868686 solid;
	border-right:3px #868686 solid;
	/*
	border-top:4px #FFCC00 solid;
	border-left:4px #FFCC00 solid;
	border-bottom:2px #CC0000 solid;
	border-right:2px #CC0000 solid;
	*/
}

#twitter-link {
	background-image: url(images/twitter.png);
	background-position: left;
	background-repeat: no-repeat;
	display:block;
	padding-left: 50px;
	height: 50px;
}

#twitter_update_list {
	margin: 10px;
}

