/* GFPP - Site développé par Olivier Fély/CNRS Alsace - tél : 03 88 10 65 13 - mail : olivier.fely@alsace.cnrs.fr */


body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em; /* correspond à du 14px */
	letter-spacing: 0.1em;
	background-color: #990000;
}


/* Début sous-menu déroulant pour le 16e congrès */

.ssmenu {
	width: 160px;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #c0bfbf;
	border-top: 1px solid #ffffff;
	padding: 2px 2px 2px 10px;
	line-height: 1.7em; /* pour aérer le texte */
}

.ssmenu a {
	display: block; /* sinon les liens ne sont pas les uns en dessous des autres */
	color: #ffffff;
	text-decoration: none;
}

.ssmenu a:hover {
	color: #3399cc;
}

#ssmenu1 {
	visibility: hidden;
	position: absolute;
	margin-left: -26px;
	margin-top: 29px;
}

/* Fin sous-menu déroulant pour le 16e congrès */


/* Début tableau de l'historique du GFPP */

.tablo td {
	padding: 2px 4px;
	border-bottom: 1px solid #990000;
	font-family: Arial, Helvetica;
}

.tablo {
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
}

#cell1 {
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	border-bottom: 1px solid #ffffff;
}

#cellfin {
	font-weight: bold;
	color: white;
	background-color: #990000;
	border-bottom: 1px solid #990000;
}

/* Fin tableau de l'historique du GFPP */

p {
	margin: 10px 0 20px 0;
}

p.nomarge {
	margin: 0 0 12px 0;
}

/* Pour des paragraphes non justifiés : ils le sont par défaut */
p.normal {
	text-align: left;
}

/* Pour du texte un peu plus petit */
.small {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #666666;
}

/* Titres en bleu */
h1 {
	margin: 0 0 12px 0;
	padding: 0;
	letter-spacing: 1px;
	color: #3399cc;
	font-size: 1.5em;
}

/* Titres en rouge */
h2 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	color: #ba0a0a;
	font-size: 1.3em;
}

.date {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	color: #ba0a0a;
	border-bottom: 1px dashed #ba0a0a;
	font-size: 0.8em;
	letter-spacing: 2px;
}

/* Puce carrée précédant les liens textuels */
.puce {
	margin-top: 6px;
}

.encadre {
	padding: 4px;
	border: 1px solid #990000;
}

/* le site fait 770px de largeur > 770 - 10 - 10 - 2 - 2 = 746px */
#conteneur {
	margin: 0 auto;
	background-color: #d3d3d3;
	width: 746px;
	padding: 10px;
	border-right: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}

#bando_haut {
	margin-bottom: 20px;
}

#menu_gauche {
	float: left;
	letter-spacing: 1px;
}

#menu_gauche a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	display: block;
	width: 128px; /* largeur totale : 150px */
	padding: 2px 3px 2px 8px;
	margin-bottom: 12px;
	border-top: 1px solid #ffffff;
	border-left: 10px solid #3399cc;
	background-color: #c0bfbf;
}

#menu_gauche a:hover {
	color: #3399cc;
	border-top: 1px solid #3399cc;
	border-left: 10px solid #ffffff;
}

#contenu {
	font-size: 0.9em;
	letter-spacing: 0;
	text-align: justify;
	background-color: #ffffff;
	margin-left: 160px; 
	padding: 10px 15px ;
}

p img {
	float: left;
	margin-right: 11px;
}

p a {
	color: #ba0a0a;
}

p a:hover {
	color: #3399cc;
	text-decoration: none;
}

/* Début page inscriptions */

td#cell_ins1 {
	width: 150px;
	text-align: right;
	vertical-align: top;
}

td#cell_ins2 {
	width: 370px;
	vertical-align: top;
}

.inscription {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.95em;
	color: #ba0a0a;
	border: 1px solid #666666;
	font-weight: bold;
}

div.register {
	margin-bottom: 12px;
	width: 500px;
}

div.register a {
	color: #ba0a0a;
}

div.register a:hover {
	color: #3399cc;
	text-decoration: none;
}




label {
	float: left;
	text-align: right;
	width: 30%;
}

input, select {
	margin-left: 5px;
	padding: 2px;
}

/* Fin page inscriptions */


/* Début accès */

.acces {
	float: right;
	margin-left: 25px;
}

.albe {
	margin: 10px 0 10px 0;
}

/* Fin accès */


/* Début sponsors */

.sponsors {
	margin-right: 25px;
}

/* Fin sponsors */