/*
Theme Name: Sorbonne
Description: Thème Sorbonne
Author: Customary
Author URI: http://www.customary.fr
Version: 1.0
*/
@import url("css/style.css");


a img{
	border:none;
}

/* =HACK FIREFOX : NE PAS SUPPRIMER 
   http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/
   PASCAL BOURHIS LE 29 AVRIL 2012
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
}

/* =WordPress Core : NE PAS SUPPRIMER 
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

img.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignleft {
    float:left;
    margin: 5px 20px 15px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* fin des préco WP */

cite, em, i {
	font-style: italic;
}
blockquote {
	
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
}
pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;

}
ins {
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* =Formulaire*/
input[type=text],
input[type=password],
textarea {

}
input[type=text]:focus,
textarea:focus {
	
}
textarea {
	
}
input[type=text] {
	
}
input#s {
	
}
input#searchsubmit {
	
}


/* =MENU */

ul.menu{}

ul.sub-menu{}

.current-menu-item{}

.current-page-ancestor{}

.current-menu-ancestor{}

.current-menu-parent{}

.current-post-ancestor{}


/* =NAV ENTRE ARTICLES
-------------------------------------------------------------- */
/* MODIFICATIONS PASCAL BOURHIS 11 MAI 2012 */

.navigation.single {padding:0;margin-top:6px}
.navigation a{
	overflow:hidden;
	font-size:14px;
}

.navigation.single .left{
	float:left;
	background:#f9f9f9;
	border-right:1px dotted #ccc
}

.navigation.single .right{
	float:right;
	background:#f9f9f9;
	text-align:right;
}

.navigation.single .left, .navigation.single .right {font-size:19px;width:288px; height:46px; min-height:46px; overflow:hidden;padding:0 3px 0 3px;}
.navigation.single .left a, .navigation.single .right a {font-size:15px;vertical-align:middle}





/* = IMAGES A ADAPTER AU TAILLE DE THUMBNAIL
-------------------------------------------------------------- */


img.wp-post-image{}
img.attachment-thumbnail{}
img.attachment-medium{}
img.attachment-large{}
img.attachment-full{}


/* = COMMENTAIRES
-------------------------------------------------------------- */

li.comment.bypostauthor{
	
}


/* = BODYCLASS
-------------------------------------------------------------- */

.home{}
.error404{}
.page{}
.single{}
.category{}
.archive{}
.search{}
.tag{}

/* = WIDGET
-------------------------------------------------------------- */

.widget-container{}

.widget-title{}


.widget_pages{}




