/* =============================================================== */
/* LAYOUT */

* { margin: 0; padding: 0; outline: 0; border: 0; }

html, body {
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	text-align: center;
}			

body, table, td {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #303030;
	font-weight: normal;
}

object {
	border: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

hr {
	clear: both;
	visibility: hidden;
}

#page {
	width: 750px;
	min-height: 635px;
	margin: 0px auto 0 auto;
	text-align: left;
	clear: both;
}

/* =============================================================== */


/* =============================================================== */
/* HEADER */

#top {
	width: 100%;
	margin: 0 auto 0 auto;
}

#black-sony {
	heigth: 39px;
	background-color: #000000;
}

#black-sony #logo-sony {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-right: 100px;
	text-align: right;
	heigth: 39px;
}

#header {
	background-image:url(../_images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 6px;
	width: 100%;
	heigth: 84px;
}

#header-def {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#header-def #nav {
	width: 1000px;
	margin: 0 auto 0 auto;
	heigth: 84px;
}

#header-def #nav-items {
	text-align: left;
	position: absolute;
	padding-top: 32px;
	padding-left: 142px;
}

#header-def #nav-items ul {
	list-style:none;  
	padding:0px;
	border:0px;
	margin:0px;
}
#header-def #nav-items li {  
	display:inline;          
	padding:0px;
	border:0px;
	margin:0px;
}

/* =============================================================== */

/* =============================================================== */
/* FOOTER */


#footer {
	width: 750px;
	margin: 30px auto 0 auto;
	padding-top: 20px;
	font-size: 10px;
	color: #889096;
}

#footer #separateur {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}

#footer #ligne-haut {
	height:20px;
}

#footer #ligne-bas {
	height:18px;
}

#footer #gauche {
	float: left;
	text-align: left;
}

#footer #droit {
	margin-top: 8px;
	float: right;
	text-align: right;
}

#footer #droit2 {
	margin-top: 0px;
	float: right;
}

a.footLink:link {
	color: #889096;
}
a.footLink:visited {
	color: #889096;
}
a.footLink:hover {
	color: #303030;
}

#footer #ligne-haut #droit {
	padding-top: 6px;
}

#footer #ligne-haut #droit img {
	vertical-align:middle; 
}

.international {
	font-size: 9px;
	line-height: 18px;
	color: #899096;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 2px;
}

a.international:hover {
	color: #303030;
	text-decoration: underline;
	
}
a.international:link {
	color: #899096;
	text-decoration: none;
}
a.international:visited {
	color: #899096;
	text-decoration: none;
}

/* =============================================================== */


#main {
	width: 558px;
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}


#sidebar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 187px;
	float: right;
}

#autopromo {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* =============================================================== */


/* =============================================================== */
/* MAIN ACCUEIL */

#content {
	width: 564px;
}

#content #vignette {
	text-align: center;
	float: left;
	width: 179px;
	
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 7px;
	margin-bottom: 7px;
	
	border: 1px solid #d4d4d4;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
    behavior: url(border-radius.htc); 
}

.thumbtitle { color: #303030; font-size: 11px; padding: 3px 3px 5px 3px; font-weight: bold; text-transform:uppercase; font-family: helvetica, arial, sans-serif; }
a.thumbtitle { color: #303030; }
a.thumbtitle:visited { color: #303030; }
a.thumbtitle:hover { color: #889096; }

.thumbnail {color: #303030; font-size: 10px; padding: 0px 0px 0px 0px; text-align: center;}
a.thumbnail { color: #1981b0; padding: 3px 0px 3px 0px;}
a.thumbnail:visited { color: #1981b0; }
a.thumbnail:hover { color: #889096; }

img.thumb { padding: 2px 3px 5px 3px; }

/* =============================================================== */


/* =============================================================== */
/* MAIN ARCHIVES PROCHAINEMENT */


#content #fiche {
	text-align: left;
	width: 539px;
	min-height: 170px;
	
	padding: 8px;
	margin-right: 7px;
	margin-bottom: 7px;
	
	border: 1px solid #d4d4d4;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
    behavior: url(border-radius.htc); 
}

#content #fiche #titre {
	font-size: 14px;
	line-height: 16px;
	color: #1981b0;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}

#content #fiche #affiche {
	float: left;
}

#content #fiche #contenu {
	padding-left: 125px;
	width: 410px;
	font-size: 12px;
	color: #303030;
	font-weight: normal;
}

#content #fiche #contenu p {
	padding-bottom: 3px;
}


/* =============================================================== */


/* =============================================================== */
/* BILLBOARD */

#billboards {
	width: 558px;
	height: 253px;
	padding: 0px 0px 8px 0px;
}

.billboard {
	font-size: 10px;
	font-weight: bold;
}
a.billboard:link {
	color: #1F202E; 
}
a.billboard:visited { 
	color: #1F202E; 
}
a.billboard:hover { 
	color: #FFFFFF; 
}

/* =============================================================== */


/* =============================================================== */
/* PROMO */

#vignette-promo {
	margin-bottom: 8px;
}

/* =============================================================== */


/* =============================================================== */
/* LEGAL */

#legal {
	width: 530px;
}

#legal h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	text-decoration: underline;
}

#legal h4 {
	font-size: 11px;
	text-decoration: underline;
	margin-bottom: 5px;
}

/* =============================================================== */



/* =============================================================== */
/* SUBSCRIBE */

#subscribe #textfield_subscribe {
	width: 170px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid;
	border-color: #CCCCCC;
	color: #303030;
	font-weight: normal;
}

#textfield_unsubscribe {
	width: 270px;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid;
	border-color: #CCCCCC;
	color: #303030;
	font-weight: normal;
}

.bgsubscribe { background-image:url(../_images/subscribe_milieu.jpg); background-repeat: repeat-y;  width: 180px; margin: 0px; padding: 0px; }

/* =============================================================== */


/* =============================================================== */
/* SOCIAL */

#social ul {
	list-style:none;  
	padding:0px;
	border:0px;
	margin:0px;
}
#social li {  
	display:inline;          
	padding:0px;
	border:0px;
	margin:0px;
}

.twtshare{
	margin-top:12px;
	margin-bottom:6px;
	float:left;
}
.fbkshare{
	margin-top:12px;
	margin-bottom:6px;
	float:left;
	margin-right:10px;
}
.like{
	margin-top:10px;
	margin-bottom:6px;
	float: left;
	margin-right:10px;
}

/* =============================================================== */

h1 {
	margin-bottom:12px;
	margin-top:12px;
}
h2 {
	margin-bottom:12px;
	margin-top:12px;
}
p {
	margin-bottom:2px;
	margin-top:2px;
}

.alpha-link {
	color: #1F202E;
	font-size: 15px;
	margin-right:9px;
	margin-left:2px;
	text-decoration: none;
	font-weight:bold
}
.alpha-link:hover {
	color: #2a80be;
}
#alphaB {
	height:20px;
	padding:3px;
}
