/* ----------------------------
 *  SITE INTERNET CYCLOTRON.RE
 * ----------------------------
 *  développé avec le CMS SPIP
 * ----------------------------
 * auteur  : Sétphane Calderoni
 * date    : Mai 2006
 * version : 1.0
 * ----------------------------
 * feuille de styles de mise en
 * forme du cartouche graphique
 * ----------------------------
 */


/* --------------------------------------------------- */
/* règles générales de mise en forme dans les panneaux */
/* --------------------------------------------------- */

.panel-content
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #3c4b78;
	text-align:  justify;
	line-height: 1.5em;
}


h3.spip
{
	font-size: 1.2em;
	font-weight: bold;
	color: #596fb1;
	border-bottom: 1px dotted #596fb1;
	text-align: left;
}



.strong
{
	font-weight: bold;
}

.date
{
	color: #80a0ff;
}

a.follow
{
	color: #9555FF;
	color: #c25700;
	color: #d66500;
}

a.follow:hover
{
	text-decoration: underline;
}


/* les liens */
/* --------- */

/*Article mobie : affichage de l'image à droite avec un lien*/
#column-75 a.spip_out {
	width: auto;
	border-bottom: none;
	text-decoration:none;
	margin-bottom:0px;
	margin-right:30px;
	margin-left:5px; /*float: right;*/} 


a.spip_out
{
	color: #8000f0;
	border-bottom: 1px dotted;
}

a.spip_out:hover
{
	color: #800000;
}

a.spip_in
{
	color:#000033;
	text-decoration:underline;
	/*border-bottom: 1px dotted;*/
}


/* -------------------------------------------- */
/* panneau d'affichage des dernières actualités */
/* -------------------------------------------- */

h3.news
{
	font-size: 1.2em;
	font-weight: bold;
	color: #596fb1;
	border-bottom: 1px dotted #596fb1;
	text-align: left;
	margin-bottom: 10px;
}

h3.conference
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 40px;
}

h3.conference a {color:#3C4B7F; text-decoration:none;}

/* ------------- */
/* une actualité */
/* ------------- */

.news-date
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

.news-back
{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}


/* ------------------------------------------ */
/* menu de navigation dans les sous-rubriques */
/* ------------------------------------------ */

p.top-section
{
	margin: 0.5em 0 1em 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

p.top-section a
{
	color: #40589c;
}

p.top-section a:hover
{
	color: #000000;
}

p.section
{
	margin: 0.5em 0 0.5em 0;
	padding-left: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

p.section .selected
{
	color: #000000;
}

/* ne fonctionne pas sur IE6 */
p.section:hover
{
	background-color: #dee9f7;
	padding-left: 1.5em;
}

p.section a
{
	color: #2790c6;
}

p.section a:hover
{
	color: #1d5d94;
}


/* -------------- */
/* panneau auteur */
/* -------------- */

.authors
{
	text-align: center;
}

.author
{
	margin: 2em 0 2em 0;
}

.author img.photo
{
	width: 150px;
	height: 150px;
	border: 1px solid #000000;
}

.author .name
{
	margin-top: 0.5em;
	font-weight: bold;
}

.author .name a
{
	color: #2790c6;
}

.author .name a:hover
{
	color: #1d5d94;
}


/* -------------------- */
/* contenu des articles */
/* -------------------- */

.article-date
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: right;
}

.article-backtop
{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}


.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; /*margin-bottom: 5px; pour placer le logo mobie à droite*/ }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }


.spip_documents.spip_documents_right
{
	margin-left: 2em;
}

.spip_documents.spip_documents_left
{
	margin-right: 2em;
}

.spip_documents_center { clear: both; width: 100%; margin: auto; }

.spip_documents.spip_documents_center
{
	text-align:center;
}



/* ------------------------------------- */
/* références internet dans les articles */
/* ------------------------------------- */

.bookmark
{
	padding: 10px;
	border: 1px dotted #cfd9e6;
	background-color: #d8e4f1;
}

.bookmark h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #596fb1;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

.bookmark a
{
	color: #8000f0;
}

.bookmark a:hover
{
	color: #800000;
}

/* -------------------------- */
/* contenu des fiches auteurs */
/* -------------------------- */

.author-logo
{
	float: left;
	width: 30%;
}

.author-identity
{
	float: left;
	width: 70%;
}

.author-name
{
	font-size: 1.2em;
	font-weight: bold;
}

.author-email, .author-www
{
	font-style: italic;
}

.author-bio
{
	
}

.author-identity-clearing
{
	clear: left;
}

.author-articles-section
{
	font-size: 1.2em;
	font-weight: bold;
}

.author-articles-date
{
	font-style: italic;
}

/* ------------ */
/* statistiques */
/* ------------ */

.statistics
{
	margin-bottom: 0.5em;
}

.statistics .about
{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
