/*
Theme Name: CGLPL
Theme URI: http://www.oxfoz.com/
Description: Contrôleur Général des Lieux de Privation de Liberté
Author: oXfoZ Technologies
Author URI: http://www.oxfoz.com/
Tags: oXfoZ
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	background: url(images/bg_body.gif) repeat;
	text-align:center
}
	
* {
margin: 0;
padding: 0;

}

a {
text-decoration: none;
color: #000;

}

p {
line-height: 16px;

}

ul {
list-style-type: none;

}

.entry li {
background: url(images/fleche_noir.gif) no-repeat 0px 3px;
padding:0px 0px 15px 18px;
}

.entry li ul {
list-style-type:circle;
padding-left: 47px;
}

.entry li li {
background-image: none;
padding:0px;
}

.entry p {
padding: 6px;
text-align: justify;

}

hr.clear {
visibility:hidden;
clear:both;

}

.post-meta-key {
display:none;

}

#content {
	padding: 10px 0;
	background-color: #fff;
	
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

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

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

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next 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;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 0 auto;
	width: 1024px;
	text-align:left
	}

#header {
	background: url(images/bg_header.png) repeat-x;
	height: 248px;
	}

.narrowcolumn {

	}

.widecolumn {

	}

.post {
	text-align: justify;
	clear: left;
	padding-bottom:20px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.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: both;
}

.clear {
	clear: both;
}
	
/* End Structure */



/*	Begin Headers */

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 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. */


.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 p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/* End Entry Lists */



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

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	
	}

#commentform {
	margin: 5px 10px 0 0;
}

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

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

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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



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

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*
============================
HEADER
============================
*/

div#headerimg {
margin-left:10px;
float:left;

}

#headerimg .description {	float: left	}
.description h1 {font-size: 0.1px;}
/*
============================
MENU TOP
============================
*/

div#menu_top {
margin-left:320px;
padding-top:66px;

}



div#menu_top ul {
margin: 0px;
padding: 0px;

}

div#menu_top li {
background-color: #fff;
float:left;
display: inline;
height: 33px;
margin-right: 10px;
line-height:33px;
font-size: 11px;
text-transform: uppercase;
padding-left:10px;
position: relative;
text-align: left;

}

div#menu_top li:hover, div#menu_top li.current_page_ancestor, div#menu_top li.current_page_parent, div#menu_top li.current_page_item, div#menu_top li.sfhover {
background-color: #0071bc;
background-image:url(images/fleche_bleu.gif);
background-position:8px 7px;
background-repeat:no-repeat;
}

div#menu_top li a {
background: url(images/li_right.gif) no-repeat;
background-position:right center;
display: block;
}

div#menu_top li a:hover, div#menu_top li.current_page_ancestor a, div#menu_top li.current_page_parent a, div#menu_top li.current_page_item a, div#menu_top li:hover a, div#menu_top li.sfhover a {
background: url(images/bg_lihover.gif) no-repeat;
background-position:right center;
color: #fff;
}

div#menu_top li.page_item a {
margin-left:22px;
padding-right:20px;
}

div#footer li.page_item a {
margin-left:22px;

}

.page-item-9 {
background:url(images/fleche_bleue.gif) no-repeat;
background-position:8px 7px;
}

li.page-item-9 a {
color: #0092d0;

}

.page-item-27 {
background:url(images/fleche_rouge.gif) no-repeat;
background-position:8px 7px;

}

.page-item-27 a {
color: #ed1c24;
}

.page-item-46 {
background:url(images/fleche_bleufluo.gif) no-repeat;
background-position:8px 7px;

}

.page-item-46 a  {
color: #00c5ed;
}

.page-item-51 {
background:url(images/fleche_verte.gif) no-repeat;
background-position:8px 7px;

}

.page-item-51 a {
color: #00a99d;
}

li.page-item-84  {
background : none;
}

div#menu_top li li, div#menu_top li li:hover, div#menu_top li li.current_page_item, div#menu_top li li.sfhover {
    background-image: none;
    background-color:#dee0e0;
    clear:both;
    line-height:20px;
    height: 20px;
    margin:0;
    margin-right: 0px;
    padding:0;
    padding-left: 0px;
    text-transform: none;
    width: 200px;
}

div#menu_top li:hover ul, div#menu_top li.sfhover ul {
    left: 0px;
    padding-top:13px;
}

div#menu_top li.page_item li a, div#menu_top li.page_item li a:hover, div#menu_top li.page_item li:hover a, div#menu_top li.page_item li.sfhover a {
background:none;
margin:0;
padding:0;
padding-right: 0px;
background-image:none;
margin-left: 10px;
}


div#menu_top li.current_page_item li a, div#menu_top li:hover li a, div#menu_top li.sfhover li a {
background-image:none;
color: #000000;
}
div#menu_top li.current_page_item li a:hover, div#menu_top li:hover li a:hover, div#menu_top li.sfhover li a:hover {
background-image:none;
text-decoration: underline;
}
div#menu_top li li.current_page_item a {
font-weight: bold;
}

