


html {
	background-color: #ffffff;
	/*background-image: url(../img/test.gif);
	background-repeat: repeat;*/
}

#index img
{
	border: none;
	margin: 1% 16% 0% 16%;
}


#header
{
	display: none;
}

/************************************  Main part - Content  **************************************************/


#main h2
{
	font-size: 14pt;
	background: url(../img/h2.png) no-repeat;
	background-color:#ffffff;
	/*height: 23px;*/
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight: 500;
}

#main h3
{
	font-size: 11pt;
	letter-spacing: 0.5px;
	/*background-color:#FF3300;*/
	padding-left: 17px;
	background: url(../img/h3.png) no-repeat;
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight: 600;
}

#main h5
{
	margin: 8px 0 -5px 2px;
	font-size: 9pt;
	letter-spacing: 0.5px;
	/*background-color:#FF0000;*/
	background: url(../img/h5.png) no-repeat;
	padding-left: 15px;
	color: #ff6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

#main p
{
	font-size: 9pt;
	padding: 0 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	/*white-space: nowrap;*/
	margin: 1em 0 0 0;
	text-indent: 0px;
	text-align: justify;
}

#main li
{
	font-size: 9pt;
	list-style-type: square;
	padding-bottom: 3px;
	text-indent: 0;
}

#main ul
{
	padding-top: 1em;
	padding-left: 2em;
	background-color: #ffffff;/*#dfdfdf*/
}

#main a
{
	color: #6699cc;
	text-decoration: none;
	font-weight: 800;
	font-size: 8pt;	
}

#main a:hover
{
	color: #ff8b1f;
	text-decoration: none;
}

#main a:after
{
	color: #999999;
}

/****************************************** Main - Bouton Admin ************************************/
.button_admin
{
	margin: 1.5em 0 0 0;
}

.modifier img
{
	border: none;
	margin: 0 2px 0 0;
}

.modifier img:hover
{
	border: #9FC4FF thin solid;
	height: 23px;
	width: 46px;
}

.supprimer img
{
	border: none;
}

.supprimer img:hover
{
	border: #9FC4FF thin solid;
	height: 22px;
	width: 44px;
}

.lier img
{
	border: none;
}

.lier img:hover
{
	border: #9FC4FF thin solid;
	height: 23px;
	width: 46px;
}

.valider img
{
	border: none;
}

.valider img:hover
{
	border: #9FC4FF thin solid;
	height: 23px;
	width: 46px;
}

/**********************************  Main Contenu ********************************************/
.commerce img
{
	border: #9FC4FF thin solid;
}

#main .texte_commerce
{
	margin: 1em 16px 5px 10px;
	
}

.contenu
{
	margin: 1em 1em;
	background-color: #ffffff;/*#dfdfdf*/
	
}

.SecCom
{
	margin-bottom: 25px;

}

.personnel
{
	margin-top: 5px;
	
}

.personnel>img
{
	margin: 5px 0 0 1em;
	
}

.conseil
{
	padding-bottom: 1em;
}

#main .conseil p
{
	margin-bottom: -0.5em;
	
}


.comite
{
	margin-bottom: 35px;
}

#main .comite p
{
	margin-bottom: -0.8em;
}

#main .comite h3
{
	margin-bottom: -0.7em;
}

.membres
{
	padding-top: 15px;
	padding-left: 1.5em;
}

.plus_info_link
{
	margin-top: 20px;
}

.news
{
	/*background-color: #ffffff;#dfdfdf*/
	margin: 0 4px 1em 4px;
	padding: 1px 0;
	width: 500px;
	background-image: url(../img/news.jpg);
	background-repeat: repeat-y;	
}

/*#main .titre_news
{
	display: inline;
}*/


.contenunews
{
	width: 500px;
	padding-bottom: 5px;
}

.news_bottom
{
	height: 30px;
	width: 500px;
	background: url(../img/news_bottom.jpg) no-repeat;
}

.news_mobilite
{
	/*background-color: #ffffff;#dfdfdf*/
	margin: 0 4px 1em 4px;
	padding: 1px 0;
	width: 500px;
	background-image: url(../img/news_mobilite.jpg);
	background-repeat: repeat-y;
}

#main .news_mobilite h5
{
	color: #66cc66;
	background-image: url(../img/news_mobilite_h5.png);
	margin: 0 0 2px 2px;
}

.news_mobilite_bottom
{
	height: 30px;
	width: 500px;
	background: url(../img/news_bottom_mobilite.jpg) no-repeat;
	margin-bottom: -1px;	
}


#main .dateN
{
	font-size:7pt;
	float: right;
	margin-top: -1.7em;
	/*top: 1em;
	position: relative;*/
	color: #6699cc;
}

#hall_sportif
{
	padding: 0 0 0 1em;
}

/****************************************     Left menu        **********************************************/
#left_menu
{
	
	display: none;
}

#lm_top
{
	/*background-image: url(../img/left_top_menu.gif);
	background-color: #ffffff;*/
	height: 20px;
	margin-bottom: -1px;
}

#left_menu ul
{
	/*background-color: transparent;
	background-image: url(../img/left_menu.gif);*/
}


#left_menu li
{
	list-style-type: none;
	/*margin-left: -25px;*/
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 5px;
}

#left_menu li a
{
	color: #000000;
	text-decoration: none;
}

#left_menu li a:hover
{
	border-bottom: #000000 thin solid;
	border-top: #000000 thin solid;
	/*background-image: url(../img/left_links_over.png);*/
}


/**************************************     Right menu        *********************************************/
#right_menu
{
	
	display: none;
}

#rm_top
{
	height: 20px;
	background-image: url(../img/right_top_menu.jpg);
	
}

#rm_bottom
{
	height: 20px;
	background-image: url(../img/right_bottom_menu.jpg);
	
}

#right_menu li
{
	list-style-type: none;
	/*margin-left: -40px;*/
	font-size: 7.5pt;
	padding-right: 10px;	
}

#right_menu h3
{
	margin-left: 0;
	font-size: 10pt;
}

#right_menu li a
{
	color: #000000;
	text-decoration: none;
}

#right_menu li a:hover
{
	
}

/*menu déroulant*/
 
dl, dt, dd {
margin: 0.5em;
padding: 0;
list-style-type: none;
}

#menu {
/*position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}

#menu {
/*width: 14.5em;*/
}

