/* 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, 2009 */


/* 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: #666666;
	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;
}
p {
	padding:0px;
	margin:0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top : 0;
	margin-bottom: 0.6em;
}

h1 {
	font-size: 1.2em;
	color : #069;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}

h2 {
	font-family : Arial,Helvetica,sans-serif;
	color : #069;
	font-size : 1.4em;
}

h3 {
	color : #333;
	font-size : 1.2em;
}
/*------------------------------------------------------ */




/** Entete */
div#logo {
	background:url('../images/logo/logo_1024.png') no-repeat ;
	height:116px;
	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;
}
/*------------------------------------------------------ */




/** Pied de Page */
div#footer {
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

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

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




/** Conteneur du site */
div#site {
	position:absolute; 
	z-index:1000; 
	width:100%
}

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

div#main { 
	border:0px solid #999999;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	_height:600px;
}
/*------------------------------------------------------ */




/** Flash */
div#flash-bg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
div#flash-bandeau {
	margin-top:10px;
	margin-bottom:10px;
}
/*------------------------------------------------------ */




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

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

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




/** Partie affichage des pages. */
#cms-block-container {
	margin-top:45px;
}

#cms-block-1 {
	float:left; 
	width:180px; 
	padding:0px 5px 0px 0px;
	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:disc;
}
#cms-block-1 li.menu_bullet {
	list-style-type:disc;
}


#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-4 {
	float:left; 
	width:800px;
	min-height:600px;
	_height:600px;
}

#cms-block-4 div.cms-mailing-content {
	margin-left:auto; 
	margin-right:auto;
}

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




/** Partie outils pour les articles */
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:#333333;
}
div.tools_main a:hover {
	color:#666666;
}

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

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

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




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




/** Actualités **/
div#cms-news-head {
	font-size:22px; 
	font-family:verdana; 
	color:#333333; 
	margin-left:10px; 
	margin-bottom:10px;
}

div.cms-news-block {
	padding:9px;
}
div.cms-news-date {
	font-size:11px; 
	color:#ffffff;
}
div.cms-news-title {
	font-size:14px; 
	font-weight:bold; 
}
div.cms-news-excerpt {
	margin-top:5px; 
	font-size:11px; 
	color:#ffffff;
}
div.cms-news-lnk {
	margin-top:5px; 
	font-size:11px; 
	color:#ffffff; 
	text-align:right;
}
div.cms-news-lnk a { 
	color:#ffffff;
}
div.cms-news-splitter {
	border-top:1px solid #c7b29a; 
	margin-bottom:8px; 
	margin-top:8px;
}
/*------------------------------------------------------ */



/** Breadcrumb **/
div.cms-breadcrumb {
	color:#333333;
}
div.cms-breadcrumb a {
	color:#333333;
}
/*------------------------------------------------------ */




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




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