/*  
Theme Name: Contrepoint
Theme URI: http://www.contrepointlesite.com/
Description: Theme du site Contrepoint
Version: 1.0
Author: Maxime Raoust
Author URI: http://gou1.free.fr/
*/



/* Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
}
#content {
	font-size: 1.1em
}
.widecolumn .entry p {
	font-size: 1.0em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.4em;
}

/* Titres */
h1 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
}
h1 {
	border-bottom: .5em solid #fceac4;
	color: #000000;
	font: normal 30px/5px serif;
	margin-bottom: 20px;
}
h2 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
}
h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;	
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.description {
	font-size: 1.2em;
	text-align: center;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

/* Liens */
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #000000;
}
h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #B01A1A;
}
h2 a:hover {
	color: #000000;
}
h2 .cat, h2 .cat a, h2 .cat a:visited {
	color:#000000;
}
h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}
a, a:hover {
	text-decoration: none;
}
.entry p a, .entrytext p a{
	text-decoration: none;
}
.entry a:hover, .entrytext a:hover {
	text-decoration: underline;
}
.titre_article a, .titrearticle a:hover {
	text-decoration: none;
}
small {
	color: #777;
}
a, h3 a:hover {
	color: #B01A1A;
}
a:hover {
	color: #000000;
}
.entry a, .entry a {
	color: #B01A1A;
}
.entry a:visited {
	color: #D63333;
}
.entry a:hover {
	color: #000000;
}
.titre_article a, .titrearticle a:visited {
	color: #B01A1A;
}
.titre_article a:hover {
	color: #000000;
}
#footer a, #footer a:visited {
	color:#ffffff;
}

/* Autres */
.commentlist li, #commentform input, #commentform textarea, .commentaire {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a, .commentaire_titre {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p, .commentaire_texte {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

/* WP Calendar */	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Structure */
body {
	background-repeat: repeat-x;
	background-position: top center;	
	padding: 0;
	margin: 0;
}
#cadre {
	background-repeat: no-repeat;
	background-position: 0 70px;
	width: 990px;
	margin:0px auto;
	text-align:left;
}
#cadre_fond {
 	background-repeat: repeat-y;
	width: 990px;
	margin:0px auto;
	text-align:left;
	background-color: #ffffff;
}

/* Header & footer */

#header {
	width: 990px;
	height: 70px;
	background-repeat: no-repeat;
}
.logo {
 	float: left;
	width: 290px;
	height: 70px;
}
.navigation{
 	position: relative;
	top: 23px;
}
.nav_bouton , .nav_courant   {
	position: relative;
	width: 130px;
	float: left;
	text-align: center;
	padding: 6px 0 8px 0;
	margin-left: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;			
}
.nav_bouton, .nav_bouton:visited, .nav_bouton:hover  {
	top: 26px;			
}
.nav_courant, .nav_courant:hover, .nav_courant:visited {
	top: 30px;
}
.nav_courant:hover {
	text-decoration: underline;
}
a.nav_bouton, a.nav_bouton:visited {
	color: #ffffff;
}
a.nav_bouton:hover {
 	color: #D63333;
}
a.nav_courant, a.nav_courant:hover, a.nav_courant:visited {
 	color: #000000;
}
#footer {
 	margin-left: auto;
 	margin-right: auto;	
	margin-top: 5px;
	width: 960px;
	padding: 12px 0 12px 0;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

/* Agencement des colonnes */

#colonne_gauche {
	float: left;
	padding: 5px 0 0 15px;
	width: 150px;
}
#colonne_centre {
	float: left;
	padding: 10px 0 0 10px;
}

#colonne_droite {
	float: left;
	padding: 5px 0 0 10px;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 640px; /*540 avant*/
}
.widecolumn {
 	float: left;
	padding: 10px 0 20px 0;
	margin-left: 10px;
	width: 640px;
}
.narrowsidebar {
	width: 150px;
}
.widesidebar {
	width: 240px;
}

/* Colonne du centre */
	
.post {
	margin: 0 0 40px; /* Ecart entre deux post consécutifs */
	text-align: justify;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	background-color: #eeeeee;
}
.widecolumn .menu_haut, .widecolumn .menu_bas {
 	display: block;
	padding: 0;
	width: 640px;
	height: 5px; 	
}


/* Menus*/

