@charset "utf-8";
@import url("../webfonts/candara/stylesheet.css");

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCC;
	background-image: url(../images/image_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: candara, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	margin-right: -20px;
	margin-left: -20px;
}
#nav_principal {
	height: 30px;
}

#nav_principal li {
	position: relative;
	text-align: center;
	width: 160px;
	float: left;
	line-height: 30px;
}
#nav_principal li:hover ul{
	display: block;
}

#nav_principal li a {
	color: #FFF;
	background-image: url(../images/onglet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	font-weight: bold;
}
#nav_principal li a:hover {
	color: #000;
	background-image: url(../images/onglet_sous_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#nav_principal li ul {
	position: absolute;
	top: 30px;
	display: none;
	background-image: none;
	z-index: 500;
}
#nav_principal li ul li {
	display: block;
	background-image: none;
	margin-bottom: 1px;
}
#nav_principal li ul li a {
	background-image: url(../images/onglet.gif);
	background-color: #999;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_principal li ul li a:hover {
	background-image: url(../images/onglet_sous_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}










#corps {
	overflow: auto;
}
#footer {
	background-color: #666;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer ul li {
	display: inline-block;
}
#footer ul li a {
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
}
#footer ul li a:hover {
	color: #000;
}
#footer p {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}


#index_fond_corps {
	background-image: url(../images/fd_accueil.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: auto;
	height: 550px;
}
#index_fond_corps h1 {
	padding-top: 100px;
	padding-left: 80px;
}
#index_fond_corps h2 {
	color: #999;
	padding-left: 300px;
}
#dernier_article {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../images/degrade_point.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
}



#dernier_article #filariane {
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-bottom: 15px;
}

#dernier_article h3 {
	font-style: italic;
}
#dernier_article .intro {
	padding: 15px;
	border: 1px solid #999;
	margin-bottom: 20px;
	overflow: auto;
}

#dernier_article dl {
	font-size: 14px;
	line-height: 18px;
}
#dernier_article dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
}
#dernier_article .intro p a {
	float: right;
	background-color: #666;
	text-align: center;
	color: #FFF;
	font-style: italic;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 14px;
}
#dernier_article .intro p a:hover {
	background-color: #000;
}
#commentaire {
	border: 1px solid #999;
	padding: 15px;
	height: 18px;
	overflow: hidden;
	margin-bottom: 20px;
}

#commentaire:hover {
	overflow: auto;
	height: auto;
}



#commentaire h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}

#commentaire .nom {
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

#commentaire .date {
	font-size: 14px;
	font-style: italic;
	color: #999;
}
#commentaire .identification {
	margin-top: 8px;
}

#commenter {
	border: 1px solid #999;
	padding: 15px;
	height: 18px;
	overflow: hidden;
}
#commenter:hover {
	overflow: auto;
	height: auto;

}


#commenter h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}
#commenter form {
	margin-top: 11px;
	overflow: auto;
}
#commenter form p {
	margin-bottom: 5px;
}


#commenter form p label {
	width: 200px;
	display: inline-block;
	vertical-align: top;
}
#soumettre {
	color: #FFF;
	background-color: #666;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#soumettre:hover {
	background-color: #000;
}

#archives {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	overflow: auto;
	background-image: url(../images/archives2.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
}

#archives #filariane {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-bottom: 15px;
}

#archives_col_gauche {
	float: left;
	margin-bottom: 20px;
}


#archives_col_gauche li  {
	font-weight: bold;
	background-color: #666;
	line-height: 20px;
	display: block;
	color: #FFF;
	width: 250px;
	margin-bottom: 1px;
	position: relative;
}


#archives_col_gauche li a {
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#archives_col_gauche li a:hover {
	background-color: #000;
}




#archives_col_droite {
	margin-left: 270px;
}

#archives_col_droite dl dt {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#archives_col_droite dl dd {
	margin-bottom: 15px;
}


#bestof {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	overflow: auto;
	background-image: url(../images/best-of-the-best.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
}
#archives_col_droite p {
	margin-top: 3px;
}


#bestof #filariane {
	font-size: 12px;
	color: #333;
	font-style: italic;
	margin-bottom: 15px;
}



#bestof_col_gauche {
	float: left;
	margin-bottom: 20px;
	width: 250px;
}
#bestof_col_gauche li {
	font-weight: bold;
	background-color: #666;
	line-height: 30px;
	display: block;
	color: #FFF;
	margin-bottom: 1px;
	padding-right: 5px;
	padding-left: 10px;
}
#bestof_col_gauche li ul {
	display: none;
}
#bestof_col_gauche li:hover ul {
	display: block;
}
#bestof_col_gauche li ul li a {
	color: #666;
	padding-left: 20px;
	display: block;
	margin-right: -10px;
	margin-left: -20px;
	background-color: #CCC;
}
#bestof_col_gauche li ul li a:hover {
	color: #FFF;
	background-color: #000;
}


