/* Start of CMSMS style sheet 'OPSv2-css' */
/* STYLES CSS - MENU*/

.normal {
	font-size: 12px;
}
.normal-gris-fonce {
	font-size: 12px;
	color: #696969;
}
.normal-rouge {
	font-size: 12px;
	color: #b41d1d;
}
.normal-bleu {
	font-size: 12px;
	color: #495381;
}
.petit-noir {
	font-size: 10px;
	line-height: 14px;
	color: #000;
}
.tres-petit-noir {
	font-size: 9px;
	line-height: 12px;
	color: #000;
}
.grand-titre-noir {
	font-size: 26px;
	color: #000;
        line-height: 100%;
}
.titre1-gras-gris {
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
}
.titre1-gras-marron {
	font-size: 16px;
	font-weight: bold;
	color: #989591;
}
.titre1-gras-blanc {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.titre2-gras-gris {
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
}
.titre1-gras-noir {
	font-size: 16px;
	font-weight: bold;
        line-height: 140%;
	color: #000;
}
.titre2-gras-noir {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.titre1-gras-rouge {
	font-size: 16px;
	font-weight: bold;
	color: #b41d1d;
}

.titre1-gras-bleu {
	font-size: 16px;
	font-weight: bold;
	color: #495381;
}

.titre2-gras-rouge {
	font-size: 14px;
	font-weight: bold;
	color: #b41d1d;
}

.titre2-gras-bleu {
	font-size: 14px;
	font-weight: bold;
	color: #495381;
}


/* AUTRES STYLES CSS - NON MENU */

@charset "utf-8";

body, td, th {
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-left: 0px;
	background-color: #fff;
	background-image: url(OPSv2/fond-contenu.gif);
	background-repeat: repeat-y;
	background-position: 418px;
}

body.accueil {
	background-color: #ffffff;
	background-image: url(OPSv2/fond-contenu-accueil.gif);
}

img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #cc3333;
}

a.recherche {
	text-decoration: none;
	color: #b41d1d;
}


#colonne a {
	color: #495381;
}
#colonne a:hover {
	color: #95918d;
}
#colonne .tres-petit-noir a {
	color: #000;
}
#colonne .tres-petit-noir a:hover {
	color: #666;
}

#contenu.accueil {
	color: #000000;
}
#contenu.accueil a {
	color: #495381;
}
#contenu a:hover {
	color: #95918d;
}

#framecontent {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 418px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background-color: #4c5069;
	background-image: url(OPSv2/colonnes_gauche03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#framecontent2 {
        float: left;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
	color: #000;
	background-color: #e8e3dd;
}
#framecontent3 {
        float: left;
	width: 250px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
	color: #000;
	background-color: #fff;
        padding-top: 60px;
        padding-left: 40px;
}
.largeur250 {
     width: 250px;
     padding-top: -5px;
     padding-left: 40px;
}
#framecontent2-accueil {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 418px;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
        color: #000;
	background-color: #242326;
}
#framecontent2.accueil {
	background-color: #242326;
	color: #999;
        position: fixed;
        left: 418px;
}

#contenu {
	width: 350px;
	text-align: left;
	margin: 0px;
	margin-left: 200px;
	padding: 15px;
	color: #000;
	margin-top: 45px;
        font-size: 12px;
}

#colonne {
	margin-right: 15px;
	margin-left: 15px;
	height: 100%;
	font-size: 11px;
}

#colonne h1 {
	font-size: 16px;
	line-height: 32px;
	color: #b9aea9;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#colonne img {
	margin-left: -20px;
}

#maincontent {
	position: fixed;
	top: 0;
	left: 418px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 418px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#menu {
	float: right;
	margin-top: 60px;
	width: 175px;
	padding-right: 15px;
	padding-left: 15px;
}

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;	
}
#menu li {
	list-style-type: none;
}
#menu li span {
	color: #19181b;	
	font-size: 13px;
}
#menu li ul li {
	list-style-type: none;
	color: #b0adc0;
	



}
#menu li ul li span {
	color: #b0adc0;
	padding-left: 0px;
}

#menu li.separator {
	margin-top: -5px;
}

#menu li.currentpage {
	font-weight: bold;	
} 
#menu li a:hover span {
	color: #19181b;
} 
#menu li ul li a:hover span {
	color: #dbd9e7;
} 
	
#searchForm {
	height: 22px;
	width: 165px;
	background-image: url(OPSv2/recherche-fond.png);
	background-repeat: no-repeat;
        margin-left:14px;
}
#searchInput {
	font-size: 12px;
	height: 20px;
	width: 120px;
	float: left;
	padding: 5px;
	margin-left: 2px;
}
#searchInput input {
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
#inputText {
	background-color: #faf3f4;
	text-align: center;
	color: #999999;
}

#bottom-sticker {
        /* display: none; */
	position: absolute;
	bottom: 0;
        left: 30px;
}
/* End of 'OPSv2-css' */

