/***********************************************/
/* styles.css                                  */
/*                                             */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background: #6699CC url(bg.gif);
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
a {
	color: #888888;
	text-decoration: none;
}
a:link {
	color: #888888;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:visited {
	color: #888888;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	color: #888888;
	/*font-weight: bold;*/
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #888888;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 114%;
	color: #888888;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#master {
	text-align: center;
}
#masterIn {
	position: relative;
	margin: 0px auto;
	width: 800px;
	background: #ffffff;
	text-align: justify;
}
#masthead {
	background: #ffffff;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
}
#navBar {
	float: left;
	width: 150px;
	padding: 70px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	height: 450px;
}
#navBarIn {
	position: relative;
	width: 145px;
	background-color: transparent;
	border-right: 1px solid #ff0000;
}
#headlines {
	float: right;
	width: 150px;
}
#content {
	float: left;
	width: 485px;
}
/***********************************************/
/* Components                                  */
/***********************************************/
#siteName {
	margin: 0;
	padding: 0 0 0 10px;
}
/************* #globalNav styles **************/
#globalNav {
	font-size: 80%;
	text-align: right;
	color: #ffffff;
	padding: 4px 0px 0px 4px;
}
#globalNav div.drapeaux {
	float: right;
	padding-right: 4px;
}
#globalNav div.drapeaux img {
	border: none;
	padding-left: 6px;
}
#globalNav div.drapeaux a img {
	border: none;
	padding-left: 6px;
}
#globalNav div.drapeaux a {
	padding: 0px;
}
#globalNav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#globalNav a:hover {
	text-decoration: underline;
}
/*************** #pageName styles **************/
#pageName {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
/************* #breadCrumb styles *************/
#breadCrumb {
	font-size: 80%;
	padding: 2px 0px 0 10px;
}
/************** .feature styles ***************/
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h1 {
	padding: 30px 0px 5px 0px;
	text-align: center;
}
/************** .story styles *****************/
.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story p {
	padding: 0px 0px 10px 0px;
}
div.header {
	text-align: right;
	color: #ff0000;
	font-size: 90%;
	border-bottom: #ff0000 1px solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
	padding-left: 50px;
	background-image: url(puce_entete.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
div.header a {
	color: #ff0000;
	font-size: 100%;
	font-weight: normal;
}
div.header a:link {
	color: #ff0000;
	font-size: 100%;
	font-weight: normal;
}
div.header a:visited {
	color: #ff0000;
	font-size: 100%;
	font-weight: normal;
}
div.header a:hover {
	color: #ff0000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}
div.biblio {
	text-align: right;
	font-size: 80%;
	font-style: oblique;
}
div.chapo {
	font-weight: bold;
}
div.resume {
	padding-top: 10px;
}
div.resume a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
div.resume a:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
div.resume a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
div.resume a:hover {
	color: #bbbbbb;
}
/************* #siteInfo styles ***************/
#siteInfo {
	background: #ffffff url(footer.jpg);
	clear: both;
	color: #ffffff;
	height: 25px;
	text-align: center;
}
#siteInfo a {
	color: #ffffff;
	font-weight: bold;
	font-size: 70%;
}
#siteInfo a:hover {
	text-decoration: underline;
}
#siteInfo img {
	padding: 4px 4px 4px 10px;
	/*vertical-align: middle;
*/
}
/************* #search styles ***************/
#search {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #6699CC;
	font-size: 90%;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#search label {
	display: block;
	margin: 0px;
	padding: 0px;
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #6699CC;
	font-size: 90%;
}
#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}
#sectionLinks a {
	display: block;
	border-top: 1px solid #6699CC;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover {
	background-color: #dddddd;
}
/*********** .relatedLinks styles ***********/
.relatedLinks {
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}
.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}
.relatedLinks a:link, .relatedLinks a:visited {
	display: block;
}
/************** #advert styles **************/
#advert {
	text-align: center;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
	margin-bottom: 10px;
}
#advert img {
	border: none;
}
/************** #headlines styles **************/
#headlines {
	text-align: left;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 70%;
}
#headlines p {
	padding: 5px 0px 5px 0px;
}
#latestNews {
	background-image: url(puce_encart.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 2px 2px 12px;
}
#latestArticlesContent {
	padding: 4px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 10px;
}
#latestArticlesContent ul {
	margin-left: -25px;
}
#content .feature {
	margin: 10px;
}
#content .story {
	margin: 10px;
}
/************** Tableaux **************/
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse;
}
table.spip caption {
	caption-side: top;
/* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}
table.spip tr.row_first {
	background: #FFC;
}
table.spip tr.row_odd {
	background: #DDD;
}
table.spip tr.row_even {
	background: #EEE;
}
table.spip th, table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}
/******************************************MENU: éléments affiché dans le bloc"menu" (sommaire, brèves, derniers messages des forums)******************************************/
.menu {
	clear: both;
	width: 125px;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(puce_menu.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.menu a {
	text-decoration: none;
	color: #000000;
}
.menu a:link {
	text-decoration: none;
	color: #000000;
}
.menu a:visited {
	text-decoration: none;
	color: #000000;
}
.menu a:hover {
	text-decoration: none;
	color: #aaaaaa;
}
.smenu {
	clear: both;
	display: none;
	width: 120px;
	text-align: left;
	font-size: 70%;
	color: #000000;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.smenu a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smenu a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smenu a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smenu a:hover {
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* All... */
.form {
	padding: 0px;
}
.button {
	background-color: #000000;
	color: #ffffff;
	border: #000000 1px solid;
	padding: 0px;
	font-size: 80%;
}
.textfield {
	background-color: #ffffff;
	color: #000000;
	border: #000000 1px solid;
	padding: 1px;
	margin-right: 4px;
	font-size: 80%;
}
.textarea {
	background-color: #ffffff;
	color: #000000;
	border: #000000 1px solid;
	padding: 1px;
	margin-right: 4px;
	font-size: 120%;
}
.label {
	color: #000000;
	font-size: 90%;
	font-weight: bold;
}
div.plan {
	padding-left: 50px;
	color: #cccccc;
	font-size: 80%;
	font-style: oblique;
}
div.planheader {
	color: #6699CC;
	font-size: 100%;
	border-bottom: #ff0000 1px dotted;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	background-image: url(puce_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.planstory {
	padding-left: 50px;
	padding-right: 20px;
}
.plan {
	color: #000000;
	font-size: 85%;
	font-style: oblique;
}
.mailto {
	border: none;
	background-image: url(mail.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 2px 2px;
}
/* Auto inserted documents */
.spip_documents {
	/* font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
*/
}
.spip_documents_center {
	margin: auto;
	text-align: center;
	width: 80%;
}
.spip_documents_left {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.spip_documents_right {
	float: right;
	margin-left: 15px;
	text-align: center;
}
.spip_encadrer {
	width: 95%;
	padding: 5px;
	border: 1px #666666 solid;
}
.spip_encadrer_noborder {
	width: 95%;
	padding: 5px;
	border: none;
}
