/***
 * Global CSS
 * Author : Bob Gaudaen
***/

/** Html Elements **/
* {
	margin:0;
	padding:0;
}
html, body, div, p, input, select, textarea, td, kbd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
html, body {
	width:100%;
	height:100%;
}
body {
	background-image:url(../img/interface/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#c09bd2;
}
p {
	margin:7px 4px;
}
h1 *, h2 *, h3 *, h4 *, h5 *,
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#a67fb6;
}
h1 *, h2 *, h3 *, h4 *, h5 * {
	font-size:1em;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1em;
}
/* Links */
a {
	color:#eb7ec6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#999;
}
/* Form Elements */
textarea, input.text, input.password {
	padding-top:2px;
	border:1px solid #a67fb6;
	background-repeat:repeat-x;
	background-image:url(../img/interface/textinput_bg.gif);
	font-size:10px;
}
input.text, input.password {
	height:15px;
	/* hack pour IE pc \*/>
	margin-top:-1px;
	/* */
}
* html input.text, * html input.password {
	margin-top:-1px;
}
input.button, input.submit {
	height:19px;
	line-height:19px;
	vertical-align:middle;
	margin:auto;
	background:none;
	background-position:right;
	background-image:url(../img/interface/buttoninput_bg.gif);
	border:0;
	color:#fff;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
/** End Html Elements **/

/** MainContainer **/
#mainContainer {
	width:914px;
	margin:auto;
}
/** End MainContainer **/

/** Header **/
/* Container */
#header {
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../img/interface/header_bg.jpg);
	height:195px;
}
/* headerTitle */
#headerTitle {
	float:left;
	margin:130px 0 0 330px;
	color:#a57eb5;
	font-size:14px;
	line-height:21px;
	letter-spacing:0.11em;
	cursor:default;
}
* html #headerTitle {
	margin-left:165px;
}
/* connexionForm */
#connexionForm {
	display:block;
	float:right;
	margin:10px 37px 0 0;
}
* html #connexionForm {
	width:220px;
	margin:10px 18px 0 0;
}
#connexionForm h4 {
	color:#a57eb5;
}
#connexionForm kbd {
	display:block;
	clear:both;
	margin:2px;
	white-space:nowrap;
}
#connexionForm kbd label {
	display:block;
	float:left;
	width:100px;
	line-height:19px;
}
#connexionForm input.submit {
	width:77px;
}
/* searchForm */
#searchForm {
	display:block;
	float:right;
	width:400px;
	padding-top:10px;
}
#searchForm fieldset {
	display:block;
	width:160px;
	margin:auto;
}
#searchTxt {
	display:block;
	float:left;
	height:17px;
	border:1px solid #a67fb6;
}
#searchTxt label {
	display:block;
	float:left;
	width:16px;
	height:17px;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../img/interface/loupe.gif);
}
#searchForm input.text {
	display:block;
	float:left;
	margin:0;
	border:none;
}
#searchForm input.submit {
	width:30px;
	float:left;
}
/** End Header **/

/** contactForm **/
#contactForm {
	display:block;
}
#contactForm kbd {
	display:block;
	clear:both;
	margin:2px;
}
#contactForm kbd label {
	display:block;
	clear:both;
}
#contactForm input.submit {
	width:77px;
}
/** End contactForm **/

/** registerForm **/
#registerForm {
	display:block;
}
#registerForm kbd {
	display:block;
	clear:both;
	margin:2px;
	padding:2px;
	border-bottom:1px dashed #dedede;
}
#registerForm kbd label , div.colonne_gauche {
	display:block;
	float:left;
	width:200px;
	clear:both;
	line-height:19px;
	text-align:right;
	padding-right:5px;
}

#registerForm kbd small {
	display:block;
	margin-left:205px;
}
#registerForm input.submit {
	border:1px solid #dedede;
	background:none;
	background-color:#ea84ca;
	color:#fff;
	font-weight:bold;
}
/** End contactForm **/

/** commentForm **/
#commentForm {
	display:block;
}
#commentForm kbd {
	display:block;
	clear:both;
	margin:2px;
	padding:2px;
}
#commentForm kbd label {
	display:block;
	clear:both;
}
#commentForm input.submit {
	width:77px;
}
/** end commentForm **/

/** Menu **/
#menuContainer, #menu_L, #menu_R, #menu {
	font-size:0;
	height:34px;
}
#menuContainer {
	background-repeat:repeat-x;
	background-image:url(../img/interface/menu_bg.gif);
}
#menu_L, #menu_R {
	background-repeat:no-repeat;
}
#menu_L {
	background-position:left;
	background-image:url(../img/interface/menu_L.gif);
}
#menu_R {
	background-position:right;
	background-image:url(../img/interface/menu_R.gif);
}
#menu {
	display:block;
	list-style-type:none;
	text-align:center;
}
#menu li {
	display:inline;
	line-height:34px;
	font-weight:bold;
}
#menu li a {
	color:#a67fb6;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-right:-2px;
	padding:0 1em;
	border:none;
	border-left:1px solid #a67fb6;
}
#menu li a:hover {
	text-decoration:underline;
}
/** End Menu **/

/** Main **/
#main_TL, #main_TR, #main_BL, #main_BR {
	background-repeat:no-repeat;
}
#main_L, #main_R {
	background-repeat:repeat-y;
}

