/* MEDIAIDEA TECHNOLOGIES - 'Mediaidea', by Benoit Baverel & Alexandre Viennot, http://mediaidea.fr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Mediaidea Technologies */
/* Added: October 1st, 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/** Elements Génériques */
body {
	background:#ffffff;
	margin:0px; 
	padding:0px;
	font-size:10px;
	font-family:Arial, sans-serif;
	margin-left:auto;
	margin-right:auto;
}

img {
	border:none;
	vertical-align:middle;
}

input, option, select {
	font-size:11px;
}

input[type=checkbox] {
	cursor:pointer;
	vertical-align:middle;
}

input[type=submit], input[type=reset], input[type=button] {
	cursor:pointer;
}

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

a {
	color: #3b5998;
	text-decoration: none;
	cursor:pointer;
}

label {
	cursor:pointer;
}

hr {
	margin:0px;
	padding:0px;
	height:1px;
	border:none;
	border-top:1px solid #cccccc;
	margin-bottom:10px;
}
/*------------------------------------------------------ */




/** Entete, Pied de Page */
div#logo {
	background:url('../images/ope_logo_1005.jpg') no-repeat;
	padding-top:2px;
	margin-bottom:10px;
	font-family:Arial, sans-serif;
}

div#logo .logo_main {
	margin-top:5px;
}

div#logo .logo_right {
	width:100px;
	/*width:300px;*/
	height:100px;
	float:right;
}

div#logo .logo_anim {
	float:left;
	width:670px;
	text-align:center;
	padding-top:2px;
}

div#logo .logo_ministere {
	background:#ffffff url(../images/obs_logo_ministere.png) no-repeat left top;
	height:100px;
}

div#logo .logo_auth {
	float:right;
	width:190px;
	height:100px;
	padding-left:10px;
	border-left:1px solid #cccccc;
}

div#logo .logo_auth_lib {
	margin-bottom:10px;
	margin-top:5px;
}

div#logo .logo_auth input[type=text], div#logo .logo_auth input[type=password] {
	width:185px; 
	font-size:10px; 
	border:1px solid #cccccc; 
	margin-top:10px;
}



div#logo .logo_clear {
	clear:right;
}

div#footer {
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-weight:bold;
	color:#737373;
}

div#footer a {
	text-decoration:none;
	color:#737373;
}

div#footer .footer_copyright {
	margin-top:20px;
}

div#footer .footer_menu {
	margin-top:2px;
}

div#footer .footer_mediaidea {
	margin-top:10px;
	font-weight:normal;
	font-size:10px;
	color:#737373;
}
/*------------------------------------------------------ */




/** Conteneur du site */
div#container {
	background:#ffffff url(../images/bg/home_bg.png) repeat-y;
	font-family:Arial, sans-serif; 
	color:#737373;
	width:1024px;
	min-height:900px;
	_height:900px;
	margin-left:auto;
	margin-right:auto;
}

div#main { 
	border:0px solid #999999;
	margin-left:9px;
	margin-right:9px;
	min-height:900px;
	_height:900px;
}
/*------------------------------------------------------ */




/** Identification */
div.auth {
	background:url(../images/auth_background.png) no-repeat;
	width:701px;
	height:440px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

div.auth div.auth_form {
	float:right;
	padding:5px;
	margin-top:120px;
	margin-right:112px;
	width:168px;
	height:110px;
}

div.auth div.auth_form div.label {
	padding-top: 3px; 
	padding-right: 0pt; 
	padding-bottom: 3px; 
	padding-left: 0pt;
	margin:0px;
}

div.auth div.auth_form input[type=text], div.auth div.auth_form input[type=password] {
	background:#000000;
	border:none;
	color:#ffffff;
	width:160px;
	height:15px;
}

div.auth div.auth_form input[type=submit] {
	float:right;
	cursor:pointer;
}
/*------------------------------------------------------ */




/** Partie Menu */
div#menu {
	height:27px;
	background:#9a9a9a;
	font-size:14px;
	font-family:Arial, sans-serif;
	letter-spacing:1px;
	margin-bottom:0px;
}

div#menu div.menuElement {
	height:27px;
	float:left;
	color:#7d6554;
}

div#menu div.subElement {
	float:left;
	color:#7d6554;
}

