/* Structure CSS */


body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/interface/css-body-bg.gif);
	background-position: top left;
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #2F2B22;
	
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
	text-align: left;
}

p {
	margin: 2px 0 3px 0;
}

a, a:link {
	color: #C09908;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin: 0 10px 0 20px;
	padding: 0;
	color: #E66D15;
}

li {
	/*background-image: url(../images/interface/puce.gif);*/
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	margin: 2px 0 0 0;
}


/******************************/
/*			GENERAUX 
/******************************/

.img-left {
	float: left;
	margin: 0 10px 2px 0;
}
.img-right {
	float: right;
	margin: 0 0 2px 10px;
}

.fl-left {
	float: left;
}
.fl-right {
	float: right;
}

.justify {
	text-align: justify;
}

.small {
	font-size: 0.90em;
}

h1 {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #C09908;
	font-weight: bold;
	text-decoration: underline;
}


/******************************/
/*			CALQUES 
/******************************/

div.sep {
	margin: 16px 0 11px 0;
	height: 1px;
	background: url(../images/interface/sep.gif) top left repeat-x;
	font-size: 1px;
}

div.blank {
	clear: both;
	margin: 0;
	height: 1px;
	font-size: 1px;
}


/******************************/
/*			CONTENEURS 
/******************************/

#conteneur {
	border: 0;
	margin: 0;
	width: 752px;
	background: url(../images/interface/css-conteneur-bg.gif) top left repeat-y;
}
#conteneur td.header {
	height: 80px;
	background: url(../images/interface/css-header-bg.jpg) top left no-repeat;
	text-align: left;
	vertical-align: top;
}
#conteneur td.main {
	/*width: 494px;*/
	width: 376px; 
	text-align: left;
	vertical-align: top;
}
#conteneur td.right {
	/*width: 258px;*/
	width: 376px;
	text-align: left;
	vertical-align: top;
}
#conteneur td.footer {
	height: 30px;
	background: url(../images/interface/css-footer-bg.gif) bottom left no-repeat;
}

/*** HEADER ***/
#header {
}
#header div.lang {
	margin: 0 0 0 650px;
	height: 1px;
}
#header div.logo {
	margin: 1px 0 0 590px;
}
#header div.domaine {
	float: left;
	margin: 15px 0 0 20px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2.00em;
	color: #2F2B22;
	font-weight: bold;
	
}

/*** TITRE ***/
#titre {
	margin: 0;
	/*width: 494px;*/
	width: 376px;
	height: 54px;
	background: url(../images/interface/css-titre-bg.gif) top left no-repeat;
}

/*** CONTENU ***/
#contenu {
	margin: 10px 10px 0px 10px;
}

#contenu div.sponsoredLinks {
	clear: both;
	padding-top: 20px 10px 0 10px;
}

div.related_category  {
	float: left; 
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.related_category ul {
	width: 190px;
}

/* Recherche */
#contenu table.recherche {
	border: 0;
	margin: 0 0 15px 0;
	width: 350px;
	background: url(../images/interface/right-table-bg.gif) top left repeat-y;
}
#contenu table.recherche td.titre {
	height: 23px;
	background: url(../images/interface/right-recherche.gif) top left no-repeat;
	font-size: 1px;
}
#contenu table.recherche td.txt {
	padding: 10px 19px 10px 17px;
}
#contenu table.recherche td.txt a, #right table.recherche td.txt a:link {
	color: #000000;
	text-decoration: underline;
}
#contenu table.recherche td.txt a:hover {
	text-decoration: none;
}
#contenu table.recherche td.footer {
	height: 6px;
	background: url(../images/interface/right-table-footer.gif) top left no-repeat;
	font-size: 1px;
}
#contenu table.recherche table.form {
	border: 0;
	width: 185px;
	margin: 10px 0 0 0;
}
#contenu table.recherche table.form td.field {
	width: 160px;
	text-align: left;
}
#contenu table.recherche table.form td.field input {
	width: 150px;
	padding: 1px 0 1px 2px;
	border-top: 1px solid #443A17;
	border-right: 1px solid #C9BB8B;
	border-bottom: 1px solid #C9BB8B;
	border-left: 1px solid #443A17;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#contenu table.recherche table.form td.btn {
	text-align: left;
}
#contenu table.recherche table.form td.btn input {
	width: 25px;
	height: 16px;
	border-top: 1px solid #443A17;
	border-right: 1px solid #C9BB8B;
	border-bottom: 1px solid #C9BB8B;
	border-left: 1px solid #443A17;
	background-color: #4F493C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}



/*** RIGHT ***/
#right {
	margin: 10px 10px 0 10px;
}

/* Liens */
#right table.liens {
	border: 0;
	/*width: 222px;*/
	width: 350px;
	background: url(../images/interface/right-table-bg.gif) top left repeat-y;
}
#right table.liens td.titre {
	height: 23px;
	background: url(../images/interface/right-liens.gif) top left no-repeat;
	font-size: 1px;
}
#right table.liens td.txt {
	padding: 10px 0 10px 10px;
}

#right table.liens td.txt b {
	color: #E66D15;
}

#right table.liens td.txt div {
	float: left;
	width: 150px;
	padding-right: 5px;
}

#right table.liens td.txt a, #right table.liens td.txt a:link {
	color: #000000;
	text-decoration: underline;
	width: 150px;
}

#right table.liens td.txt a:hover {
	text-decoration: none;
}
#right table.liens td.footer {
	height: 6px;
	background: url(../images/interface/right-table-footer.gif) top left no-repeat;
	font-size: 1px;
}


/* PKG */
#right table.pkg {
	border: 0;
	margin: 15px 0 0 0;
	width: 350px;
	background: url(../images/interface/right-table-bg.gif) top left repeat-y;
}
#right table.pkg td.titre {
	height: 5px;
	background: url(../images/interface/right-top.gif) top left no-repeat;
	font-size: 1px;
}
#right table.pkg td.txt {
	padding: 10px 19px 10px 17px;
	font-size: 0.90em;
}
#right table.pkg td.txt a, #right table.pkg td.txt a:link {
	color: #000000;
	text-decoration: underline;
}
#right table.pkg td.txt a:hover {
	text-decoration: none;
}
#right table.pkg td.footer {
	height: 6px;
	background: url(../images/interface/right-table-footer.gif) top left no-repeat;
	font-size: 1px;
}

/*** FOOTER ***/
#footer {
}
#footer div.domaine {
	float: left;
	margin: 5px 0 0 20px;
	color: #7A7A75;
}
#footer div.actweb {
	float: left;
	margin: 10px 0 0 320px;
}
#footer a, #footer a:link {
	color: #7A7A75;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}