/* AUTEUR: Pascale Lambert-Charreteur */
/* DATE DE CREATION: 14/08/03 */
/*importation des styles navigateurs récents*/
@import url("add3.css");
/*styles communs NS4.x et autres*/

html  {margin:0}

body {
margin:0;
font-family:garamond, "times new roman", serif;
color:white;
font-size:120%;
background-color:#2D0000;
background-image:url(images/fonds/ordi2.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}

h1 {
font-family:garamond, serif;
color:#7FFFD4;
font-size:250%;
}

h2 {
font-family:garamond, serif;
font-style:italic;
color:#ffa500;
font-size:160%;
}
h2 a {
color:#ffa500;
}
h2 a:hover {
border-top-color:#ffa500;
border-bottom-color:#ffa500;
}

h3 {
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
color:white;
font-size:120%;
letter-spacing:3px;
}

h4 {
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
color:white;
font-size:100%;
letter-spacing:2px;
}

p {
color:white;
}

li {
color:white;
}

code, pre {
font-family:"courier new", monospace;
font-size:90%;
color:#ffa500;
}
img {
border:0;
}

acronym, abbr {
cursor:help;
border-bottom:1px dotted #c0c0c0 /*pour IE*/
}

/*citations*/
q {
font-family:"times new roman",serif;
font-style:italic;
}
blockquote, blockquote p, blockquote li {
font-family:"times new roman",serif;
font-style:italic;
padding:2px 10px 2px 10px;
color:white;
}

/*tableaux*/
table {
width:50%;
border:2px solid white;
border-collapse:collapse;
margin:auto;
}
th, td {
border:1px solid white;
padding:5px;
vertical-align:top;
color:white;
}
body>#cadre table { /*hack IE*/
width:90%
}
/*liens*/
a {
color:#7FFFD4;
text-decoration:none;
}
a:visited {
text-decoration:none;
}


/*variantes*/
.center, .center p {
text-align:center !important;
}
.date {
font-weight:bold
}
.news {
margin-right:20%;
margin-left:20%;
}
.astuce {
		color:red;
		font-weight:bold;
		background-color:transparent;
		}
.astuce:before {content:url(images/lightmov.gif)}
.astuce:after {content:" ! "}

.blink {text-decoration:blink}

.haut {
	font-size : 80%;
 	text-align:right !important;
	border-bottom:1px solid #696969;
}
.haut a {
	border-bottom:1px solid #696969;
}

/*ancres archives*/
.ancre {text-align:center !important; font-weight:bold}
p.ancre:before {content:" [ ";}
p.ancre:after {content:" ] ";}

/*cadre général*/
#cadre {
margin:100px 0 0 0;
min-height:1020px;
}

/*haut de page*/
#top {
font-size:90%;
text-align:right;
}
#titre {
margin-left:20%;
}
#titre h2 {
color:#FFC0CB;
font-size:200%;
margin-top:-25px;
margin-bottom:60px;}

/*menu*/
#menu {
font-size:83%;
border-top:15px solid #2D0000;
border-bottom:5px solid #2D0000;
padding:5px 0 5px 0;
background-color:#2D0000;
}
#menu .bouton, #menu .date {
text-align:center;
}

#menu h3 {
color:#FFC0CB;
text-align:center;
letter-spacing:3px;
}

/*contenu*/
#edito {
margin-right:230px;
margin-left:20%;
}
#edito p {
text-align:justify;
}

/*footer*/
#footer p {
border-top:1px solid #EEE8AA;
margin-bottom:0;
padding-bottom:5px;
padding-top:10px;
text-align:center;
font-size:90%;
background-color:#2D0000;
}