div#menu div.subElement a {
	display:block;
	font-size:11px;
	padding:7px 5px;
	padding-right:10px;
	text-align:center;
	color:#f9f9f9;
	font-weight:bold;
}

div#menu div.subElement a:hover {
	text-decoration:underline;
}

div#menu div.subElement a.inactive {
	color:#7d6554;
}

div#menu div.subElement a.inactive:hover {
	color:#b09887;
}

div#menu div.subElement a.active {
	text-decoration:underline;
}

div#menu div.subElement a.active:hover {
	background:#fffff;
	color:#000000;
}

div#menu div.menuElement a {
	display:block;
	_width:50px;
	padding-top:7px;
	padding-left:9px;
	padding-right:10px;
	height:20px;
	text-align:center;
	color:#f9f9f9;
	font-weight:bold;
	font-size:12px;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

div#menu div.menuElement a:hover {
	text-decoration:none;
}

div#menu div.menuElement a.inactive {
	color:#7d6554;
}

div#menu div.menuElement a.inactive:hover {
	color:#b09887;
}

div#menu option {
	
}

div#menu div.anim_flash_menu {
	margin-top:30px;
	margin-left:auto;
}


ul#obs_menu_left {
	margin:0px;
	padding-left:16px;
}

ul#obs_menu_left li {
}

ul#obs_menu_left li.menu_tiret {
	list-style-type:circle;
}
/*------------------------------------------------------ */




div.tools_article {
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc; 
	margin-bottom:10px;
	padding:5px;
}

div.tools_main {
	float:left; 
	text-align:center; 
	margin-right:15px;
}

div.tools_main a {
	display:block;
	color:#666666;
}
div.tools_main a:hover {
	color:#004488;
}

div.tools_social_main {
	padding-top:15px;
}

div.tools_social_lib {
	float:left; 
	margin-right:20px;
	font-size:11px;
}

div.tools_social {
	float:left; 
	text-align:center; 
	margin-right:10px;
}


div.central {
	background:#000000;
	width:660px;
	margin-right:230px;
	border:0px solid #161616;
	min-height:600px;
	_height:600px;
}




/** Formulaire Email Article **/

table.article-mail-form label {
	font-size:11px;
	font-weight:bold;
}
table.article-mail-form input[type=text], table.article-mail-form textarea {
	border:1px solid #cccccc;
	font-size:11px;
	padding:2px;
}
/*------------------------------------------------------ */



/** Formulaire commentaire Article **/

table.article-comment-form label {
	font-size:11px;
	font-weight:bold;
}
table.article-comment-form input[type=text], table.article-comment-form textarea {
	border:1px solid #cccccc;
	font-size:11px;
	padding:2px;
}
/*------------------------------------------------------ */




/** Bloc d'actu **/
div.block_actu {
	display:block;
	background:url(../images/homestock_barre_actu.png) no-repeat center;
	width:800px;
	height:30px;
}

div.block_actu div.rollBox {
	position:relative; 
	overflow: hidden; 
	height:24px;
	top:2px; 
	font-size:11px; 
	font-weight:bold;
	left:180px;	
}

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

div.rollBox a {
	color:#fff001;
}

div.rollBox a:hover {
	color:#ffffff;
}
/*------------------------------------------------------ */




/** Common **/

div.splitter {
	background:url(../images/obs_splitter.png) no-repeat center;
	height:5px;
}

div.msg {
	font-size:11px;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:10px;
}

div.lnk_page {
	background:#ffffff;
	margin-top:20px;
	border:1px solid #cccccc;
	text-align:center;
	padding:5px;
}

div.no_result{
	margin-left:10px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	background:url(../images/icones/warningS.png) no-repeat;
	padding-left:20px;
}

span.required {
	font-size:12px; 
	padding-left:5px;
	color:#ee0000;
	font-weight:bold;
}

div.error_message {
	color:#990000;
	margin-bottom:10px;
}
div.error_message div.error_title {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}

div.error_message li {
	margin-left:10px;
}
/*------------------------------------------------------ */




/* DEBUG */
#debug {
	position: absolute;
	top: 0;
	width: 100%;
	height: 4px;
	background: #d99;
	z-index:12000;
}
#debug div {
	display: none;
	padding: 3px 0.5em 2px;
}
#debug p {
	margin : 0.5em 0;
}
#debug:hover {
	height: auto;
}
#debug:hover div {
	display: block;
}
/*------------------------------------------------------ */