div#menu_top li ul {
left:-999em;
position:absolute;
background:#E4E4E4;
width: 200px;
}

p.signature {
font-weight:bold;
padding:0px 0px 4px;
text-align:right;

}

/*
============================
EDITO
============================
*/

div#edito, div#edito-en {
border:1px solid #999999;
font-size:12px;
padding:0 10px 10px;
text-align:justify;
width:280px;
}

div#edito {
float:left;

}

div#edito {
margin: 0 0 5px 10px;

}

div#edito-en {
float: left;


}

div#edito a, div#edito-en a {
background: url(images/fleche_grise.gif) no-repeat;
color: #a6a6a6;
text-decoration: underline;
background-position: 2px center;
padding-left:15px;


}

div#edito h3 a, div#edito-en h3 a {
background:transparent none repeat scroll 0pt 0pt;
color:#000000;
font-size:20px;
padding-left:4pt;
text-decoration:none;
}

div#edito h2, div#edito-en h2 {
font-size : 12px;
color: #999;
font-weight: normal;
text-align: center;
padding-top:10px;
margin-left:-14px;
margin-right:-10px;

}


/*
============================
RECHERCHE ACCUEIL
============================
*/


div#recherche {
text-align: right;

}

div#recherche input {
width: 198px;
height: 12px;
border: 1px solid #999999;
font-size: 9px;

}

div#recherche input#searchsubmit {
background:transparent url(images/ok_search.gif) no-repeat scroll 0 0;
border:medium none;
height:16px;
margin-right:7px;
width:16px;

}

/*
=================================
CONTENU ACCUEIL
=================================
*/

div#contenu, div#contenu-en {
float:left;
margin-left:6px;

}

div#contenu {
width: 695px;
margin-top:10px;

}


div#contenu-en {
width: 330px;
margin: 0 70px;

}
/*
=================================
SAISIR ACCUEIL + MISSION ACCUEIL
=================================
*/

div#saisir, div#missions, div#actions, div#take {
width: 330px;
height: 170px;
padding: 15px 0 0 13px;

}

div#missions {
margin:0px 0px 0px 9px;

}


div#saisir, div#missions {
float: left;

}

div#saisir, div#take {
background: url(images/bg_saisir.gif) no-repeat;
width:328px;

}

div#missions, div#actions {
background: url(images/bg_missions.gif) no-repeat;

}

div#saisir a, div#take a {
display:block;
font-size:20px;
width:197px;
color: #fff;
font-weight:normal;
line-height:23px;

}

div#missions h3 a, div#actions h3 a {
display:block;
font-size:20px;
width: 115px;
line-height:23px;
color: #fff;
font-weight:normal;
text-decoration: none;
margin-bottom: 0px;
text-decoration: none;
background: none;
padding:0;

}

div#missions p, div#actions p {
color:#fff;
width: 305px;
text-align:justify;
line-height: 13px;

}

div#missions a, div#actions a {
background:transparent url(images/petite_fleche.gif) no-repeat scroll 2px 4px;
color:#fff;
padding-left:15px;
text-decoration:underline;

}

/*
=================================
ACTUALITE
=================================
*/

div#actualite {
float:left;
color: #808080;
background: url(images/bg_actu.gif) no-repeat;
width: 220px;
height:345px;
}

div#actualite h1 {
font-size:13px;
color: #00a99d;
text-transform:uppercase;
}

div#actualite h3 {
display: inline;

}

div#actualite a {
color: #00a99d;
background: url(images/fleche_verte2) no-repeat 2px center;
padding-left: 15px;
text-decoration: underline;

}

div#actualite div.post_accueil {
padding:5px 0pt 0pt 10px;

}

div#actualite h3 a {
background:none;
color:#000000;
font-family:Times;
font-size:19px;
text-decoration:none;
padding-left:0;
}

p.date {
color: #a6a6a6;
display: inline;

}

/*
=================================
RAPPORTS ET RECOMMANDATIONS
=================================
*/


div#rap, div#rec {
float:left;
width:45%;
padding-left:15px;
}

div#rec div.post_accueil {
margin-bottom: 30px;
/*text-align: justify;*/

}

div#rapports {
float:left;
width: 441px;
margin-right:15px;

}

div#news {
background:transparent url(images/bg_rapport.gif) no-repeat scroll left bottom;
text-align: justify;

}

div#rapports h1, div#news h1 {
background: url(images/h1_rac_rec.gif) no-repeat;
font-size:13px;
color:#00b0e5;
height:20px;
padding-left: 20px;
text-transform:uppercase;
}

div#rapports h3 {
display: inline;

}


div#rapports h3 a {
font-size: 15px;
line-height: 20px;
padding-left: 15px;
text-decoration: none;
font-family: Times;
color:#000;
background: url(images/fleche_noir.gif) no-repeat 0 2px;
}

div#rapports a.bleu, div#news a.bleu {
background: url(images/fleche_turquoise.gif) no-repeat 2px 4px;
padding-left: 15px;
text-decoration: underline;
color: #00b0e5;

}

