/*
* Project:     20minutes.fr's webdesign
* Sub-project: layout/structure file
* File:        structure.css
*
* Description: this file describe the web page's structure/layout
*
* @author:     Gregory Giglietta <ggiglietta@20minutes.fr>
* @version:    0.1
* @since:      0.1
* @copyright:  (c) 2007/10/25 20minutes.fr
*/
/*
* Table of content *
*/
#global {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	background-color:#FFFFFF;
	/*border: 1px dotted red;*/
}
/* zone header */
#header {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border: 1px solid black;*/
}
#headernoel {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background:white url(/img/noel/floc.jpg) no-repeat;
	border: 1px solid black;*/
}
#entete {
	width: 1000px;
	height: 157px;
	margin-bottom: 10px;
	/*border: 1px dotted blue;*/
}
#toptete {
	height: 120px;
	/*border: 1px dotted yellow;*/
}
#teteleft {
	width: 625px;
	float: left;
	/*border: 1px solid pink;*/
}
#tetemiddle {
	width: 218px;
	height: 105px;
	float: left;
	/*border: 1px dotted pink;*/
	background: white url(http://cache.20minutes.fr/img/design/header_bar_vertical.gif) no-repeat;
	padding-left:12px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:0px;
}
#tetemiddleConnected {
	width: 218px;
	height: 105px;
	float: left;
	/*border: 1px dotted pink;*/
	background: white url(http://cache.20minutes.fr/img/design/header_bar_vertical.gif) no-repeat;
	padding-left:12px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:0px;
}
#teteright {
	width: 123px;
	height: 105px;
	float: left;
	/*border: 1px dotted pink;*/
	background: white url(http://cache.20minutes.fr/img/design/header_bar_vertical.gif) no-repeat;
	padding-left:12px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:0px;
}
/* zone menu */
#menuConteneur {
	width: 100%;
	height: 27px;
	margin-top: 8px;
	/*border: 1px dotted green;*/
}
/* zone pub */
#headerpub {
 	text-align: center;
	background-color: #F8F8F8;
}
/* zone redactionnelle */
#colone {
	float: left;
	width: 469px;
	margin-right: 8px;
	margin-left: 1px;
	overflow:hidden;
	margin-bottom: 10px;
	/*border: 1px dotted red;
	background:#FF6600;*/
}
#coloneLecteurs {
	float: left;
	width: 469px;
	margin-right: 10px;
	overflow:hidden;
	margin-bottom: 10px;
	/*border: 1px dotted red;
	background:#FF6600;*/
}
#coltwo {
	float: left;
	width: 304px;
	margin-right: 7px;
	overflow:hidden;
	margin-bottom: 10px;
	/*border: 1px dotted green;
	background:#FF6600;*/
}
#coltworub {
	float: left;
	width: 304px;
	/*margin-right: 8px;*/
	overflow:hidden;
	margin-bottom: 10px;
	/*border: 1px dotted green;
	background:#FF6600;*/
}
#colthree {
	float: left;
	width: 209px;
	overflow:hidden;
	background:#8F0068;
	color:#FFFFFF;
	margin-bottom: 10px;
	/*border: 1px dotted yellow;*/
}
#colwrapper {
	float: left;
	width: 783px;
	margin-right: 8px;
	overflow:hidden;
	margin-bottom: 10px;
}
#colthreeWrapper {
	float: left;
	width: 209px;
	overflow:hidden;
	background:#F8F8F8;
	color:#000;
	margin-bottom: 10px;
	/*border: 1px dotted yellow;*/
}
/* zone de publicité sous les 3 colonnes */
#footerpub {
 	text-align: center;
	background-color: #F8F8F8;
	margin-bottom: 15px;
	clear:both;
}
/* zone programme tv */
#programmeTV {
	width: 996px;
	/*height: 365px;*/
	margin-bottom: 15px;
	border: 2px solid #dcdcdc;
	clear:both;
}
div#programmeTV a.action:link, a.action:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
/* zone pied de page */
#footer {
	width: 1000px;
	background-color:#f0f0f0;
	margin:0px 0px 15px 0px;
	clear:both;
}
