body {
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color:#e0cb54;
background-color:#545454;
text-align: center;
}

#conteneur{
width:1200px;
margin:0 auto;
text-align: left;
background-color:#545454; 
}

#entete{
top:5px;
left:0;
width:1200px;
height:198px;
background-color:#545454;
}

#menu{
margin-top:5px;
width:1200px; 
height: 30px;
background-color:#545454;
}

#contenu{
margin-top:80px;
width:1200px;
background-color:#545454;
}

#logiciel{
margin-top:0;
margin-left:0;
float:left;
width:240px;
height:30px;
}

#document{
margin-top:0;
margin-left:0;
float:left;
width:240px;
height:30px;
}

#digital{
margin-top:0;
margin-left:0;
float:left;
width:240px;
height:30px;
}

#pratique{
margin-top:0;
margin-left:0;
float:left;
width:240px;
height:30px;
}

#forum{
margin-top:0;
margin-left:0;
float:left;
width:240px;
height:30px;
}

a img
{
border: none;
} 

/*typographie standard*/
h1{
	font-family:verdana;
	font-size:25px;
	text-align:center;
	text-decoration:none;
	color:red;
}

h2{
	font-family:verdana;
	font-size:18px;
	text-align:center;
	text-decoration:underline;
	color:red;
}

/*typographie des commentaires*/

.commentaire{
	font-family:arial;
	font-size:12;
}

.commentaire a{
	color:#00FF00; 
	text-decoration: none; 
	font-size:12; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
} 
	


/*typographie spip*/

/*paragraphes*/
p.spip{
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:18;
	color:#FFFFFF;
	text-indent:60px;
}

/*intertitres*/
h3.spip{
	font-family:verdana;
	font-weight:bold;
	font-size:26;
	text-decoration:none;
	color:red;
	text-align:center;
	margin-top:2em;
	margin-bottom:1.5em;
	padding:0em;
}

/*gras*/
strong{
	font-family:verdana;
	font-size:18;
	font-weight:bold;
	color: red;
}

/*italique*/
i.spip{
	font-family:verdana;
	font-size:18;
	font-style:italic;
	color:red;
}

/*liens hypertextes*/
a {
	font-family:verdana;
	font-size:18;
	text-decoration:underline;
	color:#e0cb54;
}

a.spip_in{
	font-family:verdana;
	font-size:18;
	text-decoration:underline;
	color:#e0cb54;
}

a.spip_out{
	font-family:verdana;
	font-size:18;
	text-decoration:underline;
	color:blue;
}

a.spip_url{
	font-family:verdana;
	font-size:18;
	text-decoration:underline;
	color:blue;
}

/*tableau*/
table.spip {
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color:#e0cb54;
}

table.spip tr.row_first {
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color:#e0cb54;
background-color: #545454;
}

table.spip tr.row_odd {
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color:#e0cb54;
background-color: #545454;
}

table.spip tr.row_even {
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color:#e0cb54;
background-color: #545454;
}

table.spip td {
font-family: Verdana;
font-size: 18px;
font-weight: bold;
color:#e0cb54;        
text-align: left;
vertical-align: center;
}