div#bg_rapports {
overflow: hidden;
padding-top:15px;
padding-left: 5px;

}

div#bg_news {
overflow: hidden;
padding:15px 0;

}

div#ts_recommandation {
background:transparent url(images/bg_publication.gif) no-repeat scroll 0 0;
clear:left;
height:40px;
padding-left:255px;
padding-top:4px;
text-decoration:none;

}

* html div#ts_recommandation {
position: relative;
top: -15px;
height:40px;

}

div#ts_recommandation a{
text-decoration: none;
background: none;
color:#00B0E5;

}
#actu-accueil-table td.bottom {vertical-align:bottom;}
#actu-accueil-table td.top {vertical-align:top;}
div#ts_agenda {
background:transparent url(images/bg_agenda.gif) no-repeat scroll 0 0;
height:40px;
padding-left:20px;
padding-top:10px;
text-decoration:none;
margin: 0px 0 0px 20px;
}

div#ts_agenda a{
text-decoration: none;
background: none;
color:#00a99d;
}

/*
=================================
FOOTER
=================================
*/

#footer {
	clear: both;
	background: url(images/bg_footer.gif) no-repeat;
	height: 20px; 
	margin-bottom: 20px;
	text-align:right;
	line-height: 20px;

	}

div#footer li {
display:inline;
color: #a6a6a6;
font-size: 9px;
margin-right: 21px;
text-transform: uppercase;

}

div#footer li a img {
position: relative;
top: 2px;

}

div.lien_oxfoz {
float: left;
padding: 4px 0 0 20px;

}

/*
=================================
TAGS
=================================
*/

div#tags a {
color:#0061AE;
font-family:serif;
padding-right:10px;
}

div#tags {
margin-left: 320px;
padding:30px 0 0;
}

div#tags ul {
font-size:18px;
}

div#tags li {
display:inline;
padding:5px;
font-size:21px;
}

div#tags li.small {
font-size:13px;
}

div#tags li.big {
font-size:32px;
}

/*
=================================
PAGE D'UN ARTICLE SANS TAG
=================================
*/

div#article {
float:left;
padding:0 5px;
width: 775px;

}

div#article h1 {
margin: 10px 0px 10px 0px;
color:#ED1C24;
font-size: 16px;
}

div#article h2 {
margin: 10px 0px 10px 0px;
color:#ED1C24;
}

div#article h3 {
margin: 5px 0px 5px 0px;
color:#0092D0;

}

/*
=================================
SIDEBAR
=================================
*/


div#sidebar {
float:left;
font-size:12px;
width:200px;
margin-left:10px;
margin-right:10px;
}

#sidebar ul li {
background-color:#E4E4E4;
border:1px solid #A9AAAB;
line-height:30px;
padding-left:5px;
margin-bottom:7px;
}
#sidebar li.current_page_item a {
font-weight: bold;
}
	
div#article a {
/*background:transparent url(images/fleche_verte2) no-repeat scroll 2px center;*/
color:#00A99D;
text-decoration:underline;
}

div#actualite div.entry p {
text-align: justify;
padding-top:5px;
}


/*
=================================
ENGLISH FLAG
=================================
*/

div.english-flag {
float:left;
padding-left:75px;
width:75px;
}
div.english-flag a{
color:#ffffff;
padding-top:10px;
}
div#menu_top div.english-flag a{
background:none;
}
div#menu_top div.english-flag a img{
padding-right:5px;
}
div#edito-en div.entry p {
line-height:20px;
padding:10px 0 10px 10px;
}
div#edito div.entry p, div#edito-en div.entry p {
line-height:15px;
padding:1px 0 3px 1px;
}
ul.post-meta li {
color:#A6A6A6;
background:transparent none repeat scroll 0 0;
color:#A6A6A6;
padding-left :4px;
}

div.result {
margin: 20px 0;

}

a.rss {
margin-left: 5px;

}

div#actualite h1 a {
padding: 0;
background: none;

}

div#rapports a {
color: #00B0E5;
}
.fond-bleu {
background-color: #b8cde9;
}
#post-5.post div.entry table h3 a{
color: #000000;
}
#post-5.post div.entry table h3 {
line-height:20px;
}
#post-77.post div.entry table a{
color: #000000;
text-decoration:underline;
}
div#rap img{
padding-top:15px;
}
div.searchForm {
text-align: center;
}
div.thumb img {
margin-bottom: 2px;

}

select#cat_type_etablissement {
width: 450px;

}

select#cat_domaine {
width: 450px;

}
h2.bloc-recherche {text-align:center;border:1px solid #ED1C24;padding:6px;}
div#article h2.bloc-recherche a {color:#ED1C24;text-decoration:none;}
#bandeau-en p {
color:#0061AE;
font-family:serif;
font-size:18px;
line-height:28px;
padding:47px 45px;
text-align:center;
}
.wp-pagenavi {margin: 10px 0 10px 0;}
div.entry table {border: 1px solid black}
div.entry table td {border: 1px solid black}