
/**********************************************/
/*                  GENERAL	                  */
/**********************************************/

#page
{
	background: black;
	margin: auto;
	padding: 0;
	width: 975px;
}

#contenu_principal
{
	margin: 1 1 1 1;
}

#barre_laterale_haut
{
	float: top;
	align: center;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

#barre_laterale
{
	float: right;
	margin: 1 1 1 1;
	padding: 1 1 1 1;
	color: white;
	background: black;
	width: 260px;
}

#barre_laterale_droite
{
	float: right;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0;
	background: white;
	width: 130px;
}

.article
{
	padding: 5px;
}

.rubrique
{
	padding: 5px;
}



/**********************************************/
/*                  COINS	                  */
/**********************************************/

.bloc { width:710px; position: relative; background-color: #FFFFFF; }
.bloc .top_left, .bloc .top_right, .bloc .bottom_left, .bloc .bottom_right { height: 19px; width: 19px; background-repeat: no-repeat; position: absolute; background-color: #FFFFFF; }
.bloc .top_left { top: 0px; left: 0px; background-image: url("../images/coins/corner_top_left.gif"); z-index: 0; }
.bloc .top_right { top: 0px; right: 0px; background-image: url("../images/coins/corner_top_right.gif"); z-index: 1; }
.bloc .bottom_left { bottom: 0px; left: 0px; background-image: url("../images/coins/corner_bottom_left.gif"); z-index: 2; }
.bloc .bottom_right { bottom: 0px; right: 0px; background-image: url("../images/coins/corner_bottom_right.gif"); z-index: 3; }
.bloc .content { position: relative; padding: 9px; z-index: 4; }

.bloc_sommaire { width:100%; position: relative; background-color: #FFFFFF; }
.bloc_sommaire .top_left, .bloc_sommaire .top_right, .bloc_sommaire .bottom_left, .bloc_sommaire .bottom_right { height: 19px; width: 19px; background-repeat: no-repeat; position: absolute; background-color: #FFFFFF; }
.bloc_sommaire .top_left { top: 0px; left: 0px; background-image: url("../images/coins/corner_top_left.gif"); z-index: 0; }
.bloc_sommaire .top_right { top: 0px; right: 0px; background-image: url("../images/coins/corner_top_right.gif"); z-index: 1; }
.bloc_sommaire .bottom_left { bottom: 0px; left: 0px; background-image: url("../images/coins/corner_bottom_left.gif"); z-index: 2; }
.bloc_sommaire .bottom_right { bottom: 0px; right: 0px; background-image: url("../images/coins/corner_bottom_right.gif"); z-index: 3; }
.bloc_sommaire .content { position: relative; padding: 9px; z-index: 4; }

.bloc_gris { width:250px; position: relative; background-image: url("../images/coins/gris.jpg");}
.bloc_gris .top_left_gris, .bloc_gris .top_right_gris, .bloc_gris .bottom_left_gris, .bloc_gris .bottom_right_gris { height: 19px; width: 19px; background-repeat: no-repeat; position: absolute; background-color:#CCCCCC ; }
.bloc_gris .top_left_gris { top: 0px; left: 0px; background-image: url("../images/coins/corner_top_left_gris.gif"); z-index: 0; }
.bloc_gris .top_right_gris { top: 0px; right: 0px; background-image: url("../images/coins/corner_top_right_gris.gif"); z-index: 1; }
.bloc_gris .bottom_left_gris { bottom: 0px; left: 0px; background-image: url("../images/coins/corner_bottom_left_gris.gif"); z-index: 2; }
.bloc_gris .bottom_right_gris { bottom: 0px; right: 0px; background-image: url("../images/coins/corner_bottom_right_gris.gif"); z-index: 3; }
.bloc_gris .content_gris { position: relative; padding: 9px; z-index: 4; }

.bloc_gris_pied {width:100%; position: relative; background-image: url("../images/coins/gris.jpg");}
.bloc_gris_pied .top_left_gris, .bloc_gris_pied .top_right_gris, .bloc_gris_pied .bottom_left_gris, .bloc_gris_pied .bottom_right_gris { height: 19px; width: 19px; background-repeat: no-repeat; position: absolute; background-color:#CCCCCC ; }
.bloc_gris_pied .top_left_gris { top: 0px; left: 0px; background-image: url("../images/coins/corner_top_left_gris.gif"); z-index: 0; }
.bloc_gris_pied .top_right_gris { top: 0px; right: 0px; background-image: url("../images/coins/corner_top_right_gris.gif"); z-index: 1; }
.bloc_gris_pied .bottom_left_gris { bottom: 0px; left: 0px; background-image: url("../images/coins/corner_bottom_left_gris.gif"); z-index: 2; }
.bloc_gris_pied .bottom_right_gris { bottom: 0px; right: 0px; background-image: url("../images/coins/corner_bottom_right_gris.gif"); z-index: 3; }
.bloc_gris_pied .content_gris { position: relative; padding: 9px; z-index: 4; }

/**********************************************/
/*                  TEXTE	                  */
/**********************************************/

.vudanslactu
{
	color:white;
}

.vudanslactu a:link, .vudanslactu a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}

.vudanslactu a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF00;
	background: transparent;
}

.vudanslactu a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	background: transparent;
}


/**********************************************/
/*                A VERIFIER                  */
/**********************************************/


h1234 
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
	 
	h1234:hover
{
	text-decoration: underline;
}

.floatleft
{ float: left ;
}

.floatright
{ float: right ;}

/**********************************************/
/*                  STRUCTURE                 */
/**********************************************/

body
{
	background: #000000;
	color: #444;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Arial", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;   
/*	font-family: "Beltane", "Beltane", "Beltane", Beltane.ttf, Beltane.ttf, Beltane.ttf, Beltane.ttf, Beltane.ttf; */
	font-size: 10px;
	padding-bottom: 10px;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;

}



#entete
{
	background: #000 url() no-repeat;
	border: 0;
	margin: 0;
	height: 130px;
	padding: 10px 0 0 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
}

#menu
{
	background: #FFFFFF;
	color: #111
	margin: 0;
	padding: 0 0px 0 0;
}









nom2
{
	margin: 2px 2px 2px 2px;
}



#pied_de_page
{
	border: 0;
	clear: both;
	font-size: 10px;
}

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

.encart
{
/*	background: url(../images/rubrique.gif) no-repeat left top;*/
	margin-left: 40px;
	padding: 2px;
/*	padding-left: 37px*/
}

.chapo
{
	margin: 10px 0 10px 0;
	font-size: 13px;
	padding: 0;
	font-weight: bold;
}

.biographie
{
	padding: 10px;
	margin-left: 100px;
	text-align: right;
}

.ps
{
	margin: 10px 0 10px 0;
	padding: 0;
	font-style: italic;
	text-align: right;
}



.cv
{
}

.breve
{
	margin: 0 10px 15px 0;
	padding: 5px;
}

.texte
{
	font-size: 13px;
}


.periode
{
	float: left;
	text-align: right;
	padding: 10px;
	width: 120px;
}

.intitule
{
	text-align: left;
	padding: 10px;
	margin: 0 0 0 130px;
}

.lien
{
	line-height: 30px;
}

.documents_joints
{
	text-align: center;
}

.image
{
	color: #fff;
	text-align: center;
	margin-right: 05px;
	width: 100px;
	height: 100px
}

.documents_joints img
{
	padding: 0px;
}

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }

.rubrique .image
{
	color: #333333;
	text-align: center;
}

.breve .image
{
	text-align: center;
	padding: 00px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.biographie .image
{
	padding: 0px;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}

.biographie p
{
	text-align: right;
}

.titre
{
	line-height: 1.5em;
	font-weight: bold;
}

.legende
{
	font-style: italic;
}

.reactions, .total, #cv .lien
{
	font-weight: bold;
	text-align: right;
/*	clear: both;*/
}

.forum
{
	float: left;
	width: 370px;
	margin: 20px 0 0 0;
	padding: 10px;
	border: none;
}

.forum li
{
	list-style: square;
	margin-top: 0.5em;
	margin: 0;
}

.element
{
	margin-top: 5px;
	padding: 5px;
}

.element ul
{
	margin: 0;
	padding: 0;
	text-align: left;
}

.element ul ul
{
	margin-left: 11px;
	padding: 0;
	text-align: left;
	border: 0;
}

.element ul li
{
	list-style: square inside;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 8px;
}

.element ul li.secteur
{
	padding-top: 3px;
}

.element ul li.site
{
	list-style: circle inside;
}

.element ul li.art
{
	list-style: disc inside;
}

#cv .element ul li
{
	list-style: none;
}

.element ul li a
{
	font-size: 10px;
}

.element ul li.secteur a
{
	font-size: 13px;
}

.element ul li.secteur ul li a
{
	font-size: 10px;
}

/**********************************************/
/*                TYPOGRAPHIE                 */
/**********************************************/

h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 1.2em; }
h4 { font-size: 10px; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
h7 { font-size: 14px; }
h8 { font-size: 11px; }
h9 { font-size: 12px; }

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0px;
}

h1,h3,h4,h5,h6
{
	letter-spacing: 1px;
}

h1.metier
{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{

}

h6
{
	letter-spacing: 0px;
}

h8 a:link, h8 a:visited
{
	font-weight: normal;
	text-decoration: none;
}

.forum h3
{
	font-weight: bold;
}

.element h1, .element h2, .element h3, .element h4, .element h5, .element h6
{
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0;
}

#cv .element h1
{
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}

p
{
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#cv p
{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #4253A5;
	background: transparent;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #999;
	background: transparent;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #526968;
	background: transparent;
}

.reactions a:link,
.reactions a:visited,
.total a:link,
.total a:visited,
#cv .lien a:link,
#cv .lien a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

.reactions a:hover,
.total a:hover,
.reactions a:active,
.total a:active,
#cv .lien a:hover,
#cv .lien a:active
{
	font-weight: bold;
	text-decoration: underline;
	color: #444;
}

#entete a:link, #entete a:visited
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	background: transparent;
}

#entete a:hover, #entete a:active
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #000;
	background: transparent;
}

/**********************************************/
/*              MENU HORIZONTAL               */
/**********************************************/

#menu ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a
{
	background: #CC3300;
	width: 298px;
	height: 2em;
	padding: 0;
	margin: 0;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: x-small;   
}

#menu ul li a:hover, #menu ul li a:focus
{
	color: #000000;
	background: #FFFF33;
}

#menu a:active
{
	color: #000000;
	background: #FFFF33;
}

#menu li#menu_espace_prive a:hover, #menu li#menu_espace_prive a:active
{
	color: #000000;
	background: #FFFF33;
}

body#accueil #menu li#menu_accueil a, 
body#plan_site #menu li#menu_plan a,
body#breves #menu li#menu_breves a
{
	background: #CC3300 url();
	color: #000000;
	font-weight: bold;
}

body#espace_prive #menu li#menu_espace_prive a
{
	background: #CC3300;
	color: #000000;
	font-weight: bold;
}

img
{

	vertical-align: middle;
	border: 0;
}

img.smiley, #barre_laterale img, #pied_de_page img, .forum img, img.spip_puce
{
	background: transparent;
	padding: 0;
	display: inline;
	vertical-align: middle;
	border: 0;
}

table
{	
	vertical-align:middle;
}

form, input
{
	margin: 0;
	padding 0;
}

/**********************************************/
/*                STYLES SPIP                 */
/**********************************************/

table
{
	text-align: center;
	border-collapse: collapse;
}

.row_odd
{
	background-color: #f1f1f1;
}

.row_odd td
{
	padding: 5px 10px 5px 10px;
}

.row_even
{
	background-color: #fafafa;
}

.row_even td
{
	padding: 5px 10px 5px 10px;
}
