/* styles associés aux liens */

a.bouton {
  background-color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  color: #5081BB;
  text-align: center;
  padding: 0px;
  font-size: 12px;
}
a.bouton:hover {
  text-decoration: none;
}

.email{
	color: #5081BB;
}

.titre{
	font-weight: bold;
	font-size: 18px;
}


/* styles de forme rubriques */
.rubpresentation {

}

.structurescompetentes {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.assopresentation{
	
}

/* Styles de forme associations*/
.titrerub {
	font-weight: bold;
	color:#7FC31C;
	font-size:16px;
}

.complementtitre{
	font-weight: bold;
	font-size:13px;
	color:#7FC31C;
}

.description {
	font-weight: bold;
}

.soustitre{
	font-style: italic;
	font-weight: bold;
	font-size:11px;
}

.action {
	font-weight: bold;
	font-size:11px;
}

.actiondetail {
	font-size:11px;
}

.contact{
	font-weight: bold;
}

.contactdetail {
	font-size:11px;
}



/* styles associés au background gris  */

body{
	margin: 0px;
	padding: 0px;
	background: url(../../../images/fonds/fond-haut.gif) repeat-x;
	background-color: #E0E0E0;
}

body, html {
	height: 100%;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a img {
	border: 0px;
}
p {
	margin: 0 0 10px 0;
}



#centreur {
	position: absolute;
	width: 511px;
	left: 50%;
	margin-left: -255px;
	background-color: #FFFFFF;
	background: url(../../../images/fonds/fond-contenu_popup.gif) repeat-y;
}


#bg-gauche {
	position: absolute;
	left: 0;
	height: 205px;
	width: 25px;
	background: url(../../../images/fonds/fond-haut-gauche.gif) no-repeat;
}
#bg-droit {
	position: absolute;
	right: -1px;
	height: 205px;
	width: 25px;
	background: url(../../../images/fonds/fond-haut-droite.gif) no-repeat;
}

#contenu-general {
	margin-left: 25px;
	margin-right: 25px;
	width: 461px;
}


#bandeau-pied {
	text-align: right;
	padding-top: 35px;
	padding-right: 30px;
	height: 50px;
	clear: both;
	background: url(../../../images/fonds/fond-pied_popup.gif) no-repeat;
	background-color: #E0E0E0;
}


/*styles contenu*/
hr{

width:275px;

border-bottom: 1px solid #ECECEC;
}

#titrePopup{
width:436px;
color:#7FC31C;
font-size:13px;
padding-left:15px;
background-image:url(../../../fiches/images/transport/fond_titre_transport.gif);
background-repeat:no-repeat;
background-position:top left;
background-color:#FFFFFF;
font-weight:bold;
}
#titrePopup2{
width:450px;
color:#7FC31C;
font-size:13px;
background-color:#FFFFFF;
font-weight:bold;
}

#contenu{
width:436px;
background-image:url(../../../fiches/images/transport/fond_contenu_transport.gif);
background-repeat:no-repeat;
background-position:top left;
padding-top:15px;
padding-left:15px;
color:#4C4C4C;
font-size:11px;
text-decoration:none;
}


.titreGris{
color:#4C4C4C;
font-size:13px;
font-weight:bold;
}
.titreCouleur{
color:#7FC31C;
font-size:13px;
font-weight:bold;
}

.texteGris, .lienGris{
color:#4C4C4C;
font-size:11px;
text-decoration:none;
}
.texteCouleur, .lienCouleur, a{
color:#7FC31C;
font-size:11px;
text-decoration:none;
}
.lienCouleur:hover, .lienGris:hover, a:hover{
text-decoration:underline;
}

.ongletactif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #93d531;
}
.ongletinactif {
	background-color: #CCCCCC;
	background-image:   url(../../../decouvrir/images/onglets-horizontaux/onglet-inactif-fond.gif);

}
.ongletlien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;

}