body
{
	background-image:url('../../images/background.jpg');
	margin:0;
	text-align:center;
	font-family:Arial;
}
#global
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;;
}
ul {
	font-weight:bold;
	color:#ffffff;
}
#menu ul {
	text-align:center;
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu li
{
	float:left; /*pour IE*/
	padding-left:4px; padding-right:5px; margin-left:10px; margin-right:10px; height:22px;
}
a, a:visited
{
	text-decoration:none;
	color:#2b0f00;
}
a:hover
{
	color:#2b0f00;
	text-decoration:underline;
}

#menu_selected
{
	background-image:url('../../images/background_selected_menu.png');
	background-repeat:repeat-x;
	color:#b9d536;
}

#header
{
	background-image:url('../../images/top.png');
	background-repeat:no-repeat;
	width:950px;
	height:144px;
	text-align:left;
}

#header_content
{
	position:relative;
	top:65px;
	left:154px;
}

#site_ss_titre
{
	margin-top:0px;
	font-size:16pt;
	color:#ffffff;
	font-style:italic;
}
#site_titre
{
	margin-top:0px;
	margin-bottom:5px;
	font-size:20pt;
	font-weight:bold;
	color:#b9d536;
	font-style:italic;
}
#page_content
{
	background-image:url('../../images/background_all.png');
	background-repeat:repeat-y;
	width:950px;
	padding-top:10px;
}

.paragraphe
{
	margin-top:0px;
	margin-bottom:10px;
	color:#ffffff;
	font-weight:bold;
}

.realisation
{
	margin-top:0px;
	margin-bottom:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:11pt;
	text-align:justify;
}
.realisation a
{
	color:#b9d536;
}
#footer
{
	text-align:center;
	font-size:8pt;
	color:#b9d536;
	padding-top:25px;
	background-image:url('../../images/bottom.png');
	background-repeat:no-repeat;
	width:950px;
	height:60px;
}
.paragraphe_title
{
	font-size:16pt;
	margin-bottom:10px;
	margin-top:0px;
	color:#b9d536;
	font-weight:bold;
	font-style:italic;
}

.realisation_title
{
	font-size:16pt;
	margin-bottom:5px;
	margin-top:0px;
	color:#b9d536;
	font-weight:bold;
	font-style:italic;
	font-size:12pt;
}
.realisation_picture
{
	width:150px;
	padding-left:0px;
}
#menu_selected a, #menu_selected a:visited
{
	color:#b9d536;
}
#menu
{
	background-image:url('../../images/background_menu.png');
	margin-left:28px;
	background-repeat:repeat-x;
	width:900px;
	font-size:12pt;
	font-family:Arial;
	padding-top:6px;
	font-weight:bold;
	font-style:italic;
	color:#2b0f00;
	height:30px;
}
#content
{
	margin-top:10px;
	background-color:#3d1500;
	border:1px solid #b9d536;
	width:810px;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:50px;
	text-align:left;
}
label
{
	display:block;
	width:140px;
	float:left;
}
input[type=text]
{
	background-color:#2b0f00;
	border:1px solid #b9d536;
	padding:2px;
	font-size:10pt;
	color:#ffffff;
	width:200px;
}
input[type=submit]
{
	color:#2b0f00;
	font-weight:bold;
	background-image:url('../../images/button.png');
	background-color:Transparent;
	height:30px;
	border:none;
}
textarea
{
	width:340px;
	height:100px;
	background-color:#2b0f00;
	border:1px solid #b9d536;
	padding:2px;
	font-size:10pt;
	color:#ffffff;
}

.paragraphe a
{
	color:#b9d536;
}

.important
{
	color:#b9d536;
}
