	/* ***---------- les elements generaux de base */

/*
	tout ce qui est VRAIMENT commun
	-- tous les elements vont heriter d'ici
		* les polices / corps par defaut

	{ truc : en positionnant le corps a une grosse valeur, on peut
		voir les elements utilises sans feuille de style... }
*/
html {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}


/* le fond de page */
body {
	margin: 20px;
	padding: 0px;
	background-color: #639CD6;
}

/* les liens */
a {
	font-size: 10px;
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*le texte de base */
p {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 160%;
	margin: 0;
}

td {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}




	/* main container */
.paper {
	min-width: 670px;
	margin: 0;
	background-color: #fff;
	/*	border: 1px solid #417CB8;*/
	border-color: #5C91C7 #417CB8 #417CB8 #5C91C7;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 20px 38px 0 38px;
}


	/* ***---------- la tetiere */
table.top {
	/*	margin-top: 12px;	 pour decoler du bord sup. */
	background-image: url(../img/img_common/sophiawebnews1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
	height: 110px;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	min-width: 615px;
	width: 100%;
}

td.top2 {
	background-image: url(../img/img_common/sophiawebnews2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
	height: 110px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: right;
	width: 104px;
}


#top {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 615px;
	width: 100%;
	height: 110px;
}

#gauche {
	background-image: url(../img/img_common/sophiawebnews1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
	height: 110px;
	margin: 0;
	padding: 76px 0 0 24px;
	text-align: left;
	vertical-align: middle;
}
#logotop {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 104px;
	float: right;
	clear: left;
	display: block;
}


.numerotitle {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: left;
	padding: 0;
}


.numerodate {
	font-size: 11px;
	color: #ffcc00;
	text-align: right;
	padding: 0 10px 10px 0;
	vertical-align: bottom;
}





		#bidon {
			padding: 0;
			margin: 8px;
		}

		#navcontainer {
			padding: 0;
			margin: 0 auto 0 auto;
			align: left;
		}

		#navcontainer ul {
			padding: 0;
			margin: 0;
			background-color: #000066;
			color: white;
		/*	width: 90%;*/
			height:21px;
		}

		#navcontainer ul li { display: inline; }

		#navcontainer ul li a
		{
			font-size: 12px;
			color: #ffffcc;
			font-weight: bold;
			text-decoration: none;
			padding: 3px 10px;
			background-color: #000066;
			float: left;
			border-right: 1px solid #464685;
		}
		#navcontainer ul li a.href
		{
			float: right;
			border-left: 1px solid #464685;
		}

		#navcontainer ul li a.href:hover,
		#navcontainer ul li a:hover
		{
			color: #464685;
			background-color: #FFAD00;
		}









	/* ***---------- le contenu principal */
	/*    1- la une */
table.content {
/*	width: 730px;*/
/*border: 1px solid lime;	DEBUG ONLY*/
}

	/*
		----------( styles pour le contenu )----------
	*/


	/* ----- pour les contenus a 2 colonnes
		c'est ICI que se defini le colonnage du site
	*/
td.left_half_col {
	/*width: 470px;*/
	width: 65%;
	padding: 4px 10px 4px 0px;
}


