/* 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. */

body { 
	background: #4b4d4d url(../images/cgt_fond.jpg);
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
}

img {
	border : 0; 
	padding: 0px; 
	margin: 0px;
}

a {
 	text-decoration: none;
 	margin:0px;
 	padding:0px;
 	color:#048;
}

#header {
	background: #fff;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	border: 6px solid #fff;
	z-index: 0;
}

#topbar { 
	background: #990000;
	height: 15px;
	top: 0px;
	padding-right: 6px;
	font-size:1em;
	color: #ffffff;
	text-align: right;
	line-height: 14px;
}

#spacebar {
	background: #000; 
	height: 9px; 
	top: 0px; 
	padding-right: 6px; 
	font-size: xx-small; 
	color: White; 
	text-align: right; 
	line-height: 8px;  
}

#baseline { 
  	clear: both; 
  	margin: 0; 
  	height: 100px; 
  	background-repeat: no-repeat;
}



/*--  Gestion du menu texte gauche	--*/
#left { 
	left: 50px;  
	width: 163px; 
	font-size: 12px; 
	text-align: right; 
}

#left ul {
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0;  
}
#left ul li {
	display: inline; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
#left :link, #left :visited { 
	display: block; 
	list-style: none; 
	color: #fff;  
  	margin: 2px 2px;
  	padding:0px 5px;
  	border:1px solid #990000;
  	text-decoration: none; 
}
#left :link:hover, #left :visited:hover { 
	border:1px dashed rgb(0, 0, 0);
	background: rgb(209, 27, 27);
	color: #fff;
}

#sousmenu {
	font-size: 10px; 
	text-align: right;
}
#sousmenu :link, #sousmenu :visited {
	display: block; 
	list-style: none; 
	color: #fff; 
  	margin: 2px 2px;
  	padding:0px 5px;
  	text-decoration: none;  
}
#sousmenu :link:hover, #sousmenu :visited:hover {
	border:1px dashed rgb(0, 0, 0);
	background: rgb(255, 230, 230);
	color: #990000;
}  

#entete {
	background-image: url(../images/background/fond_titre.jpg); 
	height:28px;
	background-repeat: repeat-x; 
	text-align: left;
}

#entete ul{
	display: inline; 
	list-style-type: none; 
	margin: 0;  
	padding: 0;
}

#entete p{
	display: inline; 
	list-style-type: none;
	text-decoration: none; 
	margin: 0;
	padding: 12px; 
	font-size: 14px; 
	color: White; 
	font-weight: bold;
	line-height: 26px;
}


/*--  Gestion de l'image texte page connect	 --*/
#boxilluconnect {
	background: url(../images/cgt_goodyear_login.png) no-repeat; 
	clear: both; 
	width: 631px; 
	height: 397px; 
	margin: auto;
	padding-bottom: 0px;  
	padding-top: 0px;  
	margin-top: 0px;
}

#boxtexteconnect {
	color: #4682B4;  
	margin-left: 200px;  
	padding-top: 35px;
}

#boxtexteconnect ul {
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#boxtexteconnect ul li {
	display: inline; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-weight: bold;
}

#boxtexteconnect form {
	color: #4682B4; 
	margin: 0;
	padding: 0; 
	padding-left: 30px; 
	font-size: 12px;
}


/*--  Gestion de la boite menu et calendrier	
---------------------------------------------------------*/

#sidebar {
	width:164px;
}

#boxcalendrier {
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom:2px;
	width: 162px;
	height: 161px;
	text-align:center;
	margin-bottom:5px;
	border:1px solid #048;
}

#boxcalendrier table {
	text-align:center;
	border-collapse:collapse;
	font-size:10px;
	background:#fff
}

#boxcalendrier th {
	color:#048;
}

#boxcalendrier td {
	border:1px solid #eee;
	height:17px;
	width:17px;
}

#boxcalendrier td a {
	text-decoration:none;
	display:block;
	padding:2px 0px;
	background:#ccc;
	font-weight:bold;
	color:#048;
}

