body{
	margin:0;
	padding:0;
}

#topsection{
	position: fixed;
	top: 0;
	background: #6F7D94;
	height: 90px; /*Height of top section*/
	width: 100%;
	z-index: 50;
}

#topsection h1{
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 0.8em;
	text-align: center;
	margin-left: 240px;
}
/*
#topsection h2{
	font-family: "Miles";
	font-size: 26px;
	font-style: italic;
	color: #000;
	line-height: 0.2em;
	text-align: center;
	margin-left: 640px;
}
*/
#topsection h2{
	font-family: "Miles";
	font-size: 26px;
	font-style: italic;
	color: #000;
	line-height: 0.2em;
	text-align: center;
	text-indent: 600px;
}

#contentwrapper{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

#contentcolumn{
	margin-left: 240px; /*Set left margin to LeftColumnWidth*/
	margin-top: 90px;  /*Set top margin to TopsectionHeight*/
}

#leftcolumn{
	position: fixed;
	top: 90px;
	height: 100%;
	float: left;
	width: 240px; /*Width of left column*/
	background: #93A5C4;
	text-align: center;
}

#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 35px;
	clear: both;
	background: #6F7D94;
	color: #FFF;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align: center;
}

.width900{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	background: #FFF;
}

@font-face{
	font-family: "Textile"; 
	src: local("Textile"), url("../fonts/Textile.ttf") format("TrueType");
}

@font-face{
	font-family: "Papyrus"; 
	src: local("Papyrus"), url("../fonts/Papyrus.ttf") format("TrueType");
}

@font-face{
	font-family: "Miles"; 
	src: local("Miles"), url("../fonts/AHundredMiles.ttf") format("TrueType");
}

@font-face{
	font-family: "Capsuula"; 
	src: local("Capsuula"), url("../fonts/Capsuula.ttf") format("TrueType");
}

@font-face{
	font-family: "Bolonewt"; 
	src: local("Bolonewt"), url("../fonts/Bolonewt.ttf") format("TrueType");
}

@font-face{
	font-family: "Plane"; 
	src: local("Plane"), url("../fonts/Plane.ttf") format("TrueType");
}

.movie{
    border: 0 none;
    border-spacing: 0px;
    padding: 0px;
    border-collapse: separate;
    text-align: center;
}

#webmaster{
    font-family: Comic Sans MS;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.titre{
    padding: 10px 0 0 0;
    color: #6F7D94;
    font-size: 30px;
	font-family: "Plane";
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
	letter-spacing: 0.1em;
}

.titre2{
    color: black;
    font-size: 22px;
    font-family: "Capsuula";
    text-align: center;
}

.text{
    padding: 10px;
    color: black;
    font-size: 20px;
    font-family: "Papyrus";
    text-align: justify;
}

.text2{
    color: black;
    font-size: 20px;
    font-family: "Capsuula";
    text-align: justify;
	text-indent: 15px;
}

.text3{
    color: black;
    font-size: 22px;
    font-family: "Capsuula";
    text-align: justify;
	text-indent: 15px;
}

.text4{
    color: black;
    font-size: 16px;
    font-family: "Bolonewt";
    text-align: left;
	margin-left: 50px;
}

.download{
    color: black;
    font-size: 16px;
    font-family: "Bolonewt";
    text-align: justify;
    margin: 40px 0 5px 0;
}

.button{
	font-family: Comic Sans MS;
	font-size: 15px;
	color: white;
	text-decoration: none;
	position: relative;
	left: -148px;
	top: -20px;
}

.button2{
	font-family: Comic Sans MS;
	font-size: 15px;
	color: white;
	text-decoration: none;
	position: relative;
	left: -91px;
	top: -14px;
}

/* end Layout */


/* Contact Form */

fieldset{
    background: white;
    border: none;
    margin:0 auto;
    margin-bottom: 1em;
    width: 400px;
    padding: 10px;
    padding-top: 1.5em;   
}

p.title{
    background: red;
    color: blue;
    text-align: center;
    width: 450px;
    padding: .2em .3em;
    font-size: 1.6em;
    border: 2px outset black;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
}

p.legend{
    background: #6F7D94;
    color: white;
    padding: .2em .3em;
    font-size: 1.2em;
    border: 2px outset black;
    margin: 0 auto;
    position: relative;
    margin-bottom: -1em;
    width: 200px;
    margin-top: 1em;
}

p.privacy{
    background: #93A5C4;
    color: black;
    text-align: center;
    width: 414px;
    padding: .2em .3em;
    font-size: 1em;
    border: 2px outset black;
    position: relative;
    margin: 0 auto;
}

.cadre{
    background: #93A5C4;
    color: black;
    border: outset black;
    text-align: left;
}

.cadre input,select{
    position: relative;
    margin-left: 20px;
    line-height: 1.2em;
    margin-bottom: .2em;
    vertical-align: middle;
}

textarea{
    font: 1em "Trebuchet MS", Verdana, sans-serif;
    width: 380px;
    padding: .2em;
}

input[type="submit"], input[type="reset"] {
    background: gray;
    border: 2px outset black;
    font: 1em "Trebuchet MS", Verdana, sans-serif;
}

#buttons{
    text-align: center;
}
/* End Contact Form */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* SuckerTree Vertical Menu (v1.1) */

.buttonmenu ul li b{
	font-family: "Papyrus";
	font-size: 20px;
	font-weight: bolder;
	background: #93A5C4;
	display: block;
}

.buttonmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 220px; /* Width of Menu Items */
	font-family: "Papyrus";
	font-size: 16px;
}

.buttonmenu ul li{
    position: relative;
    background: #6F7D94;
}

/*Sub level menu items */
.buttonmenu ul li ul{
    position: absolute;
    width: 220px; /*sub menu width*/
    top: 0;
    visibility: hidden;
}

/* Sub level menu links style */
.buttonmenu ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    font-weight: bold;
    color: white;
    text-decoration: none;
    background: #6F7D94;
    padding: 2px 4px;
    border: 1px solid;
    border-color:white black black white; /*light dark dark light*/
    text-decoration:none;
}

.buttonmenu ul li a:visited{
    color: white;
}

.buttonmenu ul li a:hover{
    background-color: grey;
}

.buttonmenu .subfolderstyle{
    background: url(../images/arrow-list.gif) no-repeat center right;
}


/* Holly Hack for IE \*/
* html .buttonmenu ul li { float: left; height: 1%; }
* html .buttonmenu ul li a { height: 1%; }

/* End SuckerTree Vertical Menu (v1.1) */


/* Window */

.window{
    width: auto;
    height: auto;
    text-align: center;
    
}

* /* PHP */

#PHP{
    width: 100%;
    height: 100%;
    background-color: #93A5C4;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-family: Capsuula;
	font-size: 22px;
}

#photo{
	margin-top: 20px;
	border: 1px solid;
	box-shadow: 12px 12px 8px #666;
}