@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;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
/*background: yellow;*/
}
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}



/*body {
	color: #000000;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}*/

div#img {
	border: none
}

div#conteneur {
	color: #000000;
	/*width: 990px;*/
	padding: 0px 0px 0px 0px;
	margin: auto
}


/* zone contenant le menu */

div#content {
	/*background: url(images/menu_fond.gif) repeat-y;*/
	/*background:#EAEAEA;*/
	background:url(../images/box/degrader.gif);
	/*width:297px;*/
	/*margin-top: 20px*/
}

/******************/

/* 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: #2C64A3;
	text-decoration: none
}

.stretcher a:hover {
	color: blue;
}


.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: #000000;
	text-decoration: none
	color: blue;
	text-decoration:underline;
}

.stretcher_ministere a:hover {
	color: #c00a1d
}

.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: #000000;
	text-decoration: none
}

.stretcher_juridique a:hover {
	color: #c00a1d
}
/******************/