#menu dt {
cursor: pointer;
margin: 2px 0;
text-align: left;
background: transparent;
}

#menu dd {
margin: 0;
margin-top: -2px;
margin-bottom: -2px;
padding-left: 12px;

}

#menu li, ul  {
text-align: left;
/*background: transparent;*/
margin: 0 0 0 0;
padding: 0;
list-style-type: none;;

}

#menu li  {
height: 13px;
text-align: left;
background: transparent;
margin: 0;
padding: 0;
list-style-type: none;
/*background-image: url(../img/right_links.jpg);*/
background-repeat: no-repeat;
margin: -2px 0 0 0;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background-image: url(../img/right_links_over.jpg);
background-repeat: no-repeat;
}




/********************************************   Formulaire  *******************************************************/

form
{
	font-size: 12px;
	padding-left: 15px;	
	padding-bottom: 40px;
}

form>p
{
	/*margin-left: -10px;
	margin-bottom: 2px;*/
	font-weight: bold;
	margin: 1em 0 2px -15px;
}

form>h4
{
	margin-left: -5px;
	margin-bottom: 2px;
	font-weight: bold;
}

form input
{
	border: #9FC4FF thin solid;
	margin-top: 1em;
}


form textarea
{
	border: #9FC4FF thin solid;
}

form select
{
	border: #9FC4FF thin solid;
	margin-top: 1em;
}

form input[value="Envoyer"]
{
	margin-top: 15px;
	margin-left: 20px;
	/*background-image: url(../img/left_links_over.png);*/
	background-color:#FFFFFF;
}

form input[value="Rétablir"]
{
	margin-top: 15px;
	margin-left: 10px;
	background-color:#FFFFFF;
}

form input[value="Ajouter"]
{
	margin-top: 15px;
	margin-left: 10px;
	background-color:#FFFFFF;
}

form input[value="Trier"]
{
	margin-top: 15px;
	margin-left: 10px;
	background-color:#FFFFFF;
}

form input[value="Save"]
{
	margin-top: 15px;
	margin-left: 10px;
	background-color:#FFFFFF;
}

form input[value="Envoyer"]:hover
{
	margin-top: 15px;
	margin-left: 20px;
	border: #ff6600 thin solid;
	/*background-image: url(../img/left_links_over.png);*/
	background-color:#FFFFFF;
}

form input[value="Rétablir"]:hover
{
	margin-top: 15px;
	margin-left: 10px;
	border: #ff6600 thin solid;
	background-color:#FFFFFF;
}

form input[value="Ajouter"]:hover
{
	margin-top: 15px;
	margin-left: 10px;
	border: #ff6600 thin solid;
	background-color:#FFFFFF;
}

form input[value="Trier"]:hover
{
	margin-top: 15px;
	margin-left: 10px;
	border: #ff6600 thin solid;
	background-color:#FFFFFF;
}

form input[value="Save"]:hover
{
	margin-top: 15px;
	margin-left: 10px;
	border: #ff6600 thin solid;
	background-color:#FFFFFF;
}


/*form label
{
	margin-left: -5px;
	margin-bottom: 5px;
	display: block;
}*/

#close h3
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;	
}

#close
{
	font-size: 8pt;
	font-weight: normal;
	word-spacing: 1pt;
	padding: 0 20px 10px 20px;
}

#service_cpas h6
{
	font-size: 8pt;
	font-weight: bold;		
}

#top
{
	font-size: 8pt;	
	margin-left: -10px;
}



/*************************************** Galerie *******************************************/

.rub
{
	padding: 1em 0.5em 0.5em 0.5em;
	/*border: #00CCFF thin solid;*/
	float: left;
	margin: 1em 1em 0 1em;
}

.rub img
{
	border: none;
}

.rub a
{
	
}

.mini_rub img:hover
{
	border: #00CCFF thin solid;
	width: 98px;
	height: 98px; 
}

.Mini_Image img:hover
{
	border: #00CCFF thin solid;
	width: 98px;
	height: 98px; 
}

#main .rub p
{
	font-size: 8pt;
	color: #6699cc;
	text-align: center;
	width: 100px;
}

/************************************************** Pagination **********************************************/

#main .page
{
	margin: 0 25% 1% 25%;
}

/***************************************** Image en générale ******************************************/

img
{
	margin: 2% 0 0 3%;
}

/**********************************************   Firefox    ******************************************************/

.firefox
{
	font-size: 8pt;
	margin: 3em 0 0 29em;
}

.firefox a
{
	padding: 0;
	margin: 0 0 0 -4em;
}

.firefox img
{
	padding: 0 0 0 0;
	margin: 0 0 0 4em;
	border: none;
}
/**********************************************   Divers style    ******************************************************/

.bold
{
	font-weight: bold;
}

img[alt]
{
	font-size: 8pt;
}

table
{
	font-size: 9pt;
	margin: 0 0 0 11px;
}

.img_college
{
	
}

.list_jeune
{
	display: block;
}

.list_jeune li
{
	
}