.menu, .menu_liens, .menu_liens2, .menu_catsup {
	border-left: 2px solid;
	border-right: 2px solid;
	text-align: justify;
}
.menu {
	padding: 3px 5px 3px 5px;
}

.menu_liens a, .menu_liens a:visited, .menu_liens2 a, .menu_liens2 a:visited {
	padding: 5px 5px 5px 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #D63333;
}

.menu_liens a:hover, .menu_liens2 a:hover {
 	color: #ffffff;	
}

.menu_liens a, .menu_liens a:visited {
 	padding-left: 15px;
 	background-repeat: no-repeat;
 	background-position: 5px 50%;
}
.menu_liens a:hover {
 	background-repeat: no-repeat;
 	background-position: 5px 50%;
}
.menu_haut, .menu_bas {
	font-size: 0;
}



/* Colonne de gauche */

#colone_gauche .menu_liens {
	padding: 0;
	width: 146px;
}

#colonne_gauche .menu_haut, .narrowsidebar .menu_haut, #colonne_gauche .menu_bas, .narrowsidebar .menu_bas {
	width: 150px;
	height: 5px; 
}
.menu_bas {
	margin-bottom: 10px;
}

.cp_dailymotion_titre {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-align: justify;
	margin: 15px 0 0px 0;
}
.cp_dailymotion {
	padding-top: 3px;
	padding-bottom: 5px;
}
.cp_dailymotion .titre {

	font-weight: bold;

	}


/* Colonne de droite */

#colone_droite .menu_liens {
	width: 236px;
}
#colonne_droite img {
	font-size: 0;
}
.widesidebar .menu_haut, .widesidebar .menu_bas {
	width: 240px;
	height: 5px; 
}
.cosmos .keyword1 {font-size: 7px;}
.cosmos .keyword2 {font-size: 8px;}
.cosmos .keyword3 {font-size: 9px;}
.cosmos .keyword4 {font-size: 10px;}
.cosmos .keyword5 {font-size: 11px;}
.cosmos .keyword6 {font-size: 12px;}
.cosmos .keyword7 {font-size: 13px;}
.cosmos .keyword8 {font-size: 14px;}
.cosmos .keyword9 {font-size: 15px;}
.cosmos .keyword10 {font-size: 15px;}
.cosmos .keyword11 {font-size: 15px;}
.cosmos .keyword12 {font-size: 15px;}
.cosmos .keyword13 {font-size: 15px;}
.cosmos .keyword14 {font-size: 15px;}
.cosmos .keyword15 {font-size: 15px;}


/* Liens des catégories Dessins, Sport, Histoire de... */

.narrowsidebar .dessins, .narrowsidebar .dessins:hover, .narrowsidebar .sport, .narrowsidebar .sport:hover, .narrowsidebar .histoirede, .narrowsidebar .histoirede:hover, .narrowsidebar .radio, .narrowsidebar .radio:hover {
	width: 150px;
	display: block;
}

.sport {height: 68px; margin-bottom: 3px;}
.narrowsidebar .sport {background-image: url('images/sport.jpg');}
.narrowsidebar .sport:hover {background-image: url('images/sport_o.jpg');}
.histoirede {height: 69px; margin-bottom: 10px;}
.narrowsidebar .histoirede {background-image: url('images/histoirede.jpg');}
.narrowsidebar .histoirede:hover {background-image: url('images/histoirede_o.jpg');}
.radio {height:60px; margin-bottom: 3px;}
.narrowsidebar .radio {background-image: url('images/radio.jpg');}
.narrowsidebar .radio:hover {background-image: url('images/radio_o.jpg');}

/* A la une */

#une {
	margin: 10px 0 20px;
}
#une .cat {
 	float: left;
	padding: 1px 5px 1px 15px;
	text-transform: uppercase;
	font-size: 0.8em;
}
#une .cat2 {
 	padding: 1px;
 	font-size: 0.8em;
}
#une .cat a, #une .cat a:hover {
	color:#000000;
	font-weight: bold;
}
#une .titre {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin: 5px;
	
}
#une .entry {
 	padding: 0 2px 10px 2px;
	text-align: justify;

	
}
#une .entry p {
	margin: 0;
}
#une .lien, #une .lien:hover, #une .lien:visited {
 	display: block;
	text-decoration: none;
	color: #000000;
}

