/********************	GLOBAL	********************/
* div { margin: 0; padding: 0; }
body {
	color:#000;
	font-family: 'optima', 'verdana', 'bitstream vera sans', sans-serif;
	font-size: 0.9em;
	height: 100%;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin: 2% 0;
	padding: 0;
	text-align: center;
}
div#page {
	margin: auto;
	min-height: 100%;
	text-align: left;
	width: 60%;
}
/*---------- titres (h1-h6) ----------*/
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 2.5em;
	font-weight: bolder;
}
h2 {
	font-size: 1.8em;
	margin: 2em 0 1em;
}
h3 {
	color: #257;
	font-size: 1.5em;
}
h4 { font-size: 1em; }
h5 { font-size: 0.5em; }
h6 { font-size: 0.5em; }
/*---------- mise en forme texte ----------*/
/*****	ŽlŽments xHTML	*****/
acronym {
	cursor: help;
	border-bottom: 1px dotted #444;
	font-style: italic;
}
p { margin: 1em 0; }
strong { font-weight: bold; }
/*****	classes	*****/
.errorForm {
	background-color: rgb(255,220,220);
	border: 1px solid red;
}
.errorMsgForm { color: rgb(255,220,220); }
.infos_red {
	background-color: rgb(255,220,220);
	border: 1px solid rgb(255,0,0);
	padding: 0.5em;
}
.infos_green {
	background-color: rgb(220,255,220);
	border: 1px solid rgb(0,255,0);
	padding: 0.5em;
}
.infos_blue {
	padding: 0.5em;
	background-color: rgb(220,220,255);
	border: 1px solid rgb(0,0,255);
}
.infos_yellow {
	background-color: rgb(255,255,220);
	border: 1px solid rgb(255,255,0);
	padding: 0.5em;
}
.note { 
	color: #ccc;
	font-size: .9em;
	font-style:italic;
}
.smiley {
	color: #444;
	font-weight: bolder;
}

/*----------	links	----------*/
* a { color:#444; text-decoration: none; }
/***** lien permanent permettant de retourner en haut de page *****/
a#linkTop {
	background: url('img/link_top.gif') no-repeat 0 50% scroll;
	margin-right: 5em;
	padding-left: 1em;
	position: fixed;
	right: 0;
	top: 0;
}
/***** links header & menu *****/
.mainMenu_selected, .subMenu_selected, .mainMenu_selected > a, .subMenu_selected > a { color: orange; }
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #257;
	border-bottom: 1px dotted #257;
}
/* links general*/
div#main a {
	border-bottom: 1px dotted black;
	color: #257;
}
div#main a:hover { color: #abc; }



/********************	HEADER	********************/
div#header {  border-bottom: 1px dotted gray; }
/*---------- description du site ----------*/
p.description {
	color: gray;
	font-size: 0.9em;
	margin: 0 0 0 2em;
	padding: 0;
}
/*----------	menu -----*/
ul#menuTop {
	float: right;
	list-style-type: none ;
	margin: 0;
	padding: 0.5em;
}
ul#menuTop li {
	border-left: 1px solid #bbb;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
ul#menuTop li:first-child { border-left: none; }
ul#menuTop li ul.subMenu {
	font-size: .9em;
	list-style-type: none;
	margin: -0.5em 0 0;
	padding: 0;
	position: absolute;
}
ul#menuTop ul.subMenu li { border: none; }
ul#menuTop a:hover { color: #abc; }
/*---------- fil d'arianne ----------*/
ul#arianne {
	font-size: .9em;
	list-style-type: none;
	margin: 1em 0 0;
	padding: 0;
}
ul#arianne li {
	float: left;
	margin: 0 5px;
}
ul#arianne li:first-child { font-weight: bold; }
ul#arianne li a {
	border-bottom: 1px dotted black;
	color: #257;
}
ul#arianne li a:hover { color: #aaa;}
/********************	BODY	********************/
/*----------	partie commune ----------*/
div#main { margin-top: 0.5em; }
span.post_date {
	color: gray;
	font-size: 0.8em;
}
/*----------	partie home	----------*/
ul#home_resume { list-style-type: none; }
ul#home_resume li { margin-bottom: 1em; }
/*----------	partie journal ----------*/		
/*---------- partie portfolio	----------*/
/*---------- partie about	----------*/
div#etat_civil {
	clear: both;
	margin-top: 2em;
}
div#etat_civil .etat_civil_infos { float: right; }
div#xp_pro h3 { margin: 2em 0 0 20%; }
div#xp_pro p.cv_entete {
	float: left;
	margin-left: 0;
	width: 20%;
}
div#xp_pro p, div#xp_pro ul {
	margin-left: 20%;
	width: 80%;
}
div#formation p.cv_entete {
	float: left;
	margin: 0;
	width: 20%;
}
div#formation p, div#formation ul {
	margin-left: 20%;
	width: 80%; 
}
div#competences p.cv_entete { 
	float: left;
	margin: 0; 
	width: 20%;
}
div#competences p, div#competences ul { 
	margin-left: 20%;
	width: 80%;
}
div#divers p.cv_entete {
	float: left;
	margin: 0;
	width: 20%;
}
div#divers p, div#divers ul {
	margin-left: 20%;
	width: 80%;
}
ul#menuAbout {
	float: right;
	list-style-type: none ;
	margin: 0;
	padding: 0.5em;
}
ul#menuAbout li {
	border-left: 1px solid #bbb;
	float: left;
	margin: -0.5em 0 0 5px;
	padding: 0 0 0 5px;
}
ul#menuAbout li:first-child { border-left: none; }
ul#menuAbout a:hover { color: #cde; }
/*---------- partie contact	----------*/
form#contact_form {
	margin:0;
	padding: 0;
}
form#contact_form fieldset {
	background-color: #eee;
	border: 1px solid #def;
	margin: 2em 0;
}
form#contact_form fieldset legend {
	color: #222;
	font-weight: bold;
}
form#contact_form fieldset h4 {
	font-weight: lighter;
	margin-left: 2em;
}
form#contact_form fieldset h4 span { color: #aaa; }
form#contact_form fieldset h4 span.errorMsgForm {
	color: red;
	font-style: italic;
}
form#contact_form input, textarea {
	border: 1px solid #aac;
	margin: 0 0 1em 2em;
	width: 90%;
}
form#contact_form input.errorForm, textarea.errorForm {
	background-color: rgb(255,240,240);
	border: 1px solid red;
}
form#contact_form input#contact_send {
	cursor: pointer;
	margin: 0;
	width: 100%;
}
div#contact_resume {
	border: 1px solid #aaa;
	font-size: .9em;
}
div#contact_resume p { line-height: 0.5em; }
/********************	FOOTER	********************/
div#footer {
	color: #ccc;
	font-size: .8em;
	position: relative;  /* NŽcessaire pour Safari */
	text-align: center;
}
div#footer a {
	border-bottom: 1px dotted black;
	color: #aaa;
}
div#footer a:hover { color:#abc; }
div#footer a img {
	border: none;
	vertical-align: middle;
}