/**************************************
Codamex.fr - Feuilles de style générale
(c) 2007 Dual Prod

File    : styles/general.css
Author  : Yves Bernard
Created : July      25th, 2007
Revised : September 10th, 2007
***************************************/

html, body {
	width:100%; height:100%;
	padding:0px; margin:0px;
	background-image:url('../images/gen_background.png'); background-repeat:repeat; background-color:#e0e9ee;
	text-align:center;
}

img {
	behavior:url('include/pngbehavior.htc');
}

.principal {
	width:900px; height:598px;
	margin-right:auto; margin-left:auto;
	border-collapse:collapse;
}
.haut {
	width:122px; height:75px;
}
.menu {
	width:498px; height:43px;
}
.menu_recherche {
	width:498px; height:35px;
}
.gauche {
	width:498px; height:515px;
}
.droite {
	width:402px; height:289px;
}
.recherche {
	width:280px; height:35px;
	background-image:url('../images/gen_recherche.png'); background-repeat:no-repeat;
	text-align:right; vertical-align:bottom;
}
.in_recherche {
	background-color:#ffffff; border:1px solid #6d9898;
	font-family: BitStream Vera Sans, Verdana, sans-serif; font-size:10px; color:#4d7878;
}
.pub {
	width:402px; height:234px;
}

/*mentions legales*/
.bgupbar {background:url(../images/upbar.gif);}
.bgltbar {background:url(../images/leftbar.gif);}
.bgrgbar {background:url(../images/rightbar.gif);}
.bgdwbar {background:url(../images/bottombar.gif);}
.normal {font-family:Verdana, Sans-serif; font-size:9px; color:#787878;}

/*liens bas de page*/
.liendown {font-family:Verdana, Sans-serif; font-size:11px; color:#aec1bf; text-decoration:none;}