#boxvideo {
	padding-left: 1px; 
	padding-top: 1px; 
	width: 164px; 
	height: 161px; 
	color: Gray; 
	text-align: center;
}

#boxtexte {
	background: #900; 
	width: 165px; 
	background-repeat: repeat; 
	padding-top: 10px; 
	padding-bottom: 10px;
}


/*--  Gestion partie centrale
----------------------------------------------------*/

#mainbar {
	background: #000; 
	width: 100%; 
	top: 0px; 
	padding-right: 5px; 
	padding-left: 15px; 
	padding-bottom: 5px; 
	padding-top: 5px;
}

#boxboite {
	background: #c3c3c3; 
	width: 200px; 
	height: 130px; 
	right: -200px; 
	z-index : 3;
}

#bloccadre {
	background-color: White; 
	text-align: left;
	margin-bottom:15px;
	margin-left: 20px;
}

#bloccadre span {
	background-color: White; 
	text-align: left;
}

#bloccadre ul li{
	list-style-type: none;
}

.dateactu {
	font-family: Verdana;
	font-size:1em;
	margin-bottom:5px;
	margin-left:5px;
	padding-left:8px;
	color:#777;
	background:url(../images/icons/arrow_right.png) left no-repeat;
}

.actutitre{
	font-family: Verdana;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.actudate {
	margin: 0px; 
	padding: 0;
	padding-left: 20px;
	color: #D2691E;
	text-align: left;
	font-size: 11px;
	border: 0;
	font-weight: normal;
}

.actusstitre a {
	color: #D2691E;
	text-align: left;
	font-style: italic;
	font-size: 11px;
	border: 0;
	font-weight: normal;
}

.actuchapo {
	margin: 5px 10px 0px 0px; 
	font-family: Verdana;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0pt;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: normal;
	text-align:justify;
}

.actutitre a {
	color:#880000;
}

.actutitre a:hover {
	color: #CCCCCC;
}

.actuchapo a {
	color:#333333;
}

.actuchapo a:hover {
	color: #717171;
}

.actucat {
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	color:#900;
	margin-top:8px;
	margin-bottom:3px;
	padding-left:12px;
	background:url(../images/icons/imggrid.png) left no-repeat;
	
}

.liens {
	font-family: Verdana;
	color: #4e6886;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0pt;
	line-height: 1.2em;
	font-size: 1em;
}

.actutxt {
	margin: 5px 10px 0px 0px;
	padding: 0;
	color: #004F77;
	text-align: left;
	font-style: normal;
	font-size: 1.2em;
	border: 0;
	font-weight: normal;
}

.actutxt a {
	color: #004F77;
	text-align: left;
	font-style: normal;
	font-size: 1.2em;
	border: 0;
	font-weight: normal;
}

#lnkSuite {
	margin-top:5px;
}

#lnkSuite a {
	color:#800;
	text-decoration:none;
	font-size:1.2em
}

#lnkSuite a:hover {
	color:#636363;
}

#lnkFoot {
	margin-top:10px;
	color:#666;
	font-size:1.1em;
}

#lnkFoot a {
	color:#600;
	text-decoration:none;
	font-size:1.1em
}

#lnkFoot a:hover {
	color:#636363;
	text-decoration:underline;
}

#lnkComment a {
	background:url(../images/icons/commentaire.png) no-repeat;
	padding-left:20px;
}

#offre {
	width: 309px; 
	height: 160px; 
	padding-top: 0px; 
	background-color: #fff; 
	text-align: left; 
	z-index: 0; 
	max-height: 160px;
}

.offretete {
	list-style-type: none; 
	text-decoration: none; 
	margin: 0; 
	padding-top: 5px; 
	padding-left: 12px; 
	font-size: 16px; 
	color: #fff; 
	font-weight: bold;
}

