@charset "utf-8";
/* CSS Document */
body
{
	/* 	BACKGROUND */
	background-color:#d1d1d1;
	background-image:url(img2/pattern.png);
	background-repeat:repeat;
	
	/* 	TEXT */
	font-family:Arial, Helvetica, sans-serif;
	
	margin:0px;
	padding:0px;
	border:0px;
}

div, img, a, tr, td, table
{
	border:0px;
	margin:0px;
	padding:0px;
}

p.date
{
	margin:1px;
	font-size:10px;
	font-style:oblique;
	color:#666;
	text-indent:8px;
	text-align:right;
}

p.newsContent
{
	margin-top:0px;
}

div#main
{
	position: absolute;
	width: 100%;
}

#menu
{
	vertical-align:top;
	background-image:url(img2/bodyleftpattern.png);
	background-repeat:repeat-y;
	background-position:right;
	width:304px;
}

table
{
	border-collapse:collapse;
	border:0px;
	margin:0px;
	padding:0px;
}

#content
{
	background-color:#f7f7f7;
	width:696px;
}

#right
{
	background-color:#d1d1d1;
	background-image:url(img2/bodyrightpattern.png);
	background-repeat:repeat-y;
	background-position:left;
	width:3px;
}

#footer
{
	width:1004px;
	height-min:15px;
	background-image:url(img2/footer.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	font-size:9px;
	padding-top:25px;
	padding-left:100px;
	padding-bottom:30px;
}

div.menu-item
{
	width:200px;
	height:31px;
	background-image:url(img2/btn_blank.png);
	background-repeat:no-repeat;
	background-position:right;
}

div#current-section
{
	width:200px;
	height:31px;
	background-image:url(img2/btn_red.png);
	background-repeat:no-repeat;
	background-position:right;
}


a
{
	color:#892924;
	text-decoration:none;
}

td#content a
{
	padding-bottom:1px;
	border-bottom:#892924 1px dashed;
}


a.item:hover > div.menu-item
{
	height:31px;
	background-image:url(img2/btn_yellow.png);
	background-repeat:no-repeat;
	background-position:right;
	font-size:14px;
	color:#6a4d1b;
}

a:active
{	
	color:#892924;
}

a:visited
{	
	color:#892924;
}

a:link
{	
	color:#892924;
}

span.menuitemtext
{
	position:relative;
	left:60px;
	top:5px;
	font-size:14px;
	font-weight:bold;
}

span.lettrine
{
	font-size:18px;
	text-align:center;
}

div#tags
{
	margin-top:20px;
	margin-left:100px;
}

div#tags a
{
	display:block;
	margin-bottom:4px;
}

div#tags img
{
	width:80px;
}
img.cadre
{
	border:#666 inset 1px ;
}
/*
div#language
{
	position:relative;
	background-color:#dca441;
	width:200px;
	left:60px;
	margin-bottom:20px;
	text-align:center
}
*/

#language
{
	margin-bottom:20px;
	width:100px;
	position:relative;
	left:98px;
	/*background-color:#f8be48;*/
	background-color:#f8f1e9;
	padding-top:3px;
	font-weight:bold;
	border:solid 1px #000;
}

.lang
{
	padding:5px 7px 2px 7px;
}

a.lang:hover
{
	color:#2d2310;
}

a.lang:active
{	
	color:#333;
}

a.lang:visited
{	
	color:#2d2310;
}

a.lang:link
{	
	color:#2d2310;
}

#ariane
{
	position:absolute;
	left:705px;
	top:128px;
	font-stretch:ultra-expended;
	letter-spacing:3px;
}

div.cols
{
	width:300px;
	float:left;
	margin:0px 20px;
}

#projectTable
{
	padding:6px;
	margin:10px;
}

.cells
{
	padding:2px 10px;
}

th
{
	text-align:left;
}

.section
{
	width:600px;
	left:40px;
	position:relative;
}

.projectContent
{
	width:300px;
	margin:0px 0px 0px 10px;
	float:left;
}

.projectMedia
{
	width:320px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	padding: 10px 10px 10px 10px;
	margin-left:340px;
	/*float:right;*/
	/*
	position:absolute;
	left:640px;
	top:230px;
	*/
}

.projectMedia obj
{
	width:300px;
	margin:5px;
	border:solid 5px #d1d1d1;/*
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	padding: 10px 10px 10px 10px;
	position:absolute;
	left:640px;
	top:230px;*/
}


.projectMedia > a > img
{
	width:300px;
	margin:5px;
	border:solid 5px #d1d1d1;/*
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	padding: 10px 10px 10px 10px;
	position:absolute;
	left:640px;
	top:230px;*/
}

.windowsTitle
{
	border-bottom-width:10px;
	border-bottom-color:#000;
	letter-spacing:2px;
	word-spacing:4px;
	font-weight:bold;
	font-size:16px;
	border-bottom:solid 1px #000;
}

.windowsTitle > div.lettrine
{
	text-align:center;
	display:inline-block;
	color:#fefefe;
	font-size:20px;
	font-weight:bold;
	background-color:#e00900;
	border:solid 1px #000;
	width:15px;
	height:22px;
	padding:1px 5px;
	margin-right: 5px;
}

p
{
	text-align:justify;
	word-spacing:2px;
	letter-spacing:1px;
	font-size:14px;
	text-indent:20px;
	/*margin-bottom:30px;*/
	padding:3px 15px 5px 15px;
}

p+ul
{
	text-align:justify;
	word-spacing:2px;
	letter-spacing:1px;
	font-size:14px;
	text-indent:20px;
	/*margin-bottom:30px;*/
	padding:3px 15px 5px 15px;
}

li
{
	margin-bottom:7px;
}

#index.p 
{
	text-align:justify;
	word-spacing:2px;
	letter-spacing:1px;
	font-size:14px;
	text-indent:20px;
	/*margin-bottom:30px;*/
	padding:3px 15px 20px 15px;
}


