/* CSS Document */

/* Première ligne d'un paragraphe */
p:first-line {
	font-family: Trebuchet MS;
	font-weight: normal;
	line-height: 18pt;
	color: rgb(255,255,255);
	font-size: 14pt;
	text-indent: 0px;
	padding: 1em 0em 0 em;
}

/* Gestion des paragrahes */
p.pone
{
font-family: Times;
margin-left : 0px;
font-size: 10pt;
color: #FFFFFF;
}

p.ptwo
{
	/* background-color: rgb(83,41,0); */
	font-family: Courier New;
	font-weight: bold
font-size: 20pt;
	margin-left: 25px;
	text-align: centre;
	color: rgb(233,152,134);
	word-spacing: normal;
	padding: 1em;
}

.pthree
{
/* position:absolute; */
/* float: left; */
/* background-color: rgb(83,41,0); */
font-family: Courier New;
font-weight: 100;
font-size: 12pt;
margin-left : 0pt;
text-align: centre;
color: #993333;
word-spacing: 100%;
padding: 0.5em;
}

/* Barre de menu */
.menu
{
	position: absolute;
	width: 142px;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: #330000;
	font-family: Courier New;
	font-weight: bold;
	font-size: 20pt;
	text-align: centre;
	color: rgb(233,152,134);
	word-spacing: 20pt; /* background-image: url(Pictures/backgrounds/head.jpg); $/
	/* background-repeat: no-repeat; */
	text-indent: 10px;
}

/* Bas du menu */
.basdumenu
{
	/* float: left; */
	position: relative;
	width: 700px;
	height: 23px;
	background-image: url(Pictures/backgrounds/head_under.jpg);
}

/* Tableau principal */
.content
{
	/* float: left; */
	font-family: Trebuchet MS;
	margin-left: 0px;
	font-size: 10pt;
	color: #FFFFFF;
	position: absolute;
	width: 568px;
	top: 0px;
	left: 142px;
	height: 535px;
	background-color: #CC0033; /* border-right: 1px solid #666666; */
/* border-bottom: 1px solid #666666; */
	text-indent: 0px;
	margin: 0;
	overflow: auto;
	z-index: 1;
}

/* Dessous Tableau principal */
.verre
{
background-color: #7DB303;
/* float: right; */
/* width: 55%; */
position: absolute;
left: 142px;
top: 0px;
height: 100%;
width: 568px;
/* margin: 0; */
z-index: 0;
/* padding: 0em; */
}

/* Dessous Image logo principal */
.dessouslogo
{
background-color: #731313;
/* float: right; */
/* width: 55%; */
position: absolute;
left: 710px;
top: 0px;
height: 100%;
width: 314px;
/* margin: 0; */
z-index: 0;
/* padding: 0em; */
}

/* Logo Basin-Marot */
.logo
{
/* background-color: rgb(195,12,43); */
/* float: right; */
/* width: 55%; */
position: absolute;
left: 710px;
/* top: 0%; */
/* right: 0%; */
width: 310px;
margin: 0;
z-index: 1;
padding: 0em;
}

/* Bandeau Images dessous */
.bandeau
{
	position: absolute; 
	left: 0px;
	top: 535px;
	/*bottom: 0%; */
	width: 1024px;
	right: 0%;
	margin: 0px;
	z-index: 1;
	padding: 0em;
	background-image: url(Pictures/bandeau2.jpg);
	height: 142px;
	background-repeat: repeat;
}

/* image de droite*/
.skyscrapp
{
	position: absolute; /* left: 0px; */
/* bottom: 0%; */
	top: 0px;
	height: 535px;
	width: 314px;
	left: 710px; /* bottom : 0px; */
	margin: 0px;
	z-index: 1;
	padding: 0em;
	background-image: url(Pictures/skyscrapper.jpg); /* height: 142px; */
	background-repeat: no-repeat;
	z-index: 1;
}


table.dropdown
{
visibility:hidden;
}

.spacer {
clear: both;
}

body
{
background-color: #FFCC99;
}

a.aone:link {color: #FFCC99; text-decoration: none}
a.aone:visited {color: #FFCC99; text-decoration: none}
a.aone:hover {color: #FFCC99; text-decoration: underline}

a.atwo:link {color: #CC3333; text-decoration: none}
a.atwo:visited {color: #CC3333; text-decoration: none}
a.atwo:hover {
	color: #CC3333;
	text-decoration: underline;
}


ul { /* all lists */
	padding: 0em;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	/*float: left; */
	position: relative;
	width: 5em;
}

li ul { /* second-level lists */
	display: none;
	position: relative;
	top: 0.5em;
	left: 0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

.iframetest {
	background: Yellow;
	background-color: Yellow;
	overflow: visible;
	font-family: fantasy;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	
}

.INPUT {
	color: #CC0000;
	background-color: #FFCC99;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
.SELECT {
	color: #CC0000;
	background-color: #FFCC99;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
