/*

	PROPRIETES GLOBALES
	TYPOGRAPHIE
	STRUCTURE
	NAVIGATION
	PROPRIETES DES BLOCS
	FORMULAIRES
	CLASSES UTILITAIRES
    	
*/


/* PROPRIETES GLOBALES
----------------------------------------------------------------------------- */
html {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4em;
	color: #333333;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #56087F;
}

/* TYPOGRAPHIE
----------------------------------------------------------------------------- */

p, table {
	margin: 0 0 0.8em 0;
	padding: 0;
}
h1 {
	margin: 0 0 0.8em 0;
	padding: 0;
    font-size: 1.2em;
	color: #56087F;
	text-align: justify;
}

acronym {
	border: none;
}
a {
	text-decoration: underline;
	color: #56087F;
	font-weight: bold;
}
a:hover {
	color: #A5D5AD;
	text-decoration: none;
}

table td {
    padding: 1px 2px;
}

/* STRUCTURE
----------------------------------------------------------------------------- */

#container {
	background: transparent url(images/fond_ecran.gif) top center no-repeat;
	width: 989px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	border: 0 solid;
}
    #container1 {
    	width: 989px;
    	height: 530px;
    	margin: 0 auto;
    	padding: 0;
    	position: relative;
    	text-align: left;
    	border: 0 solid;
    }
        #container2 {
        	width: 989px;
        	margin: 0 auto 0;
        	padding: 0;
        	position: relative;
        	text-align: left;
        	border: 0;
        }
            #mainnav {
            	width: 495px;
            	height: 150px;
            	border: 0;
            	padding: 0;
            	margin: 10px 0 0 0;
            	float: left;
            }
            #menutopright {
            	width: 480px;
            	height: 212px;
            	padding: 0;
            	margin: 0;
            	border: 0 solid;
            	position: relative;
            	float: right;
            }
                #citation {
                	height: 100px;
                	width: 430px;
                	margin: 0;
                	padding-top: 75px;
                	border: 0 #000 solid;
                	position: relative;
                }    
            #menumidleft {
            	height: 303px;
            	width: 280px;
            	margin: 0;
            	border: 0 solid;
            	position: relative;
            	float: left;
            }
            #menumidcenter {
            	height: 315px;
            	width: 665px;
            	position: relative;
            	float: left;
            }
                
                #flashcontent {
                    margin: 0 0 0 30px;
                }
                
                #nav {
                	width: 300px;
                	/*height: 20px;*/
                	text-align: right;
                	margin: 5px 5px 0 0;
                	position: absolute;
                	top: 0;
                	right: 0;
                }
                /*
                #intercontent {
                	height: 303px;
                	width: 550px;
                	position: relative;
                	border: 0;
                	background: green;
                }
                */   
                    #inter {
                    	width: 560px;
                    	height: 285px;
                    	overflow: auto;
                    	text-align: justify;
                    	margin: 25px 0 0 20px;
                    	border: 0;
                    	position: relative;
                    }
                    #intercourt {
                    	width: 495px;
                    	height: 285px;
                    	overflow: auto;
                        text-align: justify;
                    	margin: 25px 0 0 10px;
                    	border: 0;
                    	position: relative;
                    }

                    #interdroite {
                    	float: right;
                    	border: 1px solid #ccc;
                    	position: absolute;
                    	top: 100px;
                    	right: 5px;
                    	/*margin-top: 90px;
                    	margin-right: 5px;
                    */
                    	width: 130px;
                    	padding: 5px;
                    	background: #e0f0e2;
                    }
                    #interdroiteblog {
                    	float: right;
                    	border: 1px solid #ccc;
                    	position: absolute;
                    	top: 175px;
                    	right: 5px;
                    	/*margin-top: 90px;
                    	margin-right: 5px;
                    */
                    	width: 130px;
                    	padding: 5px;
                    	background: #e0f0e2;
                    }

    #footer {
    	height: 77px;
    	width: 989px;
    	position: relative;
    	z-index: 10;
    	padding-top: 50px;
    	text-align: center;
    	color: #FFF;
    }

    
                




#citationInter {
	height: 30px;
	width: 566px;
	margin: 0;
	text-align: right;
	padding: 0;
	border: 0 solid;
	position: relative;
	float: left;
}



#menumidintro {
	background: transparent url(images/Gabarit1_05.jpg);
	height: 303px;
	width: 655px;
	position: relative;
	float: left;
	border: 1px solid;
}
#mm {
	position: relative;
	float: left;
	width: 600px;
	height: 200px;
	top: -300px
}
#menumidright {
	height: 303px;
	width: 45px;
	margin: 0;
	border: 0 solid;
	position: relative;
	float: right;
}
#menutopleft {
	height: 220px;
	width: 168px;
	margin: 0;
	border: 0 solid;
	position: relative;
	float: left;
}
#menutopcenter {
	height: 220px;
	width: 302px;
	margin: 0;
	border: 0 solid;
	position: relative;
	float: left;
}

/* PROPRIETES DES BLOCS
----------------------------------------------------------------------------- */

/* mainnav */
#mainnav ul {
	margin: 0;
	padding: 0;
}
#mainnav ul li {
	list-style: none;
	margin: 7px 0 0 15px;
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #A5D5AD;
	font-weight: bold;
	font-style: italic;
}
#mainnav ul li a {
	text-decoration: none;
	/*font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;*/
	color: #A5D5AD;
}
#mainnav ul li a:hover {
	color: #fff;
}
#mainnav li#mn1 {
	text-indent: 145px
}
#mainnav li#mn2 {
	text-indent: 167px
}
#mainnav li#mn3 {
	text-indent: 190px
}
#mainnav li#mn4 {
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	text-indent: 200px;
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
}
#mainnav li#mn4 a {
	text-decoration: underline;
	color: #FFF;
}
#mainnav li#mn4 a:hover {
	color: #A5D5AD;
	text-decoration: none;
}


/* footer */
#footer a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


/* FORMULAIRES
----------------------------------------------------------------------------- */

form {
    text-align: right;
    margin: 0 auto;
    width: 80;
    margin: 0 auto;
    padding: 0 60px;
}
form p {
    margin: 0 0 0.1em 0;
}
form input,
form textarea {
    font-size: 1.0em;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
    /*border: 1px solid pink;*/
}
form input#nom, form input#email {
	width: 105px;
}
form input#sujet, form textarea {
	width: 290px;
}
form input#antispam {
	width: 30px;
}
form input[type=submit] {
	width: 100px;
	font-size: 0.9em;
	background: #56087F;
	color: #fff;
}

/* CLASSES UTILITAIRES
----------------------------------------------------------------------------- */


#violet {
	color: #56087F;
	text-align: justify;
}
.vert {
	color: #A5D5AD;
	text-align: right;
	font-weight: bold;
}
.blanc {
	color: #FFF;
	text-align: right;
}
#red {
	color: #AC0000;
	text-align: right;
}
td.barre {
	width: 2px;
	background: #A5D5AD;
}

.spacer {
	clear: both;
}

img.right {
	float: right;
	margin-top: 80px;
	margin-right: auto;
}
img.left {
	float: left;
	margin: 0;
}
.right {
	padding-top: 45px;
}
.alignright {
	text-align: right;
}
