/* @group GLOBAL */

#content_header {
	color: #3c3333;
	padding-bottom: 10px;
}

/* Page d'accueil : content_header */

#content_header h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}

#content_header h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	line-height: 24px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#content_header h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
}

.couleur {
	color: #008bd0;
}

.content_contact,
.content_block {
	width: 420px;
	position: relative;
	float: left;
	padding: 0 0 6px;
}

/* @end */
/* @group FIL D'ARIANE ET NAVIGATION AGENDA */

#maincontent #filariane ul li {
	position: relative;
	float: left;
	padding: 0 0 0 15px;
	background: url(../_images/fleche-grise-fond-blanc.png) no-repeat 4px center;
}

#maincontent #filariane ul li.accueil {
	padding-left: 0;
	background-image: none;
}
#maincontent #filariane ul li,
#maincontent #filariane ul li a,
#maincontent #filariane ul li a:hover,
#maincontent .navigationagenda,
#maincontent .navigationagenda a,
#maincontent .navigationagenda a:hover {
	font-size: 10px;
	color: #717778;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	text-transform: lowercase;
}

#maincontent .navigationagenda {
	width: 180px;
	height: 16px;
	position: relative;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #3c3333;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#maincontent .navigationagenda,
#maincontent .navigationagenda a,
#maincontent .navigationagenda a:hover {
	text-decoration: none;
}

#maincontent .left,
#maincontent .right {
	width: 120px;
	font-size: 12px;
	color: #717778;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
#maincontent .right {
	text-align: right;
}
#maincontent #filariane ul li a:hover,
#maincontent .navigationagenda a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}
#maincontent #filariane {
	clear: both;
}

/* @end */

/* @group CONTENU */


/* photo page d'accueil */
#maincontent #photo {
	padding-bottom: 10px;
}
/* images du trombinoscope */
.content_block .trombi img {
	padding: 2px;
}
/*########## CONTENT_BLOCK ET CONTENT_CONTACT ##########*/

/* titre des block buro principal et secondaire, page d'accueil */
.content_contact .title {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #008bd0;
}

/* titre des block de contenu */
.content_block .title {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #008bd0;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 6px;
}
.content_block .title h1 {
	width: 420px;
	font-size: 22px;
	line-height: 30px;
	border-top: 1px solid #cccccc;
}
/* texte des block de contenu */
.content_contact .text,
.content_block .text {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
}
.content_contact .text a,
.content_contact .text a:hover,
.content_block .text a,
.content_block .text a:hover {
	color: #3c3333;
	text-decoration: underline;
}
.content_contact .text a:hover,
.content_block .text a:hover {
	text-decoration: none;
}

.content_block .puce li,
.content_block .puce
 {
	background: #fff url(../_images/puce-ronde.png) no-repeat 0 7px;
	padding: 3px 0 14px 12px;
}
/*########## ARTICLES ##########*/

/* titre des articles */
.content_block .text #article_title {
	font-size: 20px;
	line-height: 24px;
	padding: 8px 0 0;
}

.content_block #article_title h2 {
	padding-top: 0;
	border-style: none;
}
.content_block div h2 {
	padding-top: 8px;
	border-top: 1px solid #cccccc;
}

/* photo des articles */
.content_block .text img#photoactu {
	width: 420px;
	border-style: none;
}
/* chapeau des articles */
.content_block .text #article_chapo {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 12px;
}
/* texte des articles */
.content_block .text #article_text {

}
/* rérérence des articles */
.content_block .text #reference {
	font-size: 11px;
	font-style: italic;
	padding-top: 16px;
	padding-bottom: 16px;
}
/* copyright et date des articles */
.content_block .text #date {
	font-size: 10px;
	color: #717778;
	padding-top: 4px;
	border-top: 1px solid #cccccc;
}

/* titre de paragraphe des articles */
.content_block .text .paragraphe_title {
	font-size: 14px;
	font-weight: bold;
}



