/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
font-family: sans-serif;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
list-style-type: none;
}

body
{
	background-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

#flash {
	width:400px;
	height:400px;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	border:2px solid #666666;
}

#container {
	width:780px;
	height:550px;
	background-color:#FFFDDF;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
	border:2px solid #666666;
	background-image: url(images/bas_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header {
height:100px;
}

#main {
width:100%;
padding-top:5px;
}

#left {
float:left;
width:160px;
margin-right:5px;
}

#content {
width:615px;
float:left;
height:430px;
overflow:auto;
}

h2 {
	color:#ff6600;
	font-size:1.4em;
	margin:0 0 5px 0;
	color:#ff6600;
	font-weight: bold;
	text-transform: capitalize;
	 }
	 
#tarif {

	padding:0 0 5px 5px;
	margin:0 0 5px 0;
	border-bottom: 1px dotted #999999;
	 }

p {
line-height:1.3em;
padding:5px 0; }

.hidden {
visibility:hidden;
margin-top:-24px;
}

#content p {
line-height:1.2em;
font-size:1.1em;
 }

#content dl
{
margin : 10px 5px;
line-height:1.4em;
}

#content dt
{
font-weight:bold;
margin:5px 0;
}

#content dd
{
border-left: 1px solid #ff6600;
margin-left: 20px;
padding-left: 5px;
}

.img-content
{
float:right;
border:1px solid #ff6600;
margin: 0 5px 5px 5px;
}

#content input {
border:1px solid black;
padding:2px;
margin-left:20px;
}
#content textarea {
border:1px solid black;
padding:2px;
margin:5px 0 0 20px;
}

#content a:link, a:visited {
color:#ff6600;
}
#content a:hover {
text-decoration:underline;
}




.pic-detail
{
	float:left;
	margin: 5px;
	border: 1px solid #ff6600;
	cursor: pointer;
}

.picture_big
{
margin: 5px;
border: 1px solid #ff6600;
text-align:center;
}
	
.picture_det
{
	float:left;
	margin: 5px;
	border: 1px solid #ff6600;
	cursor: pointer;
}
.spacer {
clear:both;
}
.detail { float:right; text-align:right; color:#ff6600; cursor: pointer; margin-right:10px;}

.plusdedetail { float:right; text-align:right; color:#ff6600; margin-right:5px; }

.orga-pdg {
	background-color:#ff6600;
	width:40%;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/grad.png);
	background-repeat: repeat;
	color:#FFFFFF;
	font-weight: bold;
	font-size:1.2em;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}

.orga-svtp {
width:95%;
padding:2px;
margin-bottom:5px;
text-align:center;
border-bottom:2px solid #ff6600;
color:#ff6600;
	font-weight: bold;
	font-size:1.2em;
}

.orga-svtp-perso {
width:20%;
float:left;
padding:2px;
margin: 0 5px 0 0;
text-align:center;
background-color:#ff6600;
color:#FFFFFF;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}

.orga-svrd {
float:left;
width:50%;
padding:2px;
margin:60px 0 5px 0;
text-align:center;
border-bottom:2px solid #FFCC00;
	font-weight: bold;
	font-size:1.2em;
	color:#FFCC00;
}

.orga-svrd-perso {
width:20%;
float:right;
padding:2px;
margin: 0 25px 0 0;
text-align:center;
background-color:#FFCC00;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}

#content table {
background-color:#DADADA;
}

#content tr {
}

#content td {
padding:5px;
text-align:center;
border:1px solid white;
}
#footer
{
font-size:0.9em;
color:#000000;
text-align:center;
margin-top:5px;
}

.breadcrumb {
	text-decoration:none;
	font-size:0.9em;
	color:#333333;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
 
.tarif {
font-size:0.8em;
margin-top:10px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

}
#menu2 {
}

#menu dt {
	cursor: pointer;
	background: #cccccc;
	height: auto;
	line-height: 20px;
	margin: 0 0 2px 0;
	border: 1px solid #333333;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 150px;
	margin-top: -2em;
	width: 130px;
	background: #ffffff;
	border: 1px solid #333333;
}

#menu ul {
}
#menu li {
	text-align: center;
	text-transform: capitalize;
	border-bottom:1px solid #333333;

}
#menu li a {
color: #000;
text-decoration: none;
display: block;
	font-size:0.9em;
	height:1.5em;
	line-height:1.5em;
}

#menu dt a {
color: #000;
text-decoration: none;
display: block;
font-weight: bold;
}

#menu li a:hover {
background-color:#ff6600;
color:#FFFFFF;
}
#menu dt a:hover {
background-color:#ff6600;
color:#FFFFFF;
}

#menu dd a:hover {
background-color:#ff6600;
}

#identity {
margin:10px 0 0 0;
}

#menu_hidden { overflow: hidden; visibility:hidden; height:0px; }