/*
Theme Name: Cap Digital
Theme URI: http://kingofpunk.com
Description: Un thème désigné par Yohannes Camps-Campins et Domingo Olmo Martin
Version: 1.0
Status: publish
Author: Yohannes Camps-Campins et Domingo Olmo Martin
Author URI: http://kingofpunk.com
Tags: red, fixed width, sidebar
*/
@import 'reset.css'; 
body {
	/*background-color: #260201;*/
	background-color: #edece4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	padding:0;
	margin:0;
    padding-top: 35px;
}
/*
LINKS, LIST etc
*/
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: 0;
	color: #333333;
}
/*
STRUCTURE
*/

.wrapper {
	width: 960px;
	margin: 0px auto;
    background-color: #FFFFFF;
}

.header {
	height: 70px;
	background: #990000;
}

.sidebar {
	width: 200px;
	background: #FFFFFF;
	float: right;
}

.footer {
	height: 35px;
	background-color: #d5090f;
	color: #FFFFFF;
}

.content {
	width: 759px;
	/*border-right: 1px dotted #ababab;*/
	float:left;
}

.une{
	padding: 20px;
	height:150px;
	/*font-size:1.15em*/
}

.page{
	padding: 20px;
	/*font-size:1.15em;*/
}
.entry {
        font-size:1.15em;
        line-height: 1.5em;
}

.menu {
	overflow:hidden;
	background: #990000;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;	
	/*border: solid 1px #00FF00;*/
}


/*
HEADER
*/

.header-logo {
	background: url(images/capdigital_logo.png) no-repeat;
	height: 70px;
	width: 396px;
	float: left;
}

.header-top {
	background: #990000;
	height: 50px;
	width: 564px;
	float: right;
}

.header-top div {
	display:inline;
}

.header-top div img {
	float:left;
}

.header-menu {
	float: right;
	height: 20px;
	width: 780px;
	background: #990000;
	display:none;
}

.header-menu ul {
	font-size: 1.2em;
	color: #FFFFFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.header-menu li {
	display: block;
	height: 20px;
	float: left;
}

.header-menu li a{
	color: #FFFFFF;
	text-decoration: none;
	background: #D5090F;
	display: block;
	height: 16px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	width: 105px;
}

.header-menu li a:hover{
	color: #D5090F;
	background-color: #FFFFFF;
}


/*
SIDEBAR
*/

.sidebar .flash{
	padding-bottom:10px;
}

.sidebar .flash2{
	/*margin-top:10px;
	margin-bottom:10px;*/
}

.sidebar .widgettitle {
	display:none;
}


/*
UNE*
*/

.une h1 {
	font-size: 2.3em;
}
	
.une h2 {
	color: #D5090F;
	font-size: 2em;
	margin-bottom:0.1em;
}

.une h2 a {
	text-decoration:none;
	color:#D5090F;
}

.une h3 {
	font-size: 1.7em;
}

.une h4 {
	font-size: 1.3em;
	color: #333333;
	margin-bottom:0.2em;
	line-height: 1.2em;
}

.une h5 {
	font-size: 1.1em;
}

.categories {
}

.categories a {
	text-decoration:none;
	color:#999999;
	text-transform: uppercase;
}

.accroche {
	font-size: 1.3em;
	color: #333333;
}

.metadata {
}

.une a:hover {
	background: #f5e6b0;
	
}
.une a:hover .pdf {
	background: #c0f7f6;
}


/*
NEWS
*/

.news {
	background: #E7E7DE;
	width:100%;
}

