
/** BASIC */

html, body { height: 100%; }

/** HEADER */

#header {
	width: 759px;
	height: 137px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	width: 400px;
	height: 137px;
	margin: 0px;
	padding: 0px;
	/**background: url(../images/homepage02.jpg) no-repeat left top;
	text-indent: -999em;**/
}

#header h2 {
	float: right;
	padding: 75px 20px 0px 0px;
}

/** MENU */

#menu {
	width: 759px;
	height: 45px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li { float: left; }

#menu a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(../images/homepage03.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a { background: url(../images/homepage04.jpg) no-repeat left top; }

/** Flag & acceuil **/

#up {
	width: 759px;
	height: 17px;
	margin: 0px auto;
	text-align : right;
}

#up a {
	color:#ffffff; 
	text-decoration:none;
}

#up a:hover {
	color:#10A1CF;
}

#up img {
	border: none;
}

#accueilIcone {
	float: left;
	text-align : left;
}

#accueilIcone a {
	background-position:left center; 
	background-repeat:no-repeat; 
	padding-left:15px; 
	margin:0px 2px 0px 2px;
	background-image:url('../images/p_home.gif');
}

#accueilIcone a:hover {
	background-image:url('../images/p_home_hover.gif');
}

#flag {
	float: right;
	text-align : right;
}

#flag a {

	background-position:left center; 
	background-repeat:no-repeat; 
	padding-left:20px; 
	margin:0px 2px 0px 2px;
}

#flag a.langue-fr {
	background-image:url('../images/drapeau-FR.png');
}
#flag a.langue-en {
	background-image:url('../images/drapeau-EN.png');
}

/** BANNER */

#banner {
	width: 759px;
	height: 180px;
	margin: 0px auto;
	background: url(../images/homepage05.jpg) no-repeat left bottom;
}

/** PAGE */

#page {
	width: 759px;
	margin: 0px auto;
	padding: 30px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 525px;
	margin:0px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 200px;
}

/** LOGIN */

#login {
}

#login .bgbtm {
	margin: 0px -18px;
	background: url(../images/homepage07.gif) no-repeat left bottom;
}

#login-submit {
	float: right;
}

#login a {
	float: left;
}

/** SEARCH */

#search {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(../images/homepage08.gif) no-repeat left top;
}

#search .bgbtm {
	margin: 0px -18px;
	background: url(../images/homepage09.gif) no-repeat left bottom;
}

#search-submit {
	float: right;
	margin-top: 5px;
}

#search a {
	float: left;
	padding-top: 6px;
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
}

.previznet {
	font-weight: bold;
	color:#FE7200;
}

.playviz {
	font-weight: bold;
	color:#00A7DF;
}

.playviz ul, li {
	list-style: none;
	line-height: normal;
}

.fiche {
	/*width:250px;*/
	padding:2px;
	margin-bottom:5px;
	border-color:#E7E7E7;
	border:1px solid;
}

.fichePreviz {
	/*width:250px;*/
	padding:2px;
	margin:20px 0px 5px 0px;
	border-color:#FE7200;
	border:1px solid;
}

#containerImg img  {
	border:1px solid;
}

#containerImg {
	margin:0px;
	padding:10px;
	border-color:#E9E9E9;
	height:250px;
	width:759px;
	border:1px solid;
}
#news ul, #news li {
	padding:0px;
	margin-left:12px;
	list-style: square;
	line-height: normal;
}

#slogan ul, #slogan li {
	padding:0px;
	margin-left:12px;
	list-style: square;
	line-height: normal;
}

#content h2 ul, h2 li {
	margin-left:10px;
	list-style: square;
	line-height: normal;
}

