/* PLUME CMS Style Sheets for 1.2 version */

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #BBB;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

div
{
	margin: 0px;
	padding: 0px;
}



/* Layout / Page */
#page {
	background-color: #000; 
}

#footer {
	height: 150px;
	background: url('img/bg-footer.gif') repeat-x top;
}
#content {
	border: 1px solid #626262;
	background-color: #272727;
	height:300px;
	padding: 5px;
}



/* Style */
.multilangue a {
	text-decoration: none;
	margin-left: 10px;
	color: #BBB;
}
.multilangue a:hover {
	color: #fff;
}
.multilangue a.selected {
	font-weight: bold;
	color:#fff;
}
a.menu div {
	width: 240px;
	text-align:left;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 2px;
	background: url('img/menu-down.png') no-repeat;
	cursor:pointer;
}
a.menu_selected div {
	width: 240px;
	text-align:left;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 2px;
	background: url('img/menu-up.png') no-repeat;
	cursor:pointer;
}
a.menu:hover div {
	background: url('img/menu-up.png') no-repeat;
}
a.menu {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-variant:small-caps;
	text-align:left;
	cursor:pointer;	
}
a.menu_selected {
	color: #fff267;
	text-decoration: none;
	font-size: 12px;
	font-variant:small-caps;
	text-align:left;
	cursor:pointer;	
}
a.menu:hover {
	color: #fff267;
}

a.services {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
}
a.services:hover {
	text-decoration: underline;
}

.copyright {
	padding-top: 110px;
	text-align: right;
	font-size: 10px;
	color: #999;
}

td.title, div.title {
	font-size:14px;
	color: #fff267;
	text-align:left;
	padding: 2px 0 2px 20px;
	background: url('img/arrows.gif') no-repeat left;
}
td.title a, div.title a { color: #fff267; text-decoration: none; }
td.title a:hover, div.title a:hover { text-decoration: underline; }
div.home{
	height: 135px;
	background: url('img/home-its-2.jpg') no-repeat top left;
}

div.home .title{
	font-size: 16px;
}
/* Resources */
div.resource {
	padding-top: 10px;
	padding-bottom: 10px;
}
span.res_title, span.res_title a {
	color: #FFF;
	font-weight:bold;
	font-size: 13px;
	text-decoration:none;
}
span.res_title a.show, span.res_title a.hidden:hover, span.res_title a:hover {
	padding-right: 12px;
	background: url('img/arrow_bottom.gif') no-repeat 100% 5px;
}
span.res_title a.hidden, span.res_title a {
	padding-right: 12px;
	background: url('img/arrow_right.gif') no-repeat 100% 5px;
}
span.res_description {
	/*text-align:justify;*/
}

.res_description a {
    text-decoration: none;
    color: #EEE; 
}
.res_description strong {
	color: #EFEFEF;
}
.res_description a:hover {
    text-decoration: underline;
}

input.newsletter {
	width: 200px;
	border: 1px solid #535353;
	background-color: #404040;
	color: #9c9c9c;
	padding-left: 5px;
}