div.fluid
{
width: 90%;
}


/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
}

h3
{
color:#f16c00;	
}
h4,h5,h6
{
color: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
padding: 3px;
}

a
{
text-decoration: underline;
color: #F16C00;
}


a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}


/* Header */

#header
{
width:100%;
height:122px;
background: #440000 url('imgs/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

h1#logo {
	position:absolute;
	left:15px;
	top:43px;
	margin:0;
	padding:0;
}
h1#logo a {
	display:block;
	background:url(imgs/logo.gif) no-repeat;
	width:270px;
	height:80px;
	text-indent:-5000px;
	outline:none;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('imgs/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

body#ctl00_news ul#nav li#nav1 a,
body#ctl00_events ul#nav li#nav2 a,
body#ctl00_subscribe ul#nav li#nav3 a,
body#ctl00_archive ul#nav li#nav3 a,
body#ctl00_advertise ul#nav li#nav4 a,
body#ctl00_about ul#nav li#nav5 a,
#menu li a:hover
{
background: #FF790B url('imgs/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

/* Main */

#main
{
background: #fff url('imgs/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 1.5em;
}

#main_inner p.readmore
{
text-align: right;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.4em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.6em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
/*position: relative;*/
border-top: solid 1px #e1e1e1;
}

#main_inner .post div.title a
{
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
font-size: 1.7em;
color: #184366;
text-decoration: none;
}
#main_inner .post div.title a:hover
{
text-decoration: underline;
}
#main_inner .post p.post_info
{
font-size: 0.8em;
background-position: 0em 0.2em;
background-repeat: no-repeat;
padding-left: 18px;
padding-bottom:10px;
background-image: url('imgs/n5.gif');
border-bottom: dotted 1px #E1E1E1;
}
#main_inner .post p.post_subtitle,
#main_inner .post p.post_detail
{
padding:0;
margin:0;	
}
#main_inner .post p.post_subtitle
{
font-size: 1em;
color: #184366;
font-weight:bold;	
}

#main_inner .post p.post_info span
{
text-decoration: underline;
color: #F16C00;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
background: #FF790B url('imgs/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text, textarea.text, select.text
{
border: solid 1px #ccc;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}



/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 490px;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -490px;
	padding-right: 10px;
	border-right: dotted 1px #E1E1E1;	
	
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 310px;
	float: left;
	padding: 0px 10px 2px 10px;	
	
	}
	
	#columnC_3columns
	{
	width: 135px;
	float: left;
	padding: 0px 0px 2px 10px;
	border-left: dotted 1px #E1E1E1;	
	}
	

	/* Misc */
.tdlib
{
	background-color:#afc6d9;
	color:#222;
}
.erreur
{
	color:#c00;
	font-weight:bold;
}