@charset "utf-8";
.mypets{ 
	background-color: #f4fafc;	
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;	
	cursor: pointer;
	font-size: 12px;
	padding:6px 15px;
	border-bottom:#93d2e1 1px solid;
	display:block;

}

.thepet {
	text-align:left;
	font-weight: normal;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 18px;*/
	background-color:white;
	border-bottom:#93d2e1 1px solid
}

.thepet a {
	
	
	color: #0f2365;
	text-decoration: underline;
	font-weight: bold;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.thepet a:hover {
	text-decoration: none;
}

div#img {
	border: none
}

div#conteneur {
	color: #000000;
	/*width: 990px;*/
	padding: 0px 0px 0px 0px;
	margin: auto
}



div#content {
	
	background:url(../images/box/degrader.gif);
	
}

/******************/

/* Afficher une image en bas du menu pour faire plus jolie (ombre) */

div#bas {
	background: url(images/menu_bas.gif) no-repeat center bottom;
	padding-top: 2px;
	padding-bottom: 2px
	/* height: 4px -> bug sur Internet Explorer */
}

/******************/

/* Titre d'une catgorie principale (avec le fond bois) */

.menutitre {
	/*background: url(images/menu_titre.gif) no-repeat;*/
	background: url(../images/bg_accordion.gif);
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
	width: 292px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
}


.menutitre_ministere {
	/*background: url(images/menu_titre.gif) no-repeat;*/
	background: url(../images/bg_accordion.gif);
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
	width: 194px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
}

.menutitre_juridique {
	/*background: url(images/menu_titre.gif) no-repeat;*/
	background: url(../images/bg_accordion.gif);
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
	width: 194px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
}
/******************/

/* zone contenant les sous-catgories */

.stretcher {
	text-align:left;
	font-weight: normal;
	font-size:11px;
	font-family:TAhoma, Arial, Helvetica, sans-serif;
	/*line-height: 18px;*/
	width: 292px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	background:url(../images/box/degrader.gif);

}

.stretcher a {
	background: transparent url(images/menu_etoile.gif) no-repeat 8px 2px;
	padding-left:26px;	
	color: #000000;
	text-decoration: none
}

.stretcher a:hover {
	color: #c00a1d
}


.stretcher_ministere {
	text-align:left;
	font-weight: normal;
	font-size:11px;
	font-family:TAhoma, Arial, Helvetica, sans-serif;
	/*line-height: 18px;*/
	width: 194px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	background:url(../images/box/degrader.gif);

}

.stretcher_ministere a {
	background: transparent url(images/menu_etoile.gif) no-repeat 8px 2px;
	padding-left:26px;	
	color: #2C64A3;
	text-decoration: none
}

.stretcher_ministere a:hover {
	color: #2C64A3;
}

.stretcher_juridique {
	text-align:left;
	font-weight: normal;
	font-size:11px;
	font-family:TAhoma, Arial, Helvetica, sans-serif;
	/*line-height: 18px;*/
	width: 194px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	background:url(../images/box/degrader.gif);

}

.stretcher_juridique a {
	background: transparent url(images/menu_etoile.gif) no-repeat 8px 2px;
	padding-left:26px;	
	color: #2C64A3;
	text-decoration: none
}

.stretcher_juridique a:hover {
	color: #2C64A3;
}
/******************/
