/*
Theme Name: AJP - site étudiants
 * Author: Laurence Dierickx
 * Version: 1.0
*/

html
{
margin:  0;
padding: 0;
}

body
{
font-size: 13px;
color: #373535;
font-family: Arial, sans-serif; 
margin: 0;
padding: 0;
}

img
{
display: none;
}

#page
{
width: 99%;
margin: 0 auto;
padding: 0;
}

/*** Home ***/

.box
{
width: 19.2%;
float: left;
padding-right: 5.5%!important;
}

.boxder
{
width: 19%;
float: left;
}

.button a:hover
{
opacity: 0.7;
}

.button a
{
background: #F75F5F;
border: none;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
cursor: pointer;
color: #FFFFFF !important;
font-size: 14px;
padding: 2px 12px;
padding: 4px 12px\9;
text-transform: uppercase;
text-decoration:none;
}


/****Haut de la page****/

#header, #topmenu, #menu
{
display: none;
}

/****Menus****/

#chemin
{
font-family: 'Oswald', sans-serif !important;
font-size: 14px;
color: #666666;
text-align: left;
z-index: 3;
margin-bottom: 2em;
font-weight: 300;
}



#chemin a, #chemin a:visited
{
color: #F15959;
text-decoration: none;
}

#chemin a:hover
{
color: #C6250A;
}


/* Listes*/

	ul.style1
	{
	line-height: 130%;
	padding: 0;
	margin: 0;
	}
	
	
	
	ul.style1 li 
	{
		padding: 0 0.75em 0.75em 0em;
		background: url(images/bullet-icon.png) no-repeat left 50%;
		list-style-type: none;
	}
	
	
	
	ul.style1 a, .article ul a
	{
		display: block;
		padding-left: 1.50em;
		text-decoration: underline;
		color: #676767;
	}
	
	ul.style1 a:hover, .article ul a:hover
	{
		text-decoration: none;
	}

/* List Style 2 */

	.style2 ul {
		overflow: hidden;
		margin: 0em;
		padding: 0em;
		list-style: none;
	}
	
	.style2 ul li {
		padding: 1.00em 0em 2.75em 0em;
		border-top: 1px solid #E2E2E2;
	}
	
	.style2 ul a {
		text-decoration: none;
		color: #4e4e4e;
	}
	
	.style2 ul a:hover {
		text-decoration: underline;
	}
	
	
	.style2 ul img {
		float: left;
		margin-right: 1.5em;
		border-radius: 5px;
	}
	
	.style2 ul .first {
		padding-top: 0;
		border-top: none;
	}
	
	
	
/* List style 3 */

	.style3 ul {
		margin: 0em;
		padding: 0em 0em 0em 0em;
		list-style: none;
	}
	
	
	.style3 ul li {
		padding: 1.75em 0em 1.50em 0em;
		border-top: 1px solid #E2E2E2;
	}
	
	.style3 ul .heading-title {
		font-size: 1.10em;
		font-weight: bold;
		color: #333333;
	}
	
	.style3 ul .post-date {
		display: inline-block;
		float: left;
		margin: 0em 1em 1em 0em;
		text-transform: uppercase;
		font-size: .80em;
		background: #C6250A;
		border-radius: 5px;
		border: 1px solid #911B07;
		box-shadow: 0px 1px 5px rgba(0,0,0,.4);
		color: #FFFFFF;
		
	}
	
	.style3 ul .date a
	{
		display: inline-block;
		padding: .5em 1em;
		letter-spacing: 1px;
		border-radius: 5px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.10em;
		font-weight: 400;
		color: #FFFFFF;
		box-shadow: inset 1px 1px 1px #F60;
	}

	.style3 ul a 
	{
		text-decoration: none;
		color: #4e4e4e;
	}
	
	.style3 ul a:hover 
	{
		text-decoration: underline;
	}
	
	.style3 ul .first {
		border-top: none;
	}

/* List style 4 */

	ul.style4 {
		overflow: hidden;
		margin: 0em;
		padding: 0em;
		list-style: none;
	}
	
	ul.style4 li {
		padding: 1.50em 0em 1.50em 0em;
		border-top: 1px solid #E2E2E2;
	}
	
	ul.style4 a {
		text-decoration: none;
		color: #4e4e4e;
	}
	
	ul.style4 a:hover {
		text-decoration: underline;
	}
	
	ul.style4 h3
	{
		padding: 0 0 0.75em 0;
		font-size: 1.10em;
		font-weight: 700;
		color: #333;
	}
	
	
	ul.style4 .first {
		padding-top: 0;
		border-top: none;
	}



/****Pages****/

#textcontent
{
width: 98%;
}

#inscontent
{
padding: 10px 0 0 1.5em;
margin-bottom: 60px;
font-size: 14px;
line-height: 1.75em;
font-family: arial, sans-serif;
width: 98%;
float: left;
}



#sidebarpage
{
display: none;
}

.top, .link1, .thumb
{
display: none;
}

.date
{
color: #B1B1B1;
font-size: 12px;
margin-bottom: 6px;
}

.post-date
{
color: #B1B1B1;
font-size: 10px;
margin-top: 1em;
}

.date2
{
color: #B1B1B1;
font-size: 0.9em;
margin: 6px 0;
}

/*
Inscription
*/

#inscription
{
margin-top: 2em;
line-height: 145%;
background: #FFFFFF;
}

#inscription label
{
padding-left: 1em;
}

#inscription input, #inscription textarea, #inscription select
{
padding: 4px;
border-radius: 3px;
font-size: 13px;
}

.tableins, #tableins
{
width: 97.5%;
}


.lignesimple
{
height: 34px !important;
background: #9D9D9D;
color: #FFFFFF;
}