td.right_half_col {
	/*	width: 260px;*/
	width: 35%;
	padding: 4px 4px 4px 8px;
	border-left: #73ABE5;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}



	/* une ligne de pointilles, utilise comme separateur
		et/ou element de charte.
		utilisÚ en apartÚ plutot qu'en tant qu'attribut de paragraphe
		paske les marges (padding) de ces filets doivent etre a zero
		et que le texte en dessus/dessous doit avoir une legere marge.
	*/
p.dotstylefat {
	border-bottom: 2px solid #ffbb00;
	padding: 0px;
	margin: 0;
	line-height: 1px;
}

p.dotstyle {
	border-bottom: 1px solid #73ABE5;
	padding: 0px;
	margin: 0;
	line-height: 1px;
}

p.dots {
	border-bottom: 1px solid #73ABE5;
	padding: 0px;
	margin: 0;
	line-height: 1px;
}


	/* ----- pour la tetiere de numero
		celle affichee dans la barre de menu/navigation principale
	 */
table.main_title {
	padding: 2px 0px;
	height: 24px;
	vertical-align: bottom;
	border-bottom: 2px solid #ffbb00;
}

td.main_title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0 8px 0 16px;
	background-image: url(../img/img_common/titr_grf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}




	/* ----- pour l'affichage de l'article */
p.art_title,
p.art_intro,
p.art_text,
p.art_date,
p.art_signature {
	font-size: 10px;
	color: #444444;
	line-height: 190%;
	padding: 2px 8px 0 0;
	margin: 0px;
}

p.art_title {
	font-family: "georgia", verdana, arial, geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

p.art_intro {
	font-weight: bold;
	padding-bottom: 6xp;
}

p.art_date {
	padding: 2px 18px 6px 16px;
	background-image: url(../img/img_common/date.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	vertical-align: bottom;
}


	/* ----- pour l'affichage ds rendez-vous */
p.brv_title,
p.brv_text,
p.brv_link {
	font-size: 11px;
	color: #444444;
	line-height: 190%;
	padding: 2px 16px;
	margin: 0px;
}

p.brv_title {
	font-family: "georgia", verdana, arial, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 0 0;
}

p.brv_link {
	padding: 2px 0;
}
/*p.brv_text:first-letter {
	font-family: "georgia", verdana, arial, geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background-color: #73ABE5;
	padding: 0 4px 0 0;
}*/



	/* pour la partie des photos/docs/liens de l'article */
table.art_attachmnt {
	width: 100%;
	border: 1px #73ABE5 dashed;
	padding: 6px 12px;
	margin: 12px 8px 0 0;
}

p.info_title {
	font-weight: bold;
	color: #666666;
	border-bottom: #c0c0ff;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin-bottom: 12px;
}

p.info_text {
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}



	/* ----- pour l'envoi de l'article a un ami */
a.send2friend {
	line-height: 20px;
	color: #cc0000;
	padding: 2px 24px;
	margin: 0;
	text-decoration: none;
	background-image: url(../img/img_common/friend.gif);
	background-repeat: no-repeat;
	background-position: 0 -8px;
}

a.send2friend:hover {
	color: #cc0000;
	text-decoration: underline;
	background-image: url(../img/img_common/friend_f2.gif);
	background-repeat: no-repeat;
	background-position: 0 -8px;
}


	/* ----- pour le telechargement de PDF */
td.getpdf {
	text-align: left;
	vertical-align: bottom;
	padding: 22px 0 0 0;
}

a.getpdf {
	line-height: 21px;
	color: #cc0000;
	padding: 2px 0 2px 24px;
	margin: 0;
	text-decoration: none;
	background-image: url(../img/img_common/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 -8px;
}

a.getpdf:hover {
	color: #cc0000;
	text-decoration: underline;
	background-image: url(../img/img_common/pdf_f2.gif);
	background-repeat: no-repeat;
	background-position: 0 -8px;
}






	/*
		----------( styles pour parties logiques )----------
		la, on y va pour l'habillage
		ces styles sont utilises dans les templates principaux et
		sont communs a toutes les pages
	*/
	/* ***---------- styles partages */



/* le gros conteneur du contenu principal des pages */
td.contentglobalcol {
	text-align: center;
}



	/* ***---------- pour le pied de page */
table.footer {
	background-color: #ffffff;
	margin: 20px auto;
	text-align: center;
}

	/* colonne de droite du pied de page (logo rom) */
td.footerlogo {
	height: 23px;
	text-align: right;
	padding: 24px 0 2px 0;
	border-top: 1px solid #73ABE5;
}

	/* colonne de gauche du pied de page (texte etc) */
td.footercontents {
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #73ABE5;
	padding: 8px 8px 2px 4px;
	text-align: left;
}


	/* pour l'affichage en pied de page des instruction, d'inscription */
td.footerinstructions {
	font-size: 10px;
	color: #666666;
	padding: 14px 0 12px 0;
	text-align: left;
	margin-top: 15px;
}

td.footerlegal {
	font-size: 9px;
	color: #666666;
	padding: 8px 0 6px 0;
	text-align: left;
	margin-top: 6px;
}




	/*
		styles utilises dans la page contacts
	*/
	/* pour les contenus a une colonne (encadre contact et liste)
	donne la couleur de fond et de contour */
td.full,
td.fullwidth {
	background-color: #ffffff;
/*	border-color: #8e8c78;
	border-width: 1px;
	border-style: solid;*/
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

td.fullwidth {
	vertical-align: top;
}

td.listelem, td.listelem_1 {
	color: #444444;
	padding: 6px 12px 14px 12px;
	border-color: #999999;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

td.listelem_1 {
/*	background-color: #fdfcd9;*/
}


	/* le titre d'un "bloc" d'infos */
p.sectiontitle {
	font-size: 12px;
	color: #666666;
	padding: 0 5px 2px 5px;
	margin: 0;
	font-weight: bold;
}


	/*	 utilise pour les separateurs dans les descriptions de photos
		et pour les photos des contacts
	*/
hr.sephr {
	width: 100%;
	color: #73ABE5;
}




	/*
		styles utilises pour les formulaires d'incription / desinscrption
		les noms SONT IDENTIQUES a ceux de "form.css", mais le look est different
	*/
table.formsheet {
	border: 1px solid #73ABE5;
	margin: 10px auto;
	padding: 24px 10px;
}

td.formlabel {
	font-size: 10px;
	width: 40%;
	font-weight: bold;
	color: #444444;
	text-align: right;
	padding-right: 8px;
	vertical-align: middle;
}

td.formdata {
	font-size: 10px;
	width: 60%;
	color: #444444;
	vertical-align: middle;
}

.formeditstyle,
.formeditstyle_err {
	font-size: 10px;
	color: #444444;
	border-color: #73ABE5;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 5px 2px;
	background-color: #fff;
}

.formeditstyle_err {
	font-size: 10px;
	color: #cc0000;
}


.formSmallButton {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	padding: 2px 9px 2px 9px;
	text-align: center;
	cursor: pointer;
}

.formSmallPopupmenu {
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	padding: 0;/*2px 9px 2px 9px;*/
	text-align: left;
	cursor: pointer;
}

.formRed {
	font-weight: bold;
	color: #cc0000;
}

p.formtext {
	font-size: 10px;
	color: #666666;
	line-height: 150%;
	padding: 4px 00px;
	margin: 0;
}

