/* menut.css - JF Billaud - 2003-05-19 */


body		{ background-color : black ; color : yellow }

a:link		{ color: blue }
a:visited	{ color: blue }
a:active	{ color: black }
a:hover		{ color: black }


div		{ border : 2px ;
		  border-style : dashed ;
                  border-color : blue ;
		  background-color : white ;
                  color : black }


div.logo	{ width : 150px ;
		  height : 150px ;
		  position : fixed ;
		  top : 20px ;
		  left : 20px }

p.logo		{ margin-left : 10px ;
		  margin-right : 10px ;
		  margin-top : 60px ;
		  padding-top : 10px ;
		  padding-bottom : 10px ;
		  text-align : center ;
		  background-color : maroon ;
                  color : yellow }



div.titre	{ width : 400px ;
		  height : 100px ;
		  margin-top : 20px ;
		  margin-left : 300px ;
		  background-color : #FFFFC0 ;
                  color : black }

h1.titre	{ text-align : center ;
                  font-family : helvetica ;
                  font-size : 32pt }


div.menu	{ position : fixed ;
		  width : 120px ;
		  top : 200px ;
		  left : 20px ;
		  vertical-align : top ;
		  background-color : red ;
                  color : white }

h2.menu		{ margin-left : 10px ;
		  font-size : 16px ;
		  font-weight : bold }

p.menu		{ margin-left : 20px ;
		  font-size : 14px ;
		  font-weight : bold }

ul.menu		{ margin-left : 0pt }
ul.menu li	{ margin-left : 0pt }

ul.menu li a:link	{ color: white }
ul.menu li a:visited	{ color: white }
ul.menu li a:active	{ color: yellow }
ul.menu li a:hover	{ color: yellow }


div.contenu	{ 
		  margin-left : 180px ;
		  margin-right : 20px ;
		  margin-top : 40px ;
		  margin-bottom : 30px ;
		  padding-top : 1em ;
		  background-color : #F0F0F0 ;
		  color : black }

h2.contenu	{ margin-left : 8px }

h3.contenu	{ margin-left : 20px }

p.contenu	{ margin-left : 30px ;
		  margin-right : 15px ;
		  text-align : justify ; 
		  text-indent : 2em ;
		  font-size : 13pt ; 
		  line-height : 1.6 }

.sc		{ font-size : 75% }

p.retour	{ margin-left : 40px ;
		  font-style : italic }

p.retour a:link		{ color : black }
p.retour a:visited	{ color : black }
p.retour a:active	{ color : maroon }
p.retour a:hover	{ color : maroon }

