﻿@import url("css/menu.css");
@import url("css/sidemenu.css");
@import url("css/homepage temp.css");

html, body {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

body {

}

#Body{
	margin:0;
	background-color:#006666;
	background-image:url(images/ombre_fond.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

:link img,:visited img, :active img {
	border-color:#CCCCCC;
}

:hover img {
	border-color:#006666;
}

#global {
	width:990px;
	background-color:#FFFFFF;
	margin:0 auto;
}

#header {
	position:relative;
	background-color:#006666;
	height:80px;
	width:100%;
	background:#066 url(images/header_bg.gif) repeat-x;
}

#logo {
	position:absolute;
	top:10px;
	left:10px;
	width:122px;
	height:50px;
}

#header h1 {
	position:absolute;
	text-indent:-5000px;
}

#header #cts_intranet {
	position:absolute;
	right:10px;
	top:3px;
	font-size:11px;
	color:#fff
}

#header #cts_intranet p {
	margin:0;
}

#header #transverse {
	color:#fff;
	font-size:12px;
	position:absolute;
	right:10px;
	top:40px;
}

#header a:link, #header a:active, #header a:visited {
	color:#fff;
	text-decoration:underline;
}

#header a:hover {
	text-decoration:none;
}

.menu_bg {
	background:url(images/menu_bg.png) top left;
}

.search_style {
	float:right;
	height:40px;
}

.search_bg {
	padding:8px 2px 0 0;
}

#bandeauPhoto {
	height:250px;
	background-repeat:no-repeat;
	position:relative;
	cursor:pointer;
}

#bandeauPhoto #link1 {
	position:absolute;
	width:100px;
	height:22px;
	width:140px;
	top:161px;
	right:20px;
}

#bandeauPhoto #link2 {
	position:absolute;
	width:100px;
	height:22px;
	width:194px;
	top:193px;
	right:20px;
}

#breadcrumb {
	padding:0 10px 10px 0;
	font-size:0.7em;
}

#breadcrumb-page {
	padding:0 10px 10px 230px;
	font-size:0.7em;
}

a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited,
a.breadcrumb-page:link, a.breadcrumb-page:active, a.breadcrumb-page:visited {
	color:#F53F48;
	text-decoration:underline;
}

a.breadcrumb:hover,
a.breadcrumb-page:hover {
	text-decoration:none;
}

/** ACCUEIL **/

#content {
	padding:10px;
	overflow:auto;
}

/* IE hack */
* html #content {
	height: 1%;
}

#topleftpane_hp {
	width:480px;
	float:left;
}

#toprightpane_hp {
	width:480px;
	float:right;
}

#contentpane_hp {

}

/************/

.left_bg {
	background-image:url(images/left_bg.gif);
	background-repeat:no-repeat;
}

#left {
	width:220px;
	float:left;
}

#leftpane_page {

}

#contentpane_page {
	float:right;
	width:740px;
}

#footer {
	clear:both;
	height:30px;
	padding-top:10px;
	background-image:url(images/ombre_footer.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#fff;
	font-size:11px;
}

#footer p {
	margin:0;
}

#footer a.footer:link, #footer a.footer:active, #footer a.footer:visited {
	color:#fff;
	text-decoration:underline;
}

#footer a.footer:hover {
	text-decoration:none;
}

.clear_float {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

.DNNEmptyPane {
	width:0;
	padding:0;
	margin:0;
}

/* ===============================================
    CSS STYLES FOR Announcement module
   ===============================================
*/

p.titreActu {
	font-size:0.8em;
	padding-top:10px;
}

/* ===============================================
    CSS STYLES FOR Search Results module
   ===============================================
*/

.searchResultsPubDate {
	font-size:0.7em;
}