#main_L {
	background-position:left;
	background-image:url(../img/interface/main_L.gif);
}
#main_R {
	background-position:right;
	background-image:url(../img/interface/main_R.gif);
}
#main_B {
	background-repeat:repeat-x;
	background-position:bottom;
	background-image:url(../img/interface/main_B.gif);
	background-color:#fff;
}
#main_TL {
	background-position:top left;
	background-image:url(../img/interface/main_TL.gif);
}
#main_TR {
	background-position:top right;
	background-image:url(../img/interface/main_TR.gif);
}
#main_BL {
	background-position:bottom left;
	background-image:url(../img/interface/main_BL.gif);
}
#main_BR {
	background-position:bottom right;
	background-image:url(../img/interface/main_BR.gif);
	padding:3px 10px 10px;
}
#main {
	padding:5px 5px 0;
}
/** End Main **/

/** Columns **/
#leftCol, #rightCol {
	width:180px;
}
#leftCol {
	float:left;
	margin-top:5px;
}
#rightCol {
	float:right;
}
#middleCol {
	width:440px;
	margin:auto;
	padding-top:10px;
}
/** End Columns **/

/** Boxes **/
.box {
	margin:0;
}
.box .boxHeader {
	background-repeat:repeat-x;
	background-image:url(../img/interface/box_bg.gif);
	cursor:default;
}
.box .boxHeader h3, .box .boxHeader h3 span {
	background-repeat:no-repeat;
}
.box .boxHeader h3 {
	background-position:left;
	background-image:url(../img/interface/box_L.gif);
}
.box .boxHeader h3 span {
	background-position:right;
	background-image:url(../img/interface/box_R.gif);
	display:block;
	padding-top:7px;
	line-height:23px;
	color:#fff;
	font-size:14px;
	text-indent:17px;
}
.box .boxContent {
	margin:7px;
}
/** End Boxes **/

/** Listing **/
#listing {
	margin-top:10px;
	padding-top:5px;
	border-top:1px dashed #eb7ec6;
}
#listing ul {
	display:block;
	padding:5px;
}
#listing ul li {
	margin-left:10px;
	list-style-image:url(../img/interface/puce_mini.gif);
}
#listing ul li h3 a {
	color:#a67fb6;
}
#listing ul li ol {
	margin:6px 0px 6px 5px;
}
#listing ul li ol li {
	list-style-image:none;
	list-style-type:decimal;
}
/** End Listing **/

/** Footer **/
#footer {
	min-height:70px;
	color:#808080;
	text-align:center;
}
* html #footer {
	height:70px;
}
#footer_TL, #footer_TR, #footer_BL, #footer_BR {
	background-repeat:no-repeat;
}
#footer_TL {
	background-position:top left;
	background-image:url(../img/interface/footer_TL.gif);
	background-color:#e5e5e5;
	margin-top:5px;
}
#footer_TR {
	background-position:top right;
	background-image:url(../img/interface/footer_TR.gif);
}
#footer_BL {
	background-position:bottom left;
	background-image:url(../img/interface/footer_BL.gif);
}
#footer_BR {
	background-position:bottom right;
	background-image:url(../img/interface/footer_BR.gif);
}
/** End Footer **/

/** Partenaires **/
#partenaires {
}
#partenaires td {
	padding:5px;
	background-color:#f5f5f5;
}
/** End Partenaires **/

/** Classes **/
.clear, .spacer {
	display:block;
	clear:both;
	font-size:0;
}
.clear {
	height:1px;
}
.spacer {
	height:15px;
}
.title {
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(../img/interface/puce.gif);
	text-indent:20px;
	margin-bottom:20px;
	font-size:1.8em;
	font-weight:normal;
}
.post {
	margin-bottom:15px;
}
.post p,

}
.article {
	margin-bottom:15px;
	border:1px dashed #eb7ec6;
	text-align:justify;
}
.alert {
	background-color:#FFFFCC;
	border:1px solid #ccc;
	margin:5px;
	padding:5px;
}
.alert ul {
}
.alert ul li {
	margin-left:30px;
	list-style-type:decimal;
	color:red;
	font-weight:bold;
}
.td_left {
	width:50%;
	float:left;
	margin-left:-1px;
}
.td_right {
	margin-left:50%;
}
.center {
	display:block;
	margin:auto;
}
.comment {
	width:100%;
	display:table;
}
.comment blockquote {
	margin:5px 7px;
}
.comment .commentReport {
	float:right;
	font-weight:bold;
}
.pubggfooter  {
	padding-top:-25px;
	background-color:#FFFFFF;
	width:100%;
	text-align:center;
}
/** End Classes **/
.topggban {
	margin-left:0px;
}
#registerForm kbd.hide ,.hide{
	display:none;
}
select.loc{
	width:50ex;
}

.with_bottom_border
{
	border-bottom:1px dashed #DEDEDE;
	padding-top: 2px;
	padding-bottom: 2px;
}

#submit{
	padding:3px 5px;
	font-size:11px;
	font-weight:normal;
	width:auto;
	height:auto;
	line-height:normal;
}

#registerForm #submit.disabled{
	background-color:#FFFFFF;
	border:2px solid #ea84ca;
}
