/* RAS - ras.css : styles du site du RAS 
 - MC 31 III 2008 : dernieres retouches
 - MC 27 III 2008 : refonte et application a tout le site 
   avec absorption de : ras/index.css, ras/membres.css etc.
*/

/* styles generaux au site */ 

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #080080;
 font-size: 11pt;
 margin-left: 40px;
 background-image: url(images/fond3.gif)
}
a:link { font-family: Arial, Helvetica, sans-serif; color: #CC3300; text-decoration: none}
a:visited { font-family: Arial, Helvetica, sans-serif; color: #CC3300 ; text-decoration: none}
a:active { font-family: Arial, Helvetica, sans-serif; color: #660000; text-decoration: none}
a:hover { font-family: Arial, Helvetica, sans-serif; color: #003366; text-decoration: underline}
pre { font-size: 10pt; color: #000000; font-family: "Courier New", Courier, mono}
.bigbox {
	border: 1px solid black;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #000000;
	padding: 15px;
	font-size: larger;
	line-height: 140%; 
}
h1 {
	font-weight: normal;
}
h2 {
	font-size: 130%;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
li {
	margin-bottom: 0.5ex;
}
.courriel, .url {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
.centrage {
	text-align: center;
}
.a-droite {
	text-align: right;
}
address {
	font-style: normal;
}
.remarque {
	font-size: smaller;
	font-style: italic;
}

/* page d'accueil */

#logo-ras {
	margin: 20px;
	width: 150px;
	height: 50px;
}
#titre-ras {
	color: #FF0000;
	font-family: 'Arial Rounded MT Bold', 'Arial Black', sans-serif;
	font-size: 250%;
}
#intitule-ras {
	font-family: 'Arial Rounded MT Bold', 'Arial Black', sans-serif;
}
.initiale-intitule-ras {
	font-weight: bold;
	font-size: larger;
}
#bandeau-gauche {
	width: 33%;
	float: left;
}
#bandeau-gauche address {
	font-size: smaller;
}
#partie-centrale {
   margin-left: 33%;
	width: 55%;
	text-align: justify;
}
.texte-ras {
	font-weight: bold;
	color: #080080;
}
.section {
	margin-left: 5%;
}

/* page autre que d'accueil */ 

#section-haut-page {
	border-bottom: 1px solid Red;
	background-color: white;
	padding: 2px 5px;
	width: 98%;
}
#section-haut-page h1 {
	color: #FF0000;
	font-family: 'Arial Rounded MT Bold', 'Arial Black', sans-serif;
}
#section-haut-page p {
	color: #FF0000;
}
#section-haut-page p {
	font-size: smaller;
}
#section-haut-page a {
	color: #FF0000;
}
#section-haut-page p.sous-titre {
	font-size: x-large;
	color: #FF0000;
}
#section-texte-ref p, #section-texte-ref h3 {
	margin-left: 20px;
}
#section-texte-ref address {
	font-size: smaller;
}
#section-texte-ref blockquote {
	font-size: smaller;
	border: 1px dotted Black;
	padding: 10px;
}
#section-bas-page {
   margin-top: 40px;
	margin-left: 5px;
	font-size: smaller;
	color: #FF0000;
	padding: 5px;
}
#section-bas-page a {
	color: #FF0000;
}
.colonne-gauche {
	width: 45%;
	float: left;
}
.colonne-droite {
	margin-left: 50%;
}
.liste-ras {
	list-style-image: url(images/tr2.gif);
}

/* membres */ 

.liste-membres th {
	background-color: #D3DCE3;
}
.liste-membres .ligne-paire {
	background-color: #DDDDDD;
}
.liste-membres .ligne-impaire {
	background-color: #CCCCCC;
}
.liste-membres dl {
	text-align: justify; 
	font-weight: normal;
}
.liste-membres dt {
}
.liste-membres dd {
	font-size: smaller;
	text-align: justify;
}

/* formulaire d'adhesion */

#form-adh-asso .obligatoire {
	color: Red;
}
#form-adh-asso label  {
	/* font-style: italic; */
	font-weight: bold;
}
#form-adh-asso tr  {
	margin-bottom: 10px;
}
#form-adh-asso fieldset  {
	padding: 10px;
	margin-top: 10px;
}

.cestfini {
	color: white;
	background-color: black;
	padding: 10px 20px;
}
