/* Start of CMSMS style sheet 'Cat-Amania Menu principal (horyzontal)' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   padding-top: 4px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;

}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   display: block; /* IE has problems with this, fixed above */
}

#menu_horiz a:hover{
   color: #FFFFFF;
}
/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #EFEFEF;
   color: #000000;
   border-bottom: 1px solid #EFEFEF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #FFFFFF;
   color: #000000;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background-color: #FFFFFF;
   color: #000000;
   border-bottom: 1px solid #FFFFFF;
}



/* End of 'Cat-Amania Menu principal (horyzontal)' */

/* Start of CMSMS style sheet 'Cat-Amania Panneau contextuel' */
.boiteTitre{
	background-image:url(uploads/imagesStructureSite/panneauctx/boiteTop.gif);
	background-repeat:no-repeat;
	width: 184px;
	height:28px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-align:right;
	padding-top:2px;
	padding-right:6px;
}
.boiteBas{
	background-image:url(uploads/imagesStructureSite/panneauctx/boiteBottom.gif);
	background-repeat:no-repeat;
	width: 184px;
	height:20px;
	background-color:transparent;
}
.boite{
	width: 184px;
}
h1{
	font-size:12px;
	color:#F58220;
}
.boiteContenu{
	background-color:#FFFFFF;
	padding-left: 4px;
	padding-right: 15px;
	font-size:10px;
}

label{
	font-size:10px;
}
/* End of 'Cat-Amania Panneau contextuel' */

/* Start of CMSMS style sheet 'Cat-Amania Portail' */
body{
	font-family: arial;
	background-color:#E2E2E2;
	margin-top:0px;
}
img{
	border:0;
}

.container{
	width: 980px;
	border: 1px solid black;
}
.panneauContexte{
        width:250px;
}
.entete{
	border-right: 1px solid white;
	margin: 0px;
	padding:0px;
}



.pied,.top{
	background-color:#000000;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-right:20px;
}
.top a,.top a:link,.top a:hover,.top a:visited,.top a:active,
.pied a,.pied a:link,.pied a:hover,.pied a:visited,.pied a:active{
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
}
.pied a:hover,.top a:hover{
	text-decoration: underline;
}

.input{
	border: 1px solid black;
}


.menuGeneral{
	border-top: 1px solid white;
	height: 35px;

}
.menuGeneral a,.menuGeneral a:link,.menuGeneral a:hover,.menuGeneral a:visited,.menuGeneral a:active{
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 14px;
}
/* End of 'Cat-Amania Portail' */

/* Start of CMSMS style sheet 'Cat-Amania Page' */
.ideeGeneraleGrise,.ideeGeneraleBleue,.ideeSecondaireBleue{
	color:#00AECB;
	font-weight:lighter;
	font-size:22px;
}
.ideeSecondaireBleue{
font-size:14px;
font-weight:bold;
}

.ideeGeneraleGrise{
	color:#221E1F;
	
}
.sousTitre{
	color:#00AECB;
	font-size:16px;
}
.contenu,.contenu td{
	font-size: 11px;
	text-align:justify;
	padding: 10px;
	
}
.contenu{
	width: 740px;
	background-color:#FFFFFF;
	overflow:auto;
}
.contenu a,.contenu a:link,.contenu a:active,.contenu a:hover,.contenu a:visited{
	color:#686868;
}

.contenu a:hover{
	background-color:#00AECB;
}
/* End of 'Cat-Amania Page' */

/* Start of CMSMS style sheet 'Cat-Amania Accueil' */
.contenu{
	background-image: url(uploads/imagesStructureSite/mainAccueil.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:400px;
}


.panneauContexte,.menuGeneral,.entete{
	background-color: #00aeca;
}

/* End of 'Cat-Amania Accueil' */

/* Start of CMSMS style sheet 'Cat-Amania Menu sous menu (Horyzontal)' */
#menu_vert{
    padding: 4px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #C9C9C9;
    margin-bottom: 8px;
    font-size: 14px;

}

#menu_vert .currentpage{
    font-weight: 700;
    color:#00AECB;
    font-size: 14px;
}

#menu_vert a{
    color:#221E1F;
     font-size: 15px;
font-weight; 700;
}
/* End of 'Cat-Amania Menu sous menu (Horyzontal)' */