/* paragraphe des articles */
.content_block .text p {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* annotations */
.content_block .titreannotation {
	font-weight: bold;
	color: #008bd0;
}
.content_block .annotation {
	font-style: italic;
}


/*******************/
/* tableaux */

/* titre des tableaux */
.content_block caption {
	font-weight: bold;
	padding: 4px 0;
	background-color: #008bd0;
	color: #fff;
	margin: 10px 1px 1px;
}

/* tableau */
.content_block table {
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto 10px;
	margin-top: 0 !important;
	margin-top: 10px;
}
/* cellule d'entête des tableaux */
.content_block th,
.content_block td.titre {
	background:#a09999;
}
/* cellules des tableaux */
.content_block td,
.content_block th {
	font-size: 11px;
	padding: 4px;
 	empty-cells: show;
 }
 
/* footer des tableaux / renvois */
.content_block tfoot td {
	font-size: 10px;
	text-align: justify;
	padding: 0;
}
/* style des styles de ligne */
.content_block td.texte1 {background-color: #eee;}
.content_block td.texte2 {background-color: #ccc;}
.content_block td.texte3 {background-color: #aaa;}

/*******************/
/* pour les tableaux sans fond, pour les tableaux de mise en page */
.content_block td.texte { font-size: 12px;} 



/* @end */

/* @group TROMBINOSCOPE */
.content_block .trombi .photo,
.content_block .trombi .contact {
	width: 80px;
	height: 90px;
	position: relative;
	float: left;
}
.content_block .trombi .contact,
.content_block .trombi .contact a,
.content_block .trombi .contact a:hover {
	width: 340px;
	font-size: 12px;
	line-height: 15px;
	color: #3c3333;
}
.content_block .trombi .contact a {
	text-decoration: underline;
}
.content_block .trombi .contact a:hover {
	text-decoration: none;
}

/* @end */

/* @group LISTES ET LIENS (LINKS, REF, LISTE...) */

.content_block .links,
.content_block .ref,
.content_block .liste ul li,
.content_block #article_text ul li {
	background: #fff url(../_images/fleche-rouge-fond-blanc.png) no-repeat 0 5px;
	padding: 2px 0 0 12px;
}

.content_block .liste,
.content_block #article_text ul {
	padding-top: 6px;	
}

.content_block .liste ul li,
.content_block #article_text ul li {
	position: relative;
	float: left;
	padding-bottom: 6px;
}
.content_block .links,
.content_block .ref {
	height: 20px;
}
.content_block .links {
	background-position: 0 10px;
}
.content_block .ref,
.content_block .ref a,
.content_block .ref a:hover,
.content_block .links,
.content_block .links a,
.content_block .links a:hover,
.content_block .liste ul li,
.content_block .liste ul li a,
.content_block .liste ul li a:hover {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	color: #6e6666;
	text-decoration: none;
}
.content_block .liste ul li a,
.content_block .liste ul li a:hover {
	font-size: 12px;
	color: #3c3333;
	font-weight: bold;
}


.content_block .links a,
.content_block .links a:hover {
	font-size: 12px;
	line-height: 26px;
}
.content_block .links a,
.content_block .links a:hover,
.content_block .ref a,
.content_block .ref a:hover,
.content_block .liste ul li a,
.content_block .liste ul li a:hover {
	border-bottom: 1px dotted #6e6666;
}

.content_block .links a:hover,
.content_block .ref a:hover,
.content_block .liste ul li a:hover {
	background-color: #f0f0f0;
}

.content_block .listeactu ul li a,
.content_block .listeactu ul li a:hover {
	width: 400px;
	display: block;
	border-bottom-style: none;
}

.content_block .liste ul li .date {
	font-size: 10px;
	font-weight: normal;
}
.content_block .liste ul li .chapeau {
	font-size: 11px;
	color: #3c3333;
	font-weight: normal;
}

/*******************/
/* Liens des articles Bourse, Economie et résultat de recherche*/
.content_block lesechos,
.content_block a.lesechos,
.content_block a:hover.lesechos,
.content_block lesechos div,
.content_block a.lesechos div,
.content_block a:hover.lesechos div {
	text-decoration: none;
}
.content_block a:hover.lesechos div {
	background-color: #f0f0f0;
}

/* @end */
/* @group FORM */

.content_block form fieldset {
	width: 420px;
	font-size: 11px;
}
.content_block form label {
	font-size: 11px;
	line-height: 14px;
	display: -moz-inline-box;
	display: inline-block;
}
.content_block form input,
.content_block form select,
.content_block form textarea {
	height: 16px;
	color: #717778;
	border: 1px solid #d3d1d1;
	background-color: #f0f0f0;
	font-size: 11px;
	padding-left: 4px;
	margin: 0;
}
.content_block form label,
.content_block form input,
.content_block form select,
.content_block form textarea {
	margin-top: 6px;
	margin-bottom: 6px;	
}	
.content_block form select {
	width:  150px;
	height: 20px;
}

/* FORM class=contact */

.content_block form.contact input[name="cp"] {
	width:  100px;
}	
.content_block form.contact label {
	width: 100px;
}
.content_block form.contact input,
.content_block form.contact textarea {
	width:  200px;
}
.content_block form.contact select {
	width:  150px;
}
.content_block form.contact textarea {
	width: 300px;
	height: 80px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.content_block form.contact label[for="commentaire"] {
	line-height: 60px;
	top:  0;
}

/* FORM class=applicatif et applicatif2 */

.content_block form.applicatif fieldset,
.content_block form.applicatif2 fieldset,
.content_block form.applicatif label,
.content_block form.applicatif2 label { 
	font-size: 12px;
}

.content_block form.applicatif label { width: 320px;}
.content_block form.applicatif input { width: 80px;}
.content_block form.applicatif select { width: 80px;}

.content_block form.applicatif select#dept { width: 50px;}

.content_block form.applicatif2 input { width: 90px;}
.content_block form.applicatif2 label { width: 270px;}
.content_block form.applicatif2 select { width: 100px;}

.content_block form.applicatif3 label { width: 320px;}
.content_block form.applicatif3 input { width: 50px;}
.content_block form.applicatif3 select { width: 50px;}

/* FORM / BTN */

.content_block form div.btn { 
	width: 420px;
	margin: 10px auto;
}

.content_block form div.btn input {
	width:  100px;
	height: 22px;
  	color: #008bd0;
	font-weight: bold;
}
.content_block .text .app-java {text-align: center; display: block}
.content_block .text .auto-entrepreneur a.btn {
	display: block; 
	width: 244px; 
	height: 18px; 
	position: relative;
	margin-bottom: 4px;
	border: none; 
	background: transparent url(http://csoec.amcsa.fr/OutilsFlash/images/ListeOF/bouton.gif) no-repeat 0 0;
	text-decoration: none;
	color: #6a6a6a;
	text-decoration: none;
	text-align: left
}
.content_block .text .auto-entrepreneur{margin-left:0;}
.content_block .text .auto-entrepreneur td{ padding-left:0}
.content_block .text .auto-entrepreneur a.btn:hover {
	background-position: 0 -18px;
	color: #424242;
}

a.btn span {
	font-family: helvetica, arial;
	font-size: 11px;
	line-height:21px;
	margin: 0 0 0 9px;
}
/* @end */