.ligne1
{
background: #E3E1E1;
height: 34px !important;
}

.ligne2
{
background: #EFEFEF;
height: 34px !important;}

.ligne3
{
background: #EFEFEF;
height: 34px !important;
}

.ligne4
{
background: #888888;
color: #FFFFFF;
height: 34px !important;
}

.ligne5
{
background: #9D9D9D;
color: #FFFFFF;
}

.center, .center h4
{
text-align: center;
color: #FFFFFF;
padding: 0 !important;
margin: 0;
background: #9D9D9D !important;
}

.col1, #col1
{
width: 20%;
}

.col2, #col2
{
width: 34%
}

#col3
{
width: 29%
}


/*
Page Navi
*/

.wp-pagenavi {
	display: none;
}


/****Sidebar***/

	#sidebar {
   display: none;
}



/****Apparence générale****/

::-moz-selection {
    background: #F5E6E2;
    text-shadow: none;
}

::selection {
    background: #F5E6E2;
    text-shadow: none;
}

	p, ol, ul
	{
		margin-top: 1em;
	}
	
	p
	{
		line-height: 135%;
	}
	
	a
	{
		text-decoration: underline;
		color: #E34040;
	}
	
	a:hover
	{
		text-decoration: none;
	}




#textcontent h1, #inscontent h1
{

margin-bottom: 20px;
font-family: 'Open Sans',sans-serif;
line-height: 1.2em;
font-size: 1.8em;
}

#page h2 a, #page h1 a
{
text-decoration: none !important;
color: #373535!important;
}

#page h2 a:hover, #page h1 a:hover
{
color: #C71E29 !important;
}



h4
{
color: #919191;
margin-bottom: 20px;
}

strong
{
color: #919191;
}

hr
{
height: 1px;
border: none;
border-top: 1px dotted #E5E4E0;
margin: 20px 0;
}





.clear
{
clear: both;
}


a.info{
position:relative;
z-index:24;
text-decoration:none
}
 
a.info:hover{
z-index:25;
background: #transparent;
}

 
a.info span{
display: none;
font-size: 10px;
}
 
a.info:hover span{
display:block !important;
position:absolute;
top:-3.8em; left:0.2em; 
width:159px;
border: none;
background: #E3F1F4;
color: #124852;
padding:2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
opacity: 0.7;
font-size: 13px;
text-align: center;
}

#nextp
{
display: none;
}


#homepage
{
width: 98%;
float: left;
}
	
	#homepage img
	{
	display: none;
	}

	#content h2
	{
		letter-spacing: -2px;
		font-size: 2.50em;
		font-family: 'Open Sans',sans-serif;
font-weight: 400;
color: rgb(53, 53, 53);
margin: 0 0 0.7em 0;
padding: 0;

	}

	#content section
	{
		padding: 0em 2em 0em 2em;
		
	}
	
	#content p, .article p
	{
	line-height: 1.75em;
	}

/* Images */

.wp-post-image
{
display: none;
}

#print
{
display: none;
}

#imgprint
{
display: none;
}

.wp-caption
{
display: none;
}

.wp-caption-text  {
display: none;
}

/* Marketing */

	#marketing
	{
	display: none;
	}

	
/***Plan du site****/

#tablemap
{
width:99%;
margin-left: 1%;
}


.plan2
{
width: 31%;
padding-right: 2%;
float: left;
border-right: 1px dotted #B1B1B1;
}

.plan3
{
float: left;
padding-left: 2%;
}

#tablemap ul
{
color: #B1B1B1;
}

#tablemap h4
{
color:#24AFC3;
font-size: 18px;
font-family: 'Open Sans',sans-serif;
margin: 0 0 20px 0;
font-weight: normal;
}



.suite
{
cursor: pointer;
text-transform: uppercase;
color:#F75F5F;
text-decoration: underline;
}
.suite:hover
{
opacity: 0.7;
}



/* Button Style 1 */

	.button
	{
		display: inline-block;
		margin-top: 1.50em;
		background: #F66363;
		border-radius: 5px;
		box-shadow: 0px 1px 5px rgba(0,0,0,.4);
		letter-spacing: 1px;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		font-size: 1.10em;
		font-weight: 400;
		color: #FFFFFF;
	}
	
	.button a
	{
		display: inline-block;
		padding: 0.75em 2.00em;
		border-radius: 5px;
		box-shadow: inset 1px 1px 1px #F60;
		text-decoration: none;
		color: #FFFFFF;
	}
	.button span
	{
		display: inline-block;
		padding: 0.75em 2.00em;
		border-radius: 5px;
		box-shadow: inset 1px 1px 1px #F60;
	}
	
	.button:hover, .button a:hover
	{
	background: #A02020;
	color: #FFFFFF!important;
	}
	
	
	
	
	
	
		.button2
	{
		display: inline-block;
		margin-top: 1.50em;
		background: #C71E29;
		border-radius: 3px;
		box-shadow: none;
		letter-spacing: 1px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		font-size: 0.9em;
		font-weight: 400;
		color: #FFFFFF;
		border: 0;
		padding: 5px 10px !important;
		cursor: pointer;
		
	}
	
	.button3
	{
		display: inline-block;
		margin-top: 1.50em;
		background: #C71E29;
		border-radius: 3px;
		box-shadow: none;
		letter-spacing: 1px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		font-size: 0.9em;
		font-weight: 400;
		color: #FFFFFF;
		border: 0;
		cursor: pointer;
		
	}
	
	.button2 a
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	
	.button2:hover, .button2 a:hover, .button3:hover
	{
	background: #A02020;
	color: #FFFFFF!important;
	}
	
	
	
/****Pied de page****/

#footer
{
display: none;
}

