@import url('screen.css') screen;
@import url('print.css') print;


/* CSS Document */
body
{
	background-color: #992222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0px 15px;
}

.titre
{
	font-size: 20px;
	color: #992222;
	font-weight: bold;
}

.soustitre
{
	font-size: 17px;
	color: #992223;
	font-weight: bold;
}

.text1
{
	font-size: 15px;
	color: #404040;
}

.text2
{
	font-size: 13px;
	color: #404040;
}

.text3
{
	font-size: 11px;
	color: #ffff99;
}


a
{
	text-decoration: none;
	color: #1166DD;
}
a:hover
{
	color: #EEEE55;
	text-decoration: none;
}


td.ee
{
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
}


/* * * * * * * *\ 
 * Formulaires *
\* * * * * * * */
input
{
	font-size: 12px;
	color: #404040;
	background-color: #E9E9E9;
	border: 1px solid #000000;
}
textarea
{
	font-size: 12px;
	color: #404040;
	background-color: #E9E9E9;
	border: 1px solid #000000;
}
select
{
	font-size: 12px;
	color: #404040;
	background-color: #E9E9E9;
	border: 1px solid #000000;
}
/* * * * * * * */


.body{
	border-left:1px solid black ;
	border-right:1px solid black ;
	border-bottom:1px solid black ;
}

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

.title {
	border:1px solid black;
	background-color: #999999;
	margin:1em;
	padding:1em;
	text-align: center;
}

.content {
	border:1px solid black ;
	background-color: #CCCCCC;
	margin:1em;
	padding:1em;
}

.histo, .agenda, .news {
	border-style: dashed; 
	border-width: 1px; 
	border-color: #AAAAAA;
	background-color: #BBBBBB;
	width:75%;
}

.news {
	margin-left: auto;
	margin-right: auto;
}

.agenda {
	margin-left: 0;
	margin-right: auto;
}

.histo {
	margin-left: auto;
	margin-right: 0;
}