/* feuilles de styles inhérantes au sites du CEPS */

body {
		background-color: #A0A0A0;
		font-family: sans-serif;
		font-size: 10pt;
		margin: 0;
		margin-bottom: 20px;
		}

a {
	text-decoration: none;
}

a:visited {
	color: #B1B1B1;
}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width:800px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1pt;
	border-color: #FFFFFF;
	border-top-style: none;
}

/*menu Deroulant site*/

#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 11pt;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
/*top: 0;
left: 0;*/
z-index:100;
width: 800px; /* correction pour Opera */
}

#menu dl {
float: left;
width: 133px;
}

#menu dt {
cursor: pointer;
color: #000;
text-align: center;
font-weight: bold;
background: #DFDFDF;
padding-bottom: 5px;
padding-top: 5px;
}

#menu dd {
display: none;
width: 200px;
border: 1px solid grey;

}

#menu li {
text-align: left;
background: #fff;
}

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

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
/*background: #B4B4B4;*/
color: #586095;
background: url(./images/MenuLien.gif);
}

/* POUR IE */
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#smenu3 a {
	font-size: 9pt
}


#login {
	margin-top: 30px;
	float: right;
	margin-right: 10px;
	font-size: 8pt;
}

#login a {
		color: #586095;
}

/*******************************************/
/*Titre du sites */

h2 {
	font-size: 20pt;
	font-style: italic;
	color: #27279D;
	margin-top: 40px;
}

h3 a { /*telechargement du bon d'inscripton aux colloques */
	color: #586095;
}

h4 {
		font-size: 10pt;
		margin-top: 10px;
}



#corps {
		margin-top: 30px;
		margin-left: 50px;
		text-align: left;
}

/*Styles de la page d'index */

.presentation {
		margin-left: 50px;
		margin-right: -20px;
		margin-top: 20px;
		width: 450px;
}

.presentation li {
		font-size: 10pt;
		padding-bottom: 10px;
		list-style-type: disc;
}

.img_index {
	float: right;
	margin-right: 60px;
	margin-top: -90px;
}

#img_comite {
	margin-left: 200px;
	margin-top: 50px;
	width: 250px;
	text-align: center;
}
/*Ajout d une activite*/
.champs {
		padding-bottom: 20px;
		list-style-type: none;
}

.titre {
		float: left;
		list-style-type: none;
		width: 150px;
		font-weight: bold;
		}

.boutons{
	text-align: center;
	margin-top: 20px;
}

#alerte {
		font-size: 16pt;
		color: #9D1009;
		text-align: center;
}

/*page admin */

.admin_menu li {
	padding-bottom: 20px;
	}
.admin_menu a {
		color: #586095;
		text-decoration: underline;
}
		

/* listing des activit&eacute; */

#activites {
	margin-top: 50px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: thin;
	width: 700px;
}

#activites th {
	text-align: center;
}

#activites td {
		padding-right: 30px;
		padding-bottom: 30px;
}

.sujet { /*cellule pour le type d'activites*/
	width:200px;
}

.liste_sem {
		margin-top: 50px;
		width: 600px;
}

.liste_sem h4 {
		border-bottom: 1px;
		border-bottom-color: #000000;
		border-bottom-style: solid;
		width: 600px;
		font-size: 14pt;
}

.liste_sem h3 {
	font-size: 10pt;
	color: #959492;
}

.Colloques {
		width: 600px;
		text-align: center;
}

.Colloques h4 {
		
		font-size: 20pt;
}

.Colloques h3 {
				
		font-size: 14pt;
}

.date {
	font-size: 11pt;
	color: #959492;
	margin-top: -10px;
}
.description {
		width: 600px;
		margin-top: 5px;
}

.activite_contact {
	margin-top: 5px;
	color: #586095;
}

.activite_contact a {
		color: #586095;
		text-decoration: underline;
}

.activite_conference {
		margin-top: 5px;
		color: #FF0000;
}

.activite_conference a {
		color: #FF0000;
		text-decoration: underline;
}


.animateur {
	font-size: 10pt;
}
/* Liste des membres */

#liste_membre h4 {
		width: 500px;
		border-bottom: 1px;
		border-bottom-color: #000000;
		border-bottom-style: solid;
}

.bureau {
		/*margin-top: 20px;*/
		margin-left: 50px;
		/*width: 400px;*/
		padding-bottom: 15px;
}

.bureau h3 {
	font-size: 10pt;
	color: #959492;
}

.nom_membre {
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px;
	border-bottom-color: grey;
	border-bottom-style: solid;
	width: 250px;
}

.qualite_membre {
	font-size: 10pt;
	color: #586095;
}

.profession {
		font-size: 9pt;
		color: #959492;
		font-style: italic;
}

/*******************************************/

/* Page de contact */
#form_contact {
		padding: 10px;
		border: 1px;
		border-style: solid;
		border-color: #BABABA;
		text-align: left;
		margin-left: 230px;
		margin-top: 50px;
		width: 260px;
		font-style: italic;
		font-weight: bold;
}

#form_contact li {
		padding-bottom: 10px;
}

.boutons {
		text-align: center;
		margin-top: 20px;
}


/* pages de liens */
.liens {
		margin-top: 20px;
}

.liens h4 {
	color: #526DD1;
	border: 1px;
	border-bottom-color: #BABABA;
	border-bottom-style: solid;
	width: 600px;
}

.liens a {
	color: #586095;
}

.liens img {
	float: left;
}

.desc_liens {
	margin-left: 100px;
	width: 350px;
}

.livre {
	margin-bottom: 15px;
	}
/*************************************************/

#pied {
	clear: both;
	margin-top:50px;
	font-size:8pt;
	color: #6F6F6F;
	background-color: transparent;
}


/*************************************************/
#pub {
		padding-top: 20px;
		padding-bottom: 55px;
		width: 600px;
		background-color: #FFFFFF;
}

#pub .liste_sem {
		margin-top: 5px;
		width: 400px;
}

#pub .liste_sem h4 {
		border-bottom: 1px;
		border-bottom-color: #000000;
		border-bottom-style: solid;
		width: 400px;
		font-size: 14pt;
}

/****************************************************/
#ouvrages {
	float: right;
	margin-right: 10px;
	width: 220px;
	margin-top: -450px;
	text-align: center;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
}

#ouvrages a img {
	border: 0;
	margin-bottom: 15px;
}

	

