@import "custom.css";

body {
	background-color: #c6c5c5;
	font-size: 77%;
    font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
    color: #384149;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
a {
	color: #da0226;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, form, fieldset, img, p, div {
	padding : 0px;
	margin: 0px; 
	border: 0px;
}
table, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
input, select 
{
	font-size: 100%;
}
.submit input, input.submit, select 
{
	cursor: pointer;
}
input.checkbox, .checkbox input
{
	vertical-align: middle;
}

/*  mise en page */
.invisible { display: none; }
.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle; }
.center { text-align: center; }
.clear { clear: both;  }
.clearleft { clear: left; }
.clearright { clear: right; }
.overflow { overflow: auto; }
.hidden { position: absolute; height: 0px; width: 0px; overflow: hidden; }

/* erreur, confirmation, etc... */
.error
{
	font-weight: bold;
	color: #626fa7;
}
.success
{
	font-weight: bold;
	color: #384149;
}
.disabled
{
	color: #666666;
}
.strong
{
	font-weight: bold;
}

/* Background plus haut niveau */
div.backgroundtop
{
	background-image: url("../../img/default/Accueil/body_bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #dadada;
}

/* Background */
div.background
{
	background-image: url("../../img/default/Accueil/background_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

/*  structure generale */
#global
{
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* menu d'accessibilité*/
.toparea
{
	height: 46px;
}
/* menu d'accessibilité*/
#navaccess
{
	padding-top: 20px;
	font-size: 92%;
	color: #ffffff;
}
#navaccess .navaccessleft
{
	float: left;
	margin-top: 3px;
}
#navaccess .navaccessright
{
	float: right;
}
#navaccess a
{
	color: #ffffff;
	text-decoration: none;
}
#navaccess a:hover
{
	text-decoration: underline;
}
#navaccess ul
{
    margin: 0px;
    padding: 0px 5px 0px 5px;
    list-style: none;
}
#navaccess li
{
	display: inline;
}
#navaccess li.flag {
	margin: 0px;
	padding: 0px;
}
#navaccess li.flag img {
	vertical-align: middle;
}


/* Formulaire de recherche */
form#recherche 
{
	margin-right: 10px;
	display: inline;
}
form#recherche fieldset
{
	display: inline;
}
form#recherche legend {
	display: none;
}
form#recherche input
{
	width: 140px;
	border: 0px;
}
form#recherche .submit input {
	margin: 0px;
	padding: 0px;
	width: 30px;
	text-align: center;
	background-color: #c6c5c5;
	color: #384149;
	font-weight: bold;
	font-size: 85%;
	height: auto;
}


/* Header */
div#header
{
/*	background-image: url("../../img/default/fr/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top; */
}
div#header .menutop
{
	color: #384149;
	background-color: #c6c5c5;
	font-weight: bold;
	/*width: 795px;*/
	height: 46px;
}
div#header .menutop ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#header .menutop li
{
	float: left;
}
div#header .menutop li.boutique
{
	margin: 0px 50px 0px 26px;
	padding: 0px;
}
div#header .menutop li div
{
	background-image: url("../../img/default/Picto/puce_menu.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 15px 16px;
}
div#header .menutop li a
{
	color: #384149;
	padding-left: 15px;
	text-decoration: none;
}
div#header .menutop li.boutique a
{
	padding-left: 0px;
}
div#header .menutop li a:hover
{
	text-decoration: underline;
}
div#header .menutop li div.selected
{
	background-image: url("../../img/default/Picto/puce_menu_on.gif");
}
div#header .menutop li div.selected a
{
	color: #961429;
}

/* Footer */
div#footer
{
	font-size: 92%;
}
div#footer a
{
	color: #384149;
}


/* zone main */
#main
{
	background-color: #ffffff;
}


/* menu de droite */
div#menudroit
{
	float: left;
}
div#menudroit2
{
	float: right;
}

div#menudroit iframe
{
	border: 0px none;
}
div#menudroit .boutique
{
	margin-top: 12px;
}
div#menudroit .boutique form legend
{
	display: none;
}
div#menudroit .boutique .boutiquetitle h2,div#menudroit .boutique .boutiquetitle .h2
{
	display: inline-block;
	font-family: Arial Black, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
}
div#menudroit .boutique .boutiquetitle h2 a, div#menudroit .boutique .boutiquetitle .h2 a
{
	color: #ffffff;
	text-decoration: none;
}
div#menudroit .boutique .boutiquecontent
{
	background-color: #f5f3f3;
	border: 1px solid #961429;
}
div#menudroit .boutique .boutiquecontent select, div#menudroit .boutique .boutiquecontent .text
{
	border: 1px solid #961429;
	margin: 0px 15px 5px 0px;
}
div#menudroit .boutique .boutiquecontent .title
{
	font-family: Arial Black, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 115%;
	color: #384149;
}
div#menudroit .boutique .boutiqueoption label
{
	font-family: Arial Black, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	color: #961429;
}
div#menudroit .boutique .submit
{
	float: right;
}
div#menudroit .boutique .submit .submitleft
{
	background-image: url("../../img/default/Picto/input_left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 39px;
	height: 31px;
	float: left;
}
div#menudroit .boutique .submit .submitright
{
	background-image: url("../../img/default/Picto/input_right.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 22px;
	height: 31px;
	float: left;
	margin-right: 5px;
}
div#menudroit .boutique .submit input
{
	background-image: url("../../img/default/Picto/input_middle.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	border: 0px;
	color: #ffffff;
	font-weight:bold;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	height: 28px;
	float: left;
}
div#menudroit .boutique .login
{
	margin-left: 16px;
	font-size: 92%;
}

/* Pied de page */
#navbas
{
	background-image: url("../../img/default/Accueil/base_bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	width: 960px;
	height: 32px;
	margin: 0px auto 0px auto;
	text-align: left;
	color: #ffffff;
	font-size: 92%;
	text-align: right;
}
#navbas ul
{
	padding: 9px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	list-style: none;
}
#navbas ul li
{
	display: inline;
}
#navbas a
{
	color: #ffffff;
	text-decoration: none;
}
#navbas a:hover
{
	text-decoration: underline;
}



img.icon
{
	vertical-align:middle;
	margin-right:3px;	
}