@import "custom.css";

body {
	background-color: #ffffff;
	font-size: 77%;
    font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
a {
	color: #005b9a;
	text-decoration: underline;
}
a:hover
{
	color: #5e760d;
}

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
{
	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: #5e760d;
}
.disabled
{
	color: #666666;
}
.strong
{
	font-weight: bold;
}

/*  structure generale */
#global
{
	background-color: #f4f4f4;
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
}
/* menu de gauche */
div#menugauche
{
	float: left;
	width: 194px;
}
/* menu de droite */
div#menudroit
{
	float: right;
	width: 194px;
}
/* contenu */
#content
{
	margin-left: 194px;
	margin-right: 195px;
}

/*  structure imprimable */
#globalPrint
{	
	width: auto;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* menu d'accessibilité*/
#navaccess a
{
	color: #ffffff;
	text-decoration: none;
}
#navaccess a:hover
{
	text-decoration: underline;
}
#navaccess ul
{
	float: right;
    margin: 0px;
    padding: 0px 15px 0px 0px;
    list-style: none;
}
#navaccess li
{
	display: inline;
	background-image: url("../img/Picto/separateur.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	margin-right: 5px;
}
#navaccess LI.noseparateur 
{
	display: inline;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	background-image: url("../img/Picto/access.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

/* Menu de navigation principale */
div#navprinc
{
}
div#navprinc ul.titre
{
	padding: 0px;
	margin: 0px 0px 0px 6px;
}
div#navprinc ul.titre li
{
	list-style: none;
}
div#navprinc div.menuouvrant
{
	background-image: url("../img/Accueil/menugauche_bt_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 178px;
	height: 27px;
	margin-bottom: 3px;
	padding-top: 3px;
}
div#navprinc div.menu
{
	width: 177px;
	height: 27px;
	padding-top: 4px;
}
div#navprinc div.border
{
	border-bottom: 1px solid #C9C9CB;
}
div#navprinc div img
{
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 4px;
}
div#navprinc a.selected
{
	color: #005B9A;
}

/* Formulaire de recherche */
form#recherche {
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
}
form#recherche legend {
	display: none;
}
form#recherche input
{
	width: 140px;
}
form#recherche .submit input {
	margin: 0px;
	padding: 0px;
	width: 30px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	color: #000000;
	font-weight: bold;
	font-size: 92%;
}

/* Lien boutique en ligne */
div#menudroit div.menuouvrant
{
	background-image: url("../img/Accueil/menudroit_bt_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 194px;
	height: 26px;
	padding-top: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#menudroit div.menuouvrant img
{
	vertical-align: middle;
	margin-left: 6px;
	margin-right: 4px;
}

/* Encart mon espace */
div#monespace
{
    width: 194px;
}
div#monespace div.top
{
	background-image: url("../img/Accueil/monespace_top_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
    width: 194px;
	height: 14px;
	font-size: 0%;
}
div#monespace div.bottom
{
	background-image: url("../img/Accueil/monespace_bottom_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	font-size: 0%;
}
div#monespace div.middle
{
	padding-left: 10px;
	background-image: url("../img/Accueil/monespace_middle_bg.gif");
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 92%;
}
div#monespace div.middle h3, div#monespace div.middle .h3
{
    font-weight: bold;
    font-size: 107%;
}
div#monespace div.middle div
{
	margin-top: 8px;
}
div#monespace .create
{
    padding-bottom: 9px;
}
div#monespace .create a span
{
    font-size: 107%;
	font-weight: bold;
	color: #000000;
}
div#monespace .create a:hover span
{
	color: inherit;
}

/* Formulaire newsletter */
form#newsletter
{
	font-weight: bold;
	margin: 10px 0px;
	color: #000000;
	padding-left: 6px;
}
form#newsletter legend
{
	display: none;
}
form#newsletter input
{
	width: 140px;
}
form#newsletter .submit input {
	margin: 0px;
	padding: 0px;
	width: 30px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	color: #000000;
	font-weight: bold;
	font-size: 92%;
}
form#newsletter LABEL
{
	display:none;
	visibility:hidden;
}

form#newsletter A
{
	text-decoration:none;
	color:#000000;
}

/* Liens contact, RSS et widget */
div#menudroit .menu img
{
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 6px;
}
div#menudroit .menu
{
    padding: 4px 0px;
}
div#menudroit .menu .left
{
    margin-right: 15px;
}
div#menudroit .border
{
	border-bottom: 1px solid #C9C9CB;
	padding-bottom:5px;
}

div#menudroit .border SPAN.error
{
	color:#E4021A;
}
div#menudroit div.border img {
	margin-right:4px;
	vertical-align:middle;
}
div#menudroit .border A.disrupt
{
	color:#000000;
	text-decoration:none;
}

div#menudroit .border A.disrupt:hover
{
	color:#005B9A;
}

div#menudroit .border SPAN.legend
{
	font-size:92%;
}

/* TCAR en ligne */
div#menudroit .telephone {
	padding-left: 5px;
	margin-top: 10px;
}

/* Pied de page */
#navbas
{
	width: 960px;
	text-align: left;
	color: #000000;
	font-size: 92%;
}
#navbas div.haut
{
	background-image: url("../img/Accueil/degrade_bas_bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 8px;
}
#navbas div.middle
{
	background-color: #275998;
	text-align: right;
	color: #FFFFFF;
	height: 14px;
}
#navbas div.middle img
{
	float: right;
	padding-left: 10px;
	vertical-align: middle;
}
#navbas a
{
	text-decoration: none;
	color: #000000;
}
#navbas a:hover
{
	color: #005B9A;
}
#navbas ul
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style: none;
}
#navbas ul li
{
	display: inline;
	padding: 0px 10px 0px 10px;
}

#navbas .cic
{
	margin-top:2px;
}

/*  STRUCTURE POPUP GOOGLE MAPS */
#popupMap 
{
	BACKGROUND-IMAGE: url("../img/admin-logo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	WIDTH: auto;
	MARGIN: 0px auto 0px auto;
	TEXT-ALIGN: left;
	width: 550px;
}
#popupMap H1
{
	TEXT-ALIGN: center;
	font-size: 130%;
}
#popupMap .closeLink
{
	float:right;
	TEXT-ALIGN: right;
}
.groupBlock
{
}
.groupBlock .leftBlock
{
	float:left;
	margin:5px;
	width:140px;
}
.groupBlock .centerBlock
{
	float:left;
	border-left:1px solid #C9C9CB;
	margin:5px;
	height:auto;
	width:140px;
	
}
.groupBlock DIV
{
	height:24px;
	margin:0px;
	padding:2px;
	vertical-align:middle;
}
.groupBlock DIV IMG
{
	padding:2px;
	vertical-align:middle;
}
.groupBlock UL.legendList
{
	list-style:none;
	margin:0px;
	padding:0px;
}
.groupBlock UL.legendList LI
{
	list-style-image:none;
	
	height:24px;
	margin:0px;
	padding:2px;
	vertical-align:middle;
}
.groupBlock UL LI IMG
{
	padding: 2px;
	vertical-align:middle;	
}





/* zonegauche */
div#navprinc ul.ssmenu
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 92%;
}
div#navprinc ul.ssmenu li
{
	padding: 1px 0px;
	margin: 0px;
}
div#navprinc ul.ssmenu li.border
{	
	border-bottom: 1px solid #C9C9CB;
}
div#navprinc ul.ssmenu li.borderouvert
{
	border-bottom: 1px solid #005B9A;
}
div#navprinc ul.ssmenu div
{
	position: relative;
}
div#navprinc ul.ssmenu div img
{
	position:absolute;
	right:0px;
	top:1px;
	margin-right:0px;
}
div#navprinc ul.ssmenu2
{
	padding:0px 0px 0px 10px;
	margin:0px;
	background-color:#FFFFFF;
}
div#navprinc ul.ssmenu2 a
{
	font-weight:normal;
}



/* Bloc caché */
#hiddenBloc 
{
	DISPLAY: none;	
}


/* Liste des lignes groupées */
#lineGroup {
	WIDTH:200px;
	LIST-STYLE-TYPE: none;
	PADDING-TOP:20px;
	MARGIN:0px;
	FLOAT:right;
	FONT-SIZE:100%;
}




#lineGroup UL{
	LIST-STYLE-TYPE: none;
	MARGIN:0px 0px 30px 0px;
	PADDING:0px 0px 0px 0px;
}


#lineGroup LI{
	MARGIN: 0px 0px 2px 0px;
	PADDING: 0px 0px 0px 0px;
	LIST-STYLE-TYPE: none;
	
}

#lineGroup LI A{
	
}

#lineGroup LI H4{
	FONT-SIZE:100%;
}

img.icon
{
	vertical-align:middle;
	margin-right:3px;	
}


#printimg
{
	display:none;
}