#bestof_col_droite {
	margin-left: 270px;
}
#apropos {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../images/parcours.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	overflow: auto;
	height: auto;
}


#apropos #filariane {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-bottom: 15px;
}



#apropos_col_gauche {
	float: left;
	margin-bottom: 20px;
}
#apropos_col_gauche li {
	font-weight: bold;
	background-color: #666;
	line-height: 20px;
	display: block;
	color: #FFF;
	width: 250px;
	margin-bottom: 1px;
	position: relative;
}
#apropos_col_gauche li a {
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#apropos_col_gauche li a:hover {
	background-color: #000;
}
#apropos_col_droite {
	background-color: #FFF;
	margin-left: 270px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 5px;
}
#apropos_col_droite h3 {
	margin-top: 10px;
}
#apropos_col_droite p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	padding-top: 5px;
}


#corps_apropos {
	background-image: url(../images/degrade_point.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}


#corps_apropos #filariane {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}




#qui_suis_je  {
	padding: 15px;
	border: 1px solid #999;
	margin-bottom: 20px;
	overflow: auto;
	background-image: url(../images/portrait_ssfd.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 520px;
}


#qui_suis_je h2 {
	margin-bottom: 30px;
}
#qui_suis_je_col_gauche   {
	width: 320px;
}
#qui_suis_je_col_gauche h1 {
	text-align: right;
	margin-top: 40px;
	color: #999;
}
#qui_suis_je_col_gauche p {
	margin-bottom: 10px;
}

#qui_suis_je_col_gauche a  {
	font-weight: bold;
	color: #000;
}
#qui_suis_je_col_gauche a:hover {
	color: #999;
	text-decoration: underline;
}
#competences {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../images/competences.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	overflow: auto;
	height: auto;
}

#competences #filariane {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-bottom: 15px;
}

#offre {
	padding: 15px;
	border: 1px solid #999;
	margin-bottom: 20px;
	overflow: auto;
	background-image: url(../images/panneau.gif);
	background-repeat: no-repeat;
	background-position: 150px bottom;
	height: 480px;
}
#offre p {
	margin-top: 10px;
}
#tuto {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../images/tuto.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	overflow: auto;
	height: auto;
}
#tuto #filariane {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	margin-bottom: 15px;
}

#voir_tuto {
	text-align: right;
	margin-top: 20px;
	height: 35px;
}
#voir_tuto p {
	line-height: 35px;
	margin: 0px;
	padding-top: 11px;
	color: #666;
}

#voir_tuto a img {
	float: right;
	margin-left: 10px;
}
#tuto_formulaire {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tuto_formulaire h3 {
	margin-bottom: 10px;
}
#tuto_formulaire p a {
	color: #666;
	margin-top: 10px;
}
#tuto_formulaire p a:hover {
	color: #333;
	text-decoration: underline;
}
#corps_pub {
	background-image: url(../images/degrade_point.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#corps_pub #filariane {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

#publications {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#pub {
	border: 1px solid #999;
}

#publications li {
	margin-bottom: 5px;
	text-align: center;
	color: #FFF;
	background-color: #666;
	line-height: 30px;
}
#publications li ul {
	display: none;
}
#publications li:hover ul  {
	display: block;
}

#publications li ul li {
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	line-height: 30px;
}

#publications li ul li a {
	color: #333;
	background-color: #CCC;
	display: block;
}
#publications li ul li a:hover {
	color: #FFF;
	background-color: #000;
}
#publication_form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#publication_form h4 {
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
}
#publication_form p {
	margin-bottom: 10px;
}

#publication_form label  {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
#nom   , #prenom, #email{
	width: 300px;

}
#abonnement {
	background-color: #FFF;
	border: 1px solid #666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: auto;
	margin-bottom: 20px;
	margin-right: 77px;
}

#contact {
	background-image: url(../images/degrade_point.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#contact #filariane {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

#contact_form {
	border: 1px solid #999;
	padding: 15px;
}
#contact_form p label {
	text-align: right;
	display: inline-block;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#contact_form p #message {
	vertical-align: top;
}

#contact_form p #nom , #contact_form p #prenom, #contact_form p #email,#contact_form p #message{
	width: 420px;
}
#envoyer {
	background-color: #FFF;
	border: 1px solid #666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 93px;
}




















.cadre_image {
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 10px;
	background-color: #FFF;
	margin-top: 10px;
}




.center {
	text-align: center;
}
.ferre_droite {
	text-align: right;
}
