/*
 * [Master Stylesheet]
 * Title: style.css
 * For: html
 * Site: Men's Health
 * Author: Thom "Shiva"
 * Client: 1633s
 * Last Modified: 
*/

@import url("=base/=header/header.css");
@import url("=base/=right_column/right_column.css");
@import url("=pages/=sommaire/sommaire.css");
@import url("=pages/=artrub/artrub.css");
@import url("=base/=search/search.css");
@import url("=base/=footer/footer.css");

html{ background: #151515;}
body{ font-family: Verdana, Helvetica, Arial, sans-serif; background: url(images/bg_global.jpg) 0 0 repeat-x; padding: 16px 0 0 0;}
/*html{ background: #000000;}
body{ font-family: Verdana, Helvetica, Arial, sans-serif; background: url(images/bg_global.jpg) 0 0 repeat-x; padding: 140px 0 0 0;}*/

/* ------------------------------ */
/* YUI elements */

#habillage_pub {margin: 0; padding: 0px;}
#habillage_pub  a{margin: 0; padding: 0px; top: 0px; left: 0px;  position: absolute; display: block; background-position: center 8px; background-repeat: no-repeat; background-image: url(../pubs/XIII_menshealth.jpg); width: 100%; height: 1000px;}

#doc4{ background: #FFF; z-index:2; position: relative;}

#rub_art_moment ol {
	padding-left: 40px;
}
#rub_art_moment ol li {
	list-style-position:outside;
	list-style-type: upper-roman;
}
#rub_art_moment ol li a {color: #ff0c0c; text-decoration: none; font-weight: bold;}

#notation_article * {margin: 0px; padding: 0px;}
#notation_article{width: 200px; clear: both; float: left; margin-top: 10px;}
#notation_article span {color: #dd0912;}
#notation_article .note {clear: both; font-size: 0.7em; color: #dd0912; display: block;}

#notation_article .prez_notation {font-size: 0.8em;}
#notation_article .formulaire_notation { }

.clearboth {clear: both;}
.gauche_image img{float: left;}