/* Les autres titres */

#autres_titres .entry {
	padding: 3px;
}
#autres_titres .titre a {
	text-decoration: none;
	font-weight: bold;
}
#autres_titres .titre a:hover {
	color: #000000;
}
#autres_titres .titre {
	float: left;
}
#autres_titres .cat {
	text-align:right;
}
#autres_titres .cat a, #autres_titres .cat a:visited {
	color: #666666;
	text-decoration: none;
}
#autres_titres .cat a:hover {
	color: #333333;
} 

/* Agenda */
div#agenda {
	margin: 10px 0 20px 0;
 	width: 100%;
}
#agenda .bloc_jour {
	border-top: 1px solid #999999;
	padding: 5px 5px 10px 5px;
}
#agenda .alt {
	background: #fef1d6	
}
#agenda .bloc_jour h3 {
 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0px 5px 10px 10px;
}
#agenda .infos_simples {
	margin: 0 10px 0px 20px;
}
#agenda .infos_simples div {
	float: left;
}
#agenda .infos_simples .heure {
	width: 60px;
	text-align: right;
}
#agenda .infos_simples .heure img {
	vertical-align: middle;
}
#agenda .infos_simples .titre {
 	padding-left: 10px;
}
#agenda .infos {
 	margin: 0 0  10px 0;
}
#agenda .infos h4 {
	margin: 0 0 0 60px;
	padding: 0;
	color: #666666;
	font-size: 100%;
}
#agenda .infos .details {
	border-left: 2px #999999 solid;
	margin: 5px 5px 0 70px;
	padding: 5px;
}
#agenda .infos .details .item {
 	padding: 0px;
	margin: 0 0 10px 0;
}
/*Plus by gou1*/

.entry img, .entrytext img {
	margin-right: 5px;
}
.titre_article {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0 5px 0 5px;
	text-align: left;
}
.reagir {
	padding: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
.categories_sup {
 	text-align: center;
	padding: 0;
}

.commentaire {
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.commentaire_titre {
	background-color: #eeeeee;
	padding: 3px;
	border-bottom: 2px solid #cccccc;
}
.commentaire_texte {
	padding: 5px;
}


.titre_article {
	border-color: #eeeeee;
	background-color: #fffeee;
}


.infos_article {
	float: right;
	clear:right;
	width: 200px;
	margin: 5px 0px 5px 5px;
	background: #fffeee;
	border: 1px #cccccc solid;
}
.infos_article p {
	padding: 3px;
	margin: 0;
}
.infos_article p small {
	color: #333333;
}
.infos_auteur {
 	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.infos_auteur .titre {
	float: left;
	background: #B01A1A;
	padding: 3px 10px 3px 5px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
}

.infos_auteur .infos {
 	border: 2px #B01A1A solid;
 	padding: 10px;
 }
.infos_auteur .infos p {
	margin-top: 0;
	margin-bottom: 10px;
}

/* Tag cosmos */
#content ul.cosmos {
	margin: 0 15px;
	padding: 0;
	list-style: none;
	font-size: 140%;
}
			
#content li.cosmos {
	display: inline;
	padding: 0;
	margin: 4px;
	line-height: 2em;
}
		
#content li.keyword1 { font-size: 0.7em; }
#content li.keyword2 { font-size: 0.9em; }
#content li.keyword3 { font-size: 1.0em; }
#content li.keyword4 { font-size: 1.1em; }
#content li.keyword5 { font-size: 1.2em; }
#content li.keyword6 { font-size: 1.3em; }
#content li.keyword7 { font-size: 1.4em; }
#content li.keyword8 { font-size: 1.5em; }
#content li.keyword9 { font-size: 1.6em; }
#content li.keyword10 { font-size: 1.7em; }
#content li.keyword11 { font-size: 1.8em; }
#content li.keyword12 { font-size: 1.9em; }
#content li.keyword13 { font-size: 2.0em; }
#content li.keyword14 { font-size: 2.1em; }
#content li.keyword15 { font-size: 2.2em; }


/* End Structure */



/*	Begin Headers */

.description {
	text-align: center;
	}

h2 {
	margin: 0; /* Marges pour les titres d'articles; origine 30 0 0 0'*/
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
 p img {

	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}



a img {
	border: none;
	}

.nnavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

