/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend.
 *
 * LICENSE: GNU General Public License
 *
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #96877d;

	margin: 0;
}
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 890px;
	margin: auto;
	padding: 0;
	background-color: #FFF;
}
.banner, .search_box {

	background-repeat: repeat-x;
	font-size: 8px;
	font-weight: bold;

	color: #000;
	text-align: right;
	padding-top: 20px;
}

.banner {
height: 92px;
background-image: url(images/bandeau_haut.png);
width: 890px;
float: left;
text-align: right;


}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
}
.banner span {
	color: #D0D0D0;
}

.menu {
border-left: 1px solid #C0C0C0;

	float: left;
	width: 110px;
	height: 255px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;

}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #333;
	font-size:15px;
	color:#96877d;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px dashed #999;
}
.menu_default a:hover {
	border-bottom: 1px dashed #333;
	background-color:#cfc9cc;
	color:#c20463;
}

.menu_current  {
	color:#c20463;
	font-weight:bold;
}

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}




.menu_haut {
	padding-top: 70px;
	float: right;
	width: 500px;
}



.menu_haut ul, .menu_haut li {
	display : inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	margin-bottom: 5px;
	color:white;

}
.menu_haut ul ul {
	padding-left: 8px;
}
.menu_haut a:link, .menu_haut a:visited, .menu_haut a:active, .menu_haut a:hover {
	display : inline;
	padding: 2px;
	color:white;
}
.menu_haut a:hover {
	display : inline;
	padding: 2px;
	background-color:white;
	color:#c20463;
}

.menu_haut_default a:link, .menu_haut_default a:visited, .menu_haut_default a:active {
	//border-bottom: 1px dashed #999;
}
.menu_haut_default a:hover {
	//border-bottom: 1px dashed #333;
}

.menu_haut_current  {
	font-weight: bold;

}

.menu_haut fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu_haut legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;

	text-decoration: none;
	text-align: center;
}

.menu_haut input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}


.menu_haut1{
	display : inline;
	font-size: 10px;

}

.content {
	margin-left: 150px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
.footer {
	background-color: #FFF;
	font-size: 10px;
	color: #666;
	text-align: center;
	height:100px;

}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}



#Bandeau_Haut {
	position:Relative;
	background-color: #9b0f56;
	background-image: url(images/bandeau_haut.png);
	left:0px;
	top:0px;
	width:890px;
	height:90px;
}

#Menu_Haut1 {
	position:Relative;
	float:right;
	padding-right:5px;
	top:15px;
	width:280px;



}
#Menu_Haut2 {
	position:Relative;
	float:right;
	text-align:center;

}

#Menu_Gauche {
	position:Relative;
	float:left;
	left:15px;
	top:15px;
	width:110px;
	height:255px;

}

#Photo_Introduction {
	position:Relative;
	left:30px;
	top:15px;
	width:446px;
	height:255px;
	float:left;


}
.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}



#Introduction {
	position:Relative;
	background-color: #96877D;
	left:30px;
	top:15px;
	width:272px;
	height:235px;
	float:left;
	padding: 10px;
	color:white;

}

#Introduction h1{
	font-size:14px; color:#FFF
}


#Texte_central_sansintro h1 {font-size:16px;color:#c02071}
#Texte_central_sansintro h2 {font-size:14px;color:#646464}
#Texte_central_sansintro p  {font-size:12px;color:#646464}
#Texte_central_sansintro    {font-size:12px;color:#646464}
#Texte_central_sansintro TABLE#table1 TR TD  p {font-size:12px;color:#646464 !important}

#Texte1 {
	position:Relative;

	left:15px;
	top:30px;
	width:110px;
	float:left;

}

#Texte2 {
	position:Relative;

	left:50px;
	top:30px;
	width:110px;
	float:left;

}
#Texte3 {
	position:Relative;

	left:80px;
	top:30px;
	width:260px;
	float:left;
	font-size:11px;

}

#Texte4 {
	position:Relative;
	left:110px;
	top:30px;
	width:290px;
	float:left;

}

#Texte_central_intro {
	position:Relative;
	left:140px;
	top:30px;
	width:740px;
	float:left;

}
#Texte_central_sansintro {
	position:Relative;
	left:140px;
	top:30px;
	width:600px;
	float:left;

}


