/* CSS Document */

.post {
margin: 40px 30px 0 40px;
font-size: 12px;
}

.post form {
background:#CC3300;
}

.post p { 
font-size: 12px; 
}

.post .postinfo {
position:relative;
font-style:italic;
font-size:10px;
}

.post h2 {
line-height:14px;
font-size:14px;
color:#FFF;
margin:0;
}

.post h3 {
line-height:18px;
font-size:18px;
color:#FFF;
text-transform:uppercase;
margin:5px 0 -10px 0;
}

.post h3 a:link, .post h3 a:visited {
text-decoration:none;
/* LightSeaGreen */
color:#20B2AA;
}

.post h3 a:hover {
/* violet clair */
color:#D080FF;
}

.post h3_bis {
line-height:25px;
font-size:25px;
color:#FFF;
text-transform:uppercase;
margin:5px 0 -10px 0;
}

.post h3_bis a:link, .post h3_bis a:visited {
text-decoration:none;
/* rose */
color:#FF3070;
}

.post h3_bis a:hover {
/* violet clair */
color:#D080FF;
}

.post a:link, .post a:visited {
color:#FFF;
}

.postinfo a:link, .postinfo a:visited {
color:#FFF;
}