.offretitre{
	margin: 0; 
	padding: 0;
	padding-top: 0px;
	color: #404040;
	text-align: left;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

.offresstitre{
	margin: 0; 
	padding: 0;
	color: #D2691E;
	text-align: left;
	font-style: italic;
	font-size: 11px;
	border: 0;
	font-weight: normal;
}

.offretxt{
	margin: 0; 
	padding: 0;
	color: #004F77;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	border: 0;
	font-weight: normal;
}

#offreimg{
	position: relative;
	z-index: 2;
	top: 10px;
	left: 50px;
}

.phototheque {
	width: 46px; 
	height:46px; 
	padding: 6px; 
	background-color: White;  
	margin-left: 3px; 
	margin-right: 3px;
}

/*--  Publicite sur la droite --*/

#right {
	position:absolute; 
	margin: 0; 
	padding: 0; 
	width: 133px; 
	height: 500px; 
	top: 12px; 
	left: 12px; 
}

#footer {
	margin-left: 150px; 
	width: 800px; 
	text-align: center;
}

#footer a {
	font-size: 12px; 
	text-decoration: none; 
	color: Gray;
}

#footer p {
	font-size: 12px; 
	text-decoration: none; 
	color: Gray;
}

hr.thin {
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #ddd;
	width:99%;
}


/* Forms
-------------------------------------------------------- */
#comment-form { padding-top: 10px; padding-left:20px}

#comment-form h3 {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}

#comment-form div p { padding: 5px 0; /*margin: 0 0 0 30%;*/ }
#comment-form div p.field { padding: 5px 0; width: auto; margin: 0; clear: left; }

#comment-form p label { width: auto; }
#comment-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	width: 17%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	font: 1em Arial,sans-serif;
	color: #005D99;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;	
	width: 60%;
}

#comment-form input.preview { margin-left: 134px; }
#comment-form input.preview, #comment-form input.submit {
	width: auto;
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
	cursor:pointer;
}
#comment-form input.preview:hover, #comment-form input.submit:hover { background: #005D99; color: #FFF; border: 1px solid #005D99; }



/* Commentaires
-------------------------------------------------------- */
#comments { padding-top: 10px; padding-left:20px}

#comments h3, #comments-feed {
	clear: left;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}


.comment {
	border:1px dashed #ccc;
	padding:5px;
	margin-top:10px;
	background: #F9F9F9;
}

.comment-auteur {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;	
}

.comment-content {
	color:#048;
	font-size:1em;
	margin-bottom:5px;
}

.comment-dt {
	font-size:1em;
	color:#666;
}


#comments fieldset {
	margin-bottom:10px;
}

#comments-feed a:link, #comments-feed a:visited {
	font-size: 0.8em;
	text-decoration: none;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
}
#comments-feed a:hover { text-decoration: underline; }

#comments dt, #pings dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 10px 0 30px 0;
	background: transparent url(img/commentaire_bulle.png) no-repeat 50% 100%;
}
#comments dt a:link, #comments dt a:visited { color: #3C8FD1; text-decoration: none; }
#comments dt a:hover { text-decoration: underline; }
#pings dt a:link, #pings dt a:visited { color: #3C8FD1; text-decoration: none; }
#pings dt a:hover { text-decoration: underline; }

#comments dd, #pings dd, dd.comment-preview {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #F5F5F5;
	padding: 10px;
	margin: 0 0 8px 0;
	font-size: 1.1em;
	line-height: 1.4;
}
#comments dd *, #pings dd *, dd.comment-preview * { padding: 5px 0; font-size: 1em; }

#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { color: #5E9E14; }
#comments dd.me { border-left: 4px solid #5E9E14; }

.comment-number {
	color: #333;
	font-weight: bold;
	font-size: 1em;
}


.erreur {
	margin:0px;
	padding:5px;
	border:1px solid #900;
	background:#FFDCC0;
	color:#900;
	font-weight:bold;
}

.erreur ul, li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.footer {
	border-top:1px solid #efefef;
	margin-top:20px;
	color:#900;
	text-align:center;
	padding:5px;
}

.footer a {
	color:#900;
	padding:0px;
}

.footer a:hover {
	border-bottom:1px dashed #900;
}
