/* 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:#faf6f1;
	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 {
	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/logo/logo_1024.png') no-repeat ;
	height:77px;
	font-family:Arial, sans-serif;
}

div#logo .logo_main {
}

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:#ffffff;
}

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

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:#ffffff;
}
/*------------------------------------------------------ */




/** Conteneur du site */
div#container {
	font-family:Arial, sans-serif;
	color:#737373;
	width:1024px;
	min-height:900px;
	_height:900px;
	margin-left:auto;
	margin-right:auto;
}

div#main {
	background:url('../images/bg/main_bg_1024.png');
	border:0px solid #999999;
	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:#362f2d;
	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;
}

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:6px;
	padding-left:8px;
	padding-right:7px;
	height:20px;
	text-align:center;
	color:#f9f9f9;
	font-size:12px;
	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 div.menuElement div.menuColor {
	display:block;
	margin-top:2px;
	padding:2px;
}

div#menu option {

}

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


#menu_left ul {
	margin:0px;
	padding-left:10px;
}

#menu_left li {
	margin:0px;
	padding:0px;
}

#menu_left li.menu_tiret {
	list-style-type:none;
}
#menu_left li.menu_bullet {
	list-style-type:none;
}
/*------------------------------------------------------ */




/** Partie Flash */

.flash {
	margin-top:10px;
	margin-bottom:10px;
}

/*------------------------------------------------------ */



/** Partie affichage des pages. */

#cms-block-container {
	margin-top:20px;
}

#cms-block-1 {
	float:left;
	width:180px;
	padding:0px 5px;
	margin-right:20px;
	min-height:600px;
	_height:600px;
}
#cms-block-1 ul {
	margin:0px;
	padding-left:15px;
}
#cms-block-1 li {
	margin:0px;
	padding:0px;
}
#cms-block-1 li.menu_tiret {
	list-style-type:none;
}
#cms-block-1 li.menu_bullet {
	list-style-type:none;
}


#cms-block-2 {
	float:left;
	width:520px;
	margin-right:20px;
	min-height:600px;
	_height:600px;
}

#cms-block-3 {
	float:left;
	width:264px;
	padding:0px 5px;
	min-height:600px;
	_height:600px;
}

#cms-block-clear {
	clear:left;
}
/*------------------------------------------------------ */


/** Partie */
div.tools_article {
	border-top:1px solid #c7b29a;
	border-bottom:1px solid #c7b29a;
	margin-bottom:10px;
	padding:5px;
}

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

div.tools_main a {
	display:block;
	color:#ffffff;
}
div.tools_main a:hover {
	color:#362f2d;
}

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

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

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/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/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;
}
/*------------------------------------------------------ */


/** Breadcrumb **/
div.cms-breadcrumb {color:#ffffff; margin-left:12px; margin-bottom:15px; font-size:11px}
div.cms-breadcrumb a {color:#ffffff; text-decoration:underline}
div.cms-breadcrumb a.last {color:#ffffff; text-decoration:none; font-weight:bold}
/*------------------------------------------------------ */

/* 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;
}
/*------------------------------------------------------ */