.news-colonne {
	width: 159px;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.news-colonne h3 {
	color: #D5090F;
	font-size: 1.8em;
	margin-top:1em;
	margin-bottom:0.5em;
	font-weight: normal;
}

.news-box {
	padding-bottom: 10px;
}

.news-date {
	color: #888888;
	font-size: 1.05em;
	margin-bottom:0.3em;
}

.news-titre, .news-titre a {
	font-size: 1.05em;
	color: #666666;
	text-decoration:none;
}


/*
PAGE
*/

.page h2 {
	color: #D5090F;
	font-size: 2em;
	margin-bottom:0.1em;
}

.page h2 a {
	text-decoration:none;
	color:#D5090F;
}

.page h3 {
	font-size: 1.7em;
	margin-bottom:0.1em;
	line-height: 1.2em;
}

.page h3 a {
	text-decoration:none;
	color: #444444;
}

.page h4 {
	font-size: 1.3em;
	/*color: #333333;*/
	margin-bottom:0.1em;
	line-height: 1.2em;
}

.page h4 .red {
	font-size: 1.3em;
	color: #333333;
	margin-bottom:0.1em;
}

.page h4 .rouge {	
	color: #D5090F;	
}

.page h4 .orange{
	font-size: 1.3em;
	color: #333333;
	margin-bottom:0.1em;
}

.page h5 {
	font-size: 1.1em;
	margin-bottom:0.1em;
}

.page .categories {
}

.page .categories a {
	text-decoration:none;
	color:#999999;
	text-transform: uppercase;
}

.page .accroche {
	font-size: 1.3em;
	color: #333333;
}

.page .metadata {
}

.page a:hover {
	background: #f5e6b0;
}
..page a:hover .pdf {
	background: #c0f7f6;
}


/*
FOOTER
*/

.coord {
	float: left;
	width: 650px;
	margin-left: 20px;
	margin-top: 5px;
	color: #fc585e;
}

.email {
	float: right;
	margin-right: 20px;
	font-size: 1.1em;
	margin-top: 10px;
}

.email a{
    color:#FFFFFF;
}

.email a:hover{
    text-decoration:underline;
}
/*
MENU
*/

.colonne-menu {
	width: 160px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	overflow:hidden;
}
.colonne-menu h2 {
	color:#f84a06;
	/*padding-bottom:0.5em;*/
	display:none;
}

.colonne-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}
.colonne-menu li {
        padding: 2px 0px 2px 0px;
}
.colonne-menu li a {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
        
}

.colonne-menu li a:hover {
	color: #f84a06;
        
}
/*
DIVERS
*/

blockquote { 
  border-left: 2px solid #808080; 
  padding: 0px 0 0px 5px;
}

ul {
	/*list-style: none;*/
}

li { padding: 5px 0 5px 0; }

h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

a img {
	border:none;
}
/*
img.aligngauche {
	border: solid 1px #eeeeee;
	margin:18px
}
*/
.imgstack a img, .imgstack img{
	/*border: solid 1px #ababab;*/
	margin:10px;
}

.imgstack a:hover{
  	background-color:transparent;	
}
.imgstack p{
    /*border: solid 1px #ababab;*/
    float:left;
    /*margin:10px;*/
    display:block;
   /* padding:10px;
    margin:10px;*/
    /*height:70px;*/
    width:500px;
   /* background: #e8e9e0;*/
   clear:left;
}

.red {
	color: #D5090F;
}

.orange {
	color: #e5721d
}
.darkgrey {
	color: #444444
}
hr {
	border:0;
	border-top:solid 1px #cccccc;
}
p {
	padding-top:0.1em;
	margin-top:0.1em;
}
fieldset {
    border:none
}
legend {
    display:none;
}
/*
Tableaux
*/
table {
	width:700px;
	border:none;
	font-size: 0.85em;
}

th {
	border:none;
	border-bottom: none;
	padding:4px;
	text-align: left;
}

td {
	vertical-align:top;
	border:0;
	border-top: solid 1px #999999;
	padding:4px;
}

td:first-child {
	font-weight:bold;
}

tr {
	padding:5px;
}

tr.red {
	background-color:#990000;
	color:#ffffff;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.alignleft, .vidalignleft {
	float:left;
        padding-top:0px;
	padding-right:10px;
	padding-bottom:10px;
}
img.alignright, .vidalignright {
	float:right;
        padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;

}
/*
ARCHIVE9
*/

.page h3.orange a {
	text-decoration:none;
	color: #e5721d;
}
h3.red a {
	text-decoration:none;
	color: #D5090F;
}
.page h4.orange a {
	text-decoration:none;
	color: #e5721d;
}
/*
BOUTON
*/
.boutonorange{
color:#FFFFFF;
padding:5px 20px 5px 20px;
clear:both;
background-color:#f84a06;
font-size:1.1em
}
.boutonrouge{
color:#FFFFFF;
padding:10px 20px 10px 20px;
clear:both;
background-color:#D5090F;
font-size:1.1em
}

.boutonorange a {
    color:#FFFFFF
}
.boutonorange a:hover {
    color:#000000
}
/*
ALPHABETIC ORDER
*/

ol.snap_nav {
	display: inline;
	/*float: left;*/
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 10px 10px 0;
	font-size:1em
}

ol.snap_nav li a {
	font-weight: bold;
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}
/*
SOUSCRIPTION
*/
.phplist {

}

.phplist .required {

}

.phplist label {
    display:block;
    margin-bottom:5px
}

.phplist #email, .phplist #attribut3, .phplist #attribut4, .phplist #attribut5, .phplist #attribut6, .phplist #attribut7, .phplist #attribut8, .phplist #attribut9{
    border: solid 1px #cfcfcf;
    width: 250px;
    padding:2px;
    margin-bottom:15px
}

.phplist #contactsubmit{ 
    width: 110px;
    margin-top:10px;
}

