/*
----------------------------------------------------------------
CSS : profi.fr REVUE DE PRESSE SUB PAGE
----------------------------------------------------------------
*/

* {
padding: 0;
margin: 0;
}

body {
background-color: #2A5F00;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
text-align: center;
}

img {
	vertical-align:bottom;
	border: 0px;
}


a {
text-decoration: none;
}
a:link {
color: #D4FF55;
}
a:visited {
color: #D4FF55;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #D4FF55;
}

#wrapper { 
margin: 0 auto;
width: 500px;
}
#wrappertop { 
margin: 0 auto;
width: 525px;
}
#header {
width: 500px;
padding: 0px;
border: 0px;
margin: 5px 0px 5px 0px;
font-size: 18px;
/*font-weight: bold;*/
color: #D4FF55;
text-decoration: none;
text-align: left;
line-height: 24px;
}
#date{
width: 500px;
padding: 0px;
border: 0px;
margin: 5px 0px 5px 0px;
font-size: 12px;
/*font-weight: bold;*/
color: #D4FF55;
text-decoration: none;
text-align: left;
line-height: 14px;
}
#info {
width: 500px;
padding: 0px;
border: 0px;
margin: 5px 0px 5px 0px;
font-size: 14px;
/*font-weight: bold;*/
color: #D4FF55;
text-decoration: none;
text-align: left;
line-height: 16px;
}
#url {
width: 500px;
padding: 0px;
border: 0px;
margin: 5px 0px 5px 0px;
font-size: 12px;
/*font-weight: bold;*/
color: #D4FF55;
text-decoration: none;
text-align: right;
line-height: 14px;
}
#content { 
width: 500px;
color: #D4FF55;
border: 0px solid #ccc;
margin: 0px 0px 20px 0px;
padding: 0px;
font-size: 12px;
/*font-weight: bold;*/
text-align: left;
line-height: 20px;
vertical-align: top;
}